summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-0/+3
* maybe_disable_address_randomization always returns "int argc"Sam Steingold2018-11-121-1/+2
* Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-111-2/+5
* Fix struct thread alignment on FreeBSD x86Paul Eggert2018-10-191-18/+19
* Avoid assertion violation when comparing with main-threadEli Zaretskii2018-10-171-0/+1
* Fix lisp_eval_depth in unwind-protect cleanupPaul Eggert2018-10-141-0/+1
* Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-2/+3
* Fix malfunctioning cursor display on 32-bit GtkPaul Eggert2018-10-091-4/+6
* Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-2/+2
* Use overflow-error for bignum overflowPaul Eggert2018-09-111-1/+1
* Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-101-1/+1
* One more GC-aligned structPaul Eggert2018-09-071-1/+1
* Fix overenthusiastic header size checkPaul Eggert2018-09-071-7/+19
* Shrink pseudovectors a bitPaul Eggert2018-09-061-35/+55
* Simplify bignum->intmax conversionPaul Eggert2018-09-041-0/+33
* * src/lisp.h: Add explanation in a commentStefan Monnier2018-09-011-1/+10
* Several fixes for formatting bignumsPaul Eggert2018-08-311-1/+4
* Improve bignum support for system typesPaul Eggert2018-08-271-35/+12
* Modularize bignums betterPaul Eggert2018-08-271-53/+19
* Improve performance of CONSP, FIXNUMP, etc.Paul Eggert2018-08-251-7/+24
* Fix bugs when rounding to bignumsPaul Eggert2018-08-221-1/+1
* Fix bignum bugs with nth, elt, =Paul Eggert2018-08-211-0/+5
* Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-211-1/+10
* Minor fixups for intmax_t→mpz_t conversionPaul Eggert2018-08-181-5/+6
* Fix problems with logxor etc. and fixnumsPaul Eggert2018-08-171-13/+0
* Port recent changes to older GCCPaul Eggert2018-08-141-1/+2
* Fix check for unsafe watch descriptorPaul Eggert2018-08-131-1/+7
* Ensure no padding after union vectorlike_headerAndreas Schwab2018-08-121-5/+6
* Avoid padding after union vectorlike_headerAndreas Schwab2018-08-121-3/+5
* Simplify mark_object for pseudovectorsPaul Eggert2018-08-111-1/+3
* Turn misc objects into pseudovectorsPaul Eggert2018-08-111-162/+56
* Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-8/+6
|\
| * Substitute a <ieee754.h> on hosts lacking itPaul Eggert2018-08-011-7/+4
| * Move proper-list-p to CPaul Eggert2018-07-241-1/+1
| * Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-07-221-0/+1
* | Use mpz_sgn rather than comparisons against 0Tom Tromey2018-08-091-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-30/+30
* | Make bignums work better when EMACS_INT is larger than longAndy Moreton2018-08-041-2/+2
* | Fix bignum creation when EMACS_INT is wider than longfeature/bignumTom Tromey2018-07-191-0/+26
* | Use fixnump rather than integerp in some spotsTom Tromey2018-07-121-2/+2
* | Make % and mod handle bignumsTom Tromey2018-07-121-0/+8
* | Allow conversion of bignums to floatsTom Tromey2018-07-121-0/+2
* | Make the reader accept bignumsTom Tromey2018-07-121-1/+1
* | Provide new functions to create bignumsTom Tromey2018-07-121-0/+3
* | Introduce the bignum typeTom Tromey2018-07-121-0/+66
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-51/+51
|/
* Merge from origin/emacs-26Glenn Morris2018-07-021-10/+8
|\
| * * src/lisp.h: Omit obsolete comment re bytecode stack.Paul Eggert2018-06-291-10/+8
| * Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-031-11/+8
| * Centralize Bug#30931 fixPaul Eggert2018-06-031-1/+2