summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Omit some overenthusiastic file-truename callsPaul Eggert2019-09-181-8/+3
* Fix loading .elc files on MS-WindowsEli Zaretskii2019-09-181-3/+4
* Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-181-1/+1
* Improve reporting of I/O, access errorsPaul Eggert2019-09-171-5/+16
* Give a better error message when reading invalid "\unicode" escapes.Lars Ingebrigtsen2019-08-231-1/+2
* Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert2019-08-211-34/+34
* Mention what effect nil has as the prompt for read-event/char/etcLars Ingebrigtsen2019-08-151-0/+12
* Fix Fload infile problemPaul Eggert2019-07-311-9/+8
* * src/lread.c (close_infile_unwind): Remove leftover debug codeStefan Monnier2019-07-311-1/+0
* * src/lread.c (infile): Set/reset it like a dynamically scoped variableStefan Monnier2019-07-311-6/+11
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-2/+1
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-091-0/+11
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-4/+3
* Merge from origin/emacs-26Glenn Morris2019-07-061-1/+4
|\
| * ; * src/lread.c (Fread): Make the comment wording more accurate.Eli Zaretskii2019-07-061-1/+4
* | Tune reading of radix integersPaul Eggert2019-05-151-74/+73
* | Avoid crashes in read_integerEli Zaretskii2019-05-051-3/+2
* | Port to Oracle Developer Studio 12.6Paul Eggert2019-04-251-1/+1
* | Fix Fload dangling pointerPaul Eggert2019-04-191-1/+4
* | Minor lread.c tweaksPaul Eggert2019-04-191-8/+8
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-15/+9
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-181-3/+3
* | 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