aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use mpz_sgn rather than comparisons against 0Tom Tromey2018-08-092-3/+3
* Do not use GMP_NUMB_BITSAndy Moreton2018-08-091-1/+1
* Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-097-158/+158
* Fix mod-test-sum-test for bignumsTom Tromey2018-08-081-4/+4
* Handle leading "+" when converting string to bignumTom Tromey2018-08-081-10/+5
* Use mpz_import in mpz_set_uintmax_slowTom Tromey2018-08-081-5/+5
* Make purecopy work for bignumsTom Tromey2018-08-081-0/+30
* More macro renamings for bignumTom Tromey2018-08-0798-1972/+1972
* Fix test and comment in CCL changeAndy Moreton2018-08-052-3/+5
* Fix hash functions for bignumsTom Tromey2018-08-042-4/+41
* Fix bignum comparisons with NaNTom Tromey2018-08-043-9/+24
* Make bignums work better when EMACS_INT is larger than longAndy Moreton2018-08-045-23/+340
* Fix bignum creation when EMACS_INT is wider than longTom 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