| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Make % and mod handle bignums | Tom Tromey | 2018-07-12 | 2 | -15/+105 | |
| | * | | | | Let C modules access bignum values | Tom Tromey | 2018-07-12 | 1 | -3/+17 | |
| | * | | | | Make min and max handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+2 | |
| | * | | | | Make logcount handle bignums | Tom Tromey | 2018-07-12 | 1 | -1/+16 | |
| | * | | | | Make lognot handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+14 | |
| | * | | | | Make 1+ and 1- handle bignums | Tom Tromey | 2018-07-12 | 1 | -4/+44 | |
| | * | | | | Make abs handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+17 | |
| | * | | | | Allow conversion of bignums to floats | Tom Tromey | 2018-07-12 | 2 | -2/+6 | |
| | * | | | | Make format handle bignums | Tom Tromey | 2018-07-12 | 1 | -1/+21 | |
| | * | | | | Make number-to-string work for bignums | Tom Tromey | 2018-07-12 | 1 | -0/+8 | |
| | * | | | | Make arithmetic work with bignums | Tom Tromey | 2018-07-12 | 1 | -34/+95 | |
| | * | | | | Make comparison operators handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+69 | |
| | * | | | | Make the reader accept bignums | Tom Tromey | 2018-07-12 | 4 | -38/+35 | |
| | * | | | | Make eql work for bignums | Tom Tromey | 2018-07-12 | 1 | -1/+3 | |
| | * | | | | Provide new functions to create bignums | Tom Tromey | 2018-07-12 | 2 | -0/+48 | |
| | * | | | | Introduce the bignum type | Tom Tromey | 2018-07-12 | 5 | -4/+121 | |
| | * | | | | Add configury for GMP library | Tom Tromey | 2018-07-12 | 3 | -2/+4757 | |
| | * | | | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 98 | -2819/+2819 | |
| * | | | | | Add variable auto-save-no-message | Federico Tedin | 2018-08-11 | 1 | -2/+6 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-10 | 1 | -2/+10 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | | Fix copying text properties by 'format' | Eli Zaretskii | 2018-08-09 | 1 | -2/+10 | |
| | * | | | | Make async :family 'local failures fail correctly again | Lars Ingebrigtsen | 2018-08-08 | 3 | -10/+25 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-10 | 1 | -12/+15 | |
| |\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | ||||||
| | * | | | Improve documentation of 'set-fontset-font' | Eli Zaretskii | 2018-08-08 | 1 | -12/+15 | |
| * | | | | Minor pseudovector allocation cleanups | Paul Eggert | 2018-08-08 | 1 | -27/+36 | |
| * | | | | ; Fix typos in commentary | Charles A. Roelli | 2018-08-08 | 2 | -14/+14 | |
| * | | | | Avoid segfaults in jason-serialize on MS-Windows | Eli Zaretskii | 2018-08-07 | 1 | -2/+7 | |
| * | | | | Spruce up some regex-emacs comments | Paul Eggert | 2018-08-05 | 2 | -255/+243 | |
| * | | | | Remove always-0 struct re_pattern_buffer members | Paul Eggert | 2018-08-05 | 2 | -44/+13 | |
| * | | | | Simplify regex-emacs by assuming Emacs syntax | Paul Eggert | 2018-08-05 | 2 | -427/+70 | |
| * | | | | Simplify regex-emacs code by assuming Emacs | Paul Eggert | 2018-08-05 | 4 | -2081/+500 | |
| * | | | | Use Gnulib regex for lib-src | Paul Eggert | 2018-08-05 | 2 | -8/+6 | |
| * | | | | Rename src/regex.c to src/regex-emacs.c. | Paul Eggert | 2018-08-05 | 10 | -52/+59 | |
| * | | | | ; * src/xdisp.c: Fix typo. | Charles A. Roelli | 2018-08-05 | 1 | -1/+1 | |
| * | | | | Merge from emacs-26 | Noam Postavsky | 2018-08-04 | 2 | -2/+19 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Avoid assertion violations in maybe_produce_line_number | Eli Zaretskii | 2018-08-02 | 1 | -0/+1 | |
| | * | | | Avoid assertion violations in set_text_properties_1 | Eli Zaretskii | 2018-08-02 | 1 | -2/+18 | |
| * | | | | Substitute a <ieee754.h> on hosts lacking it | Paul Eggert | 2018-08-01 | 3 | -35/+10 | |
| * | | | | Read and print NaN significand if <ieee754.h> | Paul Eggert | 2018-08-01 | 2 | -0/+22 | |
| * | | | | Simplify by assuming C99 math.h isnan etc. | Paul Eggert | 2018-07-31 | 3 | -25/+6 | |
| * | | | | ; * src/json.c: Fix typo in license statement | Philipp Stephani | 2018-07-30 | 1 | -1/+1 | |
| * | | | | Merge from origin/emacs-26 | Paul Eggert | 2018-07-29 | 1 | -4/+7 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix last change in 'char_width' | Eli Zaretskii | 2018-07-29 | 1 | -4/+7 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-28 | 2 | -22/+12 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix calls to modifications hooks in replace-buffer-contents | Eli Zaretskii | 2018-07-27 | 1 | -16/+3 | |
| | * | | | * src/character.c (char_width): Support glyphs with faces. (Bug#32276) | Eli Zaretskii | 2018-07-27 | 1 | -6/+9 | |
| * | | | | Fix file-name-case-insensitive-p on non-existent files | Ken Brown | 2018-07-27 | 1 | -0/+15 | |
| * | | | | * src/editfns.c (syms_of_editfns): Fix typo in previous change. | Paul Eggert | 2018-07-26 | 1 | -2/+2 | |
| * | | | | %o and %x can now format signed integers | Paul Eggert | 2018-07-26 | 1 | -5/+38 | |
| * | | | | Notify systemd in daemon-initialized and kill-emacs (Bug#31498) | Lucas Werkmeister | 2018-07-25 | 1 | -0/+11 | |