summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bignum creation when EMACS_INT is wider than longfeature/bignumTom Tromey2018-07-195-15/+83
* Add missing @end defunTom Tromey2018-07-191-0/+1
* Add GMP to emacs_config_featuresRobert Pluim2018-07-131-1/+1
* Document bignumsTom Tromey2018-07-123-109/+67
* Bignum fixes for byte-compiler and bytecode interpreterTom Tromey2018-07-122-7/+13
* Use fixnump rather than integerp in some spotsTom Tromey2018-07-123-13/+14
* Make ash and lsh handle bignumsTom Tromey2018-07-122-9/+34
* Make logb handle bignumsTom Tromey2018-07-122-1/+8
* Make % and mod handle bignumsTom Tromey2018-07-123-15/+122
* Let C modules access bignum valuesTom Tromey2018-07-121-3/+17
* Make min and max handle bignumsTom Tromey2018-07-122-2/+9
* Make logcount handle bignumsTom Tromey2018-07-122-1/+19
* Make lognot handle bignumsTom Tromey2018-07-121-2/+14
* Make 1+ and 1- handle bignumsTom Tromey2018-07-122-4/+52
* Make abs handle bignumsTom Tromey2018-07-122-2/+21
* Allow conversion of bignums to floatsTom Tromey2018-07-123-2/+10
* Make format handle bignumsTom Tromey2018-07-122-13/+42
* Make number-to-string work for bignumsTom Tromey2018-07-122-0/+13
* Add some bignum testsTom Tromey2018-07-124-3/+74
* 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-124-2/+4772
* Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-1298-2819/+2819
* Speed up smerge-refine-regions by avoiding fsyncNoam Postavsky2018-07-121-3/+4
* Don't skip epg-tests even with gpg 2.0 (Bug#23561)Noam Postavsky2018-07-121-1/+12
* Fix the bootstrap differently, so zerop can be where it belongsStefan Monnier2018-07-122-13/+13
* ; Add commentary on location of zeropBasil L. Contovounesios2018-07-111-0/+3
* Unbreak bootstrapGlenn Morris2018-07-111-7/+7
* ; Rearrange definition of zerop in subr.elBasil L. Contovounesios2018-07-101-7/+7
* * lisp/vc/diff-mode.el: Perform hunk refinement from font-lockStefan Monnier2018-07-101-91/+115
* Fix Bug#32107Filipp Gunbin2018-07-111-2/+3
* Fix infinite recursion in eshell/clear (Bug#31326)Jonathan Kyle Mitchell2018-07-101-2/+1
* * lisp/indent.el (indent-line-to): Fix dedenting of tabs.Noam Postavsky2018-07-101-3/+5
* * lisp/format.el (format-annotate-single-property-change): Simplify.Paul Eggert2018-07-091-3/+1
* Add predicate proper-list-pBasil L. Contovounesios2018-07-0910-78/+59
* Respect field boundaries in indent-line-to (Bug#32014)Noam Postavsky2018-07-092-3/+3
* ; Merge from emacs-26Noam Postavsky2018-07-090-0/+0
|\
| * Stop using indent-line-to in lisp-indent-line (Bug#32014)Noam Postavsky2018-07-092-3/+8
* | Merge from emacs-26Noam Postavsky2018-07-094-53/+76
|\ \ | |/
| * ; Test for Bug#32014Noam Postavsky2018-07-091-0/+11
| * Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky2018-07-091-15/+11
| * Fix Bug#32090Michael Albinus2018-07-092-38/+54
* | ; Merge from emacs-26Noam Postavsky2018-07-090-0/+0
|\ \ | |/
| * Fix floating point exceptions on Alpha (Bug#32086)Paul Eggert2018-07-084-2/+59
* | Merge from emacs-26Noam Postavsky2018-07-094-11/+36
|\ \ | |/
| * Fix bootstrap infloop in GNU/Linux alphaPaul Eggert2018-07-081-2/+4