aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don’t limit range error reports to fixnumsPaul Eggert2019-01-011-6/+1
* Bignums from garbage-collect, memory-use-countsPaul Eggert2019-01-011-3/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-081-0/+1
* | Remove UCHAR typedefPaul Eggert2019-01-011-7/+0
* | Remove CHECK_FIXNUM_CAR etc.Paul Eggert2018-12-091-18/+0
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-0/+11
* | Streamline and fix vector-size checksPaul Eggert2018-12-081-7/+2
* | 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 longTom 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