aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Make % and mod handle bignumsTom Tromey2018-07-122-15/+105
| * | | | Let C modules access bignum valuesTom Tromey2018-07-121-3/+17
| * | | | Make min and max handle bignumsTom Tromey2018-07-121-2/+2
| * | | | Make logcount handle bignumsTom Tromey2018-07-121-1/+16
| * | | | Make lognot handle bignumsTom Tromey2018-07-121-2/+14
| * | | | Make 1+ and 1- handle bignumsTom Tromey2018-07-121-4/+44
| * | | | Make abs handle bignumsTom Tromey2018-07-121-2/+17
| * | | | Allow conversion of bignums to floatsTom Tromey2018-07-122-2/+6
| * | | | Make format handle bignumsTom Tromey2018-07-121-1/+21
| * | | | Make number-to-string work for bignumsTom Tromey2018-07-121-0/+8
| * | | | Make arithmetic work with bignumsTom Tromey2018-07-121-34/+95
| * | | | Make comparison operators handle bignumsTom Tromey2018-07-121-2/+69
| * | | | Make the reader accept bignumsTom Tromey2018-07-124-38/+35
| * | | | Make eql work for bignumsTom Tromey2018-07-121-1/+3
| * | | | Provide new functions to create bignumsTom Tromey2018-07-122-0/+48
| * | | | Introduce the bignum typeTom Tromey2018-07-125-4/+121
| * | | | Add configury for GMP libraryTom Tromey2018-07-123-2/+4757
| * | | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-1298-2819/+2819
* | | | | Add variable auto-save-no-messageFederico Tedin2018-08-111-2/+6
* | | | | Merge from origin/emacs-26Glenn Morris2018-08-101-2/+10
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix copying text properties by 'format'Eli Zaretskii2018-08-091-2/+10
| * | | | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-083-10/+25
* | | | | Merge from origin/emacs-26Glenn Morris2018-08-101-12/+15
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Improve documentation of 'set-fontset-font'Eli Zaretskii2018-08-081-12/+15
* | | | Minor pseudovector allocation cleanupsPaul Eggert2018-08-081-27/+36
* | | | ; Fix typos in commentaryCharles A. Roelli2018-08-082-14/+14
* | | | Avoid segfaults in jason-serialize on MS-WindowsEli Zaretskii2018-08-071-2/+7
* | | | Spruce up some regex-emacs commentsPaul Eggert2018-08-052-255/+243
* | | | Remove always-0 struct re_pattern_buffer membersPaul Eggert2018-08-052-44/+13
* | | | Simplify regex-emacs by assuming Emacs syntaxPaul Eggert2018-08-052-427/+70
* | | | Simplify regex-emacs code by assuming EmacsPaul Eggert2018-08-054-2081/+500
* | | | Use Gnulib regex for lib-srcPaul Eggert2018-08-052-8/+6
* | | | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-0510-52/+59
* | | | ; * src/xdisp.c: Fix typo.Charles A. Roelli2018-08-051-1/+1
* | | | Merge from emacs-26Noam Postavsky2018-08-042-2/+19
|\ \ \ \ | |/ / /
| * | | Avoid assertion violations in maybe_produce_line_numberEli Zaretskii2018-08-021-0/+1
| * | | Avoid assertion violations in set_text_properties_1Eli Zaretskii2018-08-021-2/+18
* | | | Substitute a <ieee754.h> on hosts lacking itPaul Eggert2018-08-013-35/+10
* | | | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-012-0/+22
* | | | Simplify by assuming C99 math.h isnan etc.Paul Eggert2018-07-313-25/+6
* | | | ; * src/json.c: Fix typo in license statementPhilipp Stephani2018-07-301-1/+1
* | | | Merge from origin/emacs-26Paul Eggert2018-07-291-4/+7
|\ \ \ \ | |/ / /
| * | | Fix last change in 'char_width'Eli Zaretskii2018-07-291-4/+7
* | | | Merge from origin/emacs-26Glenn Morris2018-07-282-22/+12
|\ \ \ \ | |/ / /
| * | | Fix calls to modifications hooks in replace-buffer-contentsEli Zaretskii2018-07-271-16/+3
| * | | * src/character.c (char_width): Support glyphs with faces. (Bug#32276)Eli Zaretskii2018-07-271-6/+9
* | | | Fix file-name-case-insensitive-p on non-existent filesKen Brown2018-07-271-0/+15
* | | | * src/editfns.c (syms_of_editfns): Fix typo in previous change.Paul Eggert2018-07-261-2/+2
* | | | %o and %x can now format signed integersPaul Eggert2018-07-261-5/+38
* | | | Notify systemd in daemon-initialized and kill-emacs (Bug#31498)Lucas Werkmeister2018-07-251-0/+11