summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Make struct Lisp_Objfwd etc. objects read-onlyPaul Eggert2019-04-011-30/+12
* Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-011-4/+4
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-2/+2
* * src/lread.c (readevalloop): Simplify via suffix_p.Paul Eggert2019-02-161-5/+4
* * src/lread.c (readevalloop): Use filename to decide macroexpansionStefan Monnier2019-02-151-7/+6
* Prefer static to extern where either will doPaul Eggert2019-01-311-3/+0
* Add portable dumperDaniel Colascione2019-01-151-113/+90
* Use shortcuts for FlengthPaul Eggert2019-01-091-3/+2
* Minor INFINITY/NAN cleanupPaul Eggert2019-01-061-4/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-17/+11
* | Fix struct thread alignment on FreeBSD x86Paul Eggert2018-10-191-1/+2
* | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-50/+50
* | Merge from origin/emacs-26Glenn Morris2018-09-101-6/+14
|\ \ | |/
| * Clarify documentation of functions reading character eventsEli Zaretskii2018-09-101-6/+14
* | Port better to non-IEEE platformsPaul Eggert2018-08-311-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-5/+5
* | Fix assertion failure when reading 'BIGNUM.'Paul Eggert2018-08-211-5/+16
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-5/+13
|\ \
| * | Substitute a <ieee754.h> on hosts lacking itPaul Eggert2018-08-011-6/+3
| * | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-011-0/+11
| * | Report base of out-of-range input fixnumsPaul Eggert2018-07-211-2/+3
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-2/+2
| * | Merge from origin/emacs-26Glenn Morris2018-07-131-1/+1
| |\ \ | | |/
| | * Lessen stack consumption in recursive read1Paul Eggert2018-07-121-1/+1
* | | Handle leading "+" when converting string to bignumTom Tromey2018-08-081-10/+5
* | | More macro renamings for bignumTom Tromey2018-08-071-22/+22
* | | Make the reader accept bignumsTom Tromey2018-07-121-34/+32
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-41/+41
|/ /
* | unbind_to performance tuningPaul Eggert2018-06-291-3/+1
* | Fix read buffer overrun on overflowed integersPaul Eggert2018-06-091-2/+2
* | New function record_unwind_protect_excursionPaul Eggert2018-06-071-3/+3
* | Fix failed assertion when load-force-doc-stringsPaul Eggert2018-05-221-1/+3
* | Fix recent change in lread.cEli Zaretskii2018-04-231-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-04-201-0/+2
|\ \ | |/
| * Fix undefined behaviour while looking for lexical-binding file variable (bug ...Andreas Schwab2018-04-171-0/+2
| * Revert "Signal error for symbol names with strange quotes (Bug#2967)"Noam Postavsky2018-01-281-18/+0
* | Tell user about read-integer-overflow-as-floatPaul Eggert2018-04-181-1/+6
* | Fix signal for large integers with valid syntaxPaul Eggert2018-04-171-9/+10
* | * src/lread.c (openp): Add a comment before the now-obscure loop.Lars Ingebrigtsen2018-04-151-0/+2
* | Indent after transforming for loop into do/whileLars Ingebrigtsen2018-04-141-177/+176
* | Make call-process work if exec-path is nilLars Ingebrigtsen2018-04-141-3/+7
* | New experimental variable read-integer-overflow-as-float.Paul Eggert2018-03-291-1/+10
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-291-15/+20
* | Revert overenthusiastic procfs fixupPaul Eggert2018-03-121-2/+2
* | Fix false alarm with recent GCC x86Paul Eggert2018-02-201-1/+1
* | Add early init file, stop package-initialize insertionRadon Rosborough2018-02-171-1/+1
* | Avoid EOVERFLOW problems with file-directory-pPaul Eggert2018-02-031-1/+1