index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tune reading of radix integers
Paul Eggert
2019-05-15
1
-74
/
+73
*
Avoid crashes in read_integer
Eli Zaretskii
2019-05-05
1
-3
/
+2
*
Port to Oracle Developer Studio 12.6
Paul Eggert
2019-04-25
1
-1
/
+1
*
Fix Fload dangling pointer
Paul Eggert
2019-04-19
1
-1
/
+4
*
Minor lread.c tweaks
Paul Eggert
2019-04-19
1
-8
/
+8
*
Make warning about unescaped character literals more helpful.
Philipp Stephani
2019-04-19
1
-15
/
+9
*
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-3
/
+3
*
Make struct Lisp_Objfwd etc. objects read-only
Paul Eggert
2019-04-01
1
-30
/
+12
*
Fix union Lisp_Fwd * alignment bug
Paul Eggert
2019-04-01
1
-4
/
+4
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-1
/
+1
*
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-27
1
-2
/
+2
*
* src/lread.c (readevalloop): Simplify via suffix_p.
Paul Eggert
2019-02-16
1
-5
/
+4
*
* src/lread.c (readevalloop): Use filename to decide macroexpansion
Stefan Monnier
2019-02-15
1
-7
/
+6
*
Prefer static to extern where either will do
Paul Eggert
2019-01-31
1
-3
/
+0
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-113
/
+90
*
Use shortcuts for Flength
Paul Eggert
2019-01-09
1
-3
/
+2
*
Minor INFINITY/NAN cleanup
Paul Eggert
2019-01-06
1
-4
/
+3
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-17
/
+11
*
|
Fix struct thread alignment on FreeBSD x86
Paul Eggert
2018-10-19
1
-1
/
+2
*
|
Fix mishandling of symbols that look like numbers
Paul Eggert
2018-10-10
1
-50
/
+50
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-10
1
-6
/
+14
|
\
|
|
*
Clarify documentation of functions reading character events
Eli Zaretskii
2018-09-10
1
-6
/
+14
*
|
Port better to non-IEEE platforms
Paul Eggert
2018-08-31
1
-1
/
+1
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-5
/
+5
*
|
Fix assertion failure when reading 'BIGNUM.'
Paul Eggert
2018-08-21
1
-5
/
+16
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-5
/
+13
|
\
\
|
*
|
Substitute a <ieee754.h> on hosts lacking it
Paul Eggert
2018-08-01
1
-6
/
+3
|
*
|
Read and print NaN significand if <ieee754.h>
Paul Eggert
2018-08-01
1
-0
/
+11
|
*
|
Report base of out-of-range input fixnums
Paul Eggert
2018-07-21
1
-2
/
+3
|
*
|
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
1
-2
/
+2
|
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-13
1
-1
/
+1
|
|
\
|
|
|
*
Lessen stack consumption in recursive read1
Paul Eggert
2018-07-12
1
-1
/
+1
*
|
|
Handle leading "+" when converting string to bignum
Tom Tromey
2018-08-08
1
-10
/
+5
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-22
/
+22
*
|
|
Make the reader accept bignums
Tom Tromey
2018-07-12
1
-34
/
+32
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-41
/
+41
|
/
/
*
|
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-3
/
+1
*
|
Fix read buffer overrun on overflowed integers
Paul Eggert
2018-06-09
1
-2
/
+2
*
|
New function record_unwind_protect_excursion
Paul Eggert
2018-06-07
1
-3
/
+3
*
|
Fix failed assertion when load-force-doc-strings
Paul Eggert
2018-05-22
1
-1
/
+3
*
|
Fix recent change in lread.c
Eli Zaretskii
2018-04-23
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-04-20
1
-0
/
+2
|
\
|
|
*
Fix undefined behaviour while looking for lexical-binding file variable (bug ...
Andreas Schwab
2018-04-17
1
-0
/
+2
|
*
Revert "Signal error for symbol names with strange quotes (Bug#2967)"
Noam Postavsky
2018-01-28
1
-18
/
+0
*
|
Tell user about read-integer-overflow-as-float
Paul Eggert
2018-04-18
1
-1
/
+6
*
|
Fix signal for large integers with valid syntax
Paul Eggert
2018-04-17
1
-9
/
+10
*
|
* src/lread.c (openp): Add a comment before the now-obscure loop.
Lars Ingebrigtsen
2018-04-15
1
-0
/
+2
*
|
Indent after transforming for loop into do/while
Lars Ingebrigtsen
2018-04-14
1
-177
/
+176
[next]