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
*
* lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
Paul Eggert
2011-10-11
1
-2
/
+4
*
Fix typos.
Juanma Barranquero
2011-09-28
1
-1
/
+1
*
* lread.c (readevalloop): Use correct code for NBSP.
Andreas Schwab
2011-09-27
1
-4
/
+4
*
* lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is.
Lars Magne Ingebrigtsen
2011-09-19
1
-0
/
+2
*
Whitespace changes.
Juanma Barranquero
2011-09-09
1
-1
/
+1
*
* lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
Paul Eggert
2011-08-29
1
-5
/
+11
*
Merge from trunk.
Paul Eggert
2011-08-18
1
-2
/
+26
|
\
|
*
Fix bug #9311 with loading on MS-Windows .elc files in root directories.
Eli Zaretskii
2011-08-17
1
-2
/
+26
*
|
Merge from trunk.
Paul Eggert
2011-07-28
1
-0
/
+3
|
\
|
|
*
Implement ## reader macro
Andreas Schwab
2011-07-28
1
-0
/
+3
*
|
* lread.c (read1, init_obarray): Don't update size until alloc done.
Paul Eggert
2011-07-28
1
-8
/
+12
|
/
*
Merge from trunk.
Paul Eggert
2011-07-19
1
-28
/
+28
|
\
|
*
* lread.c (syms_of_lread): Clarify when `lexical-binding' is used
Lars Magne Ingebrigtsen
2011-07-19
1
-4
/
+3
|
*
Fix last change
Andreas Schwab
2011-07-17
1
-1
/
+1
|
*
Make read-symbol-positions-list more accurate
Andreas Schwab
2011-07-17
1
-26
/
+14
|
*
* src/lread.c (read1): Read `#:' as empty uninterned symbol if no
Andreas Schwab
2011-07-17
1
-1
/
+14
*
|
Merge from trunk.
Paul Eggert
2011-07-16
1
-3
/
+5
|
\
|
|
*
`lexical-binding' doc clarification
Lars Magne Ingebrigtsen
2011-07-15
1
-3
/
+5
*
|
Merge from trunk.
Paul Eggert
2011-07-10
1
-3
/
+1
|
\
|
|
*
Protoize
Andreas Schwab
2011-07-10
1
-3
/
+1
*
|
Improve hashing quality when configured --with-wide-int.
Paul Eggert
2011-07-07
1
-19
/
+0
|
/
*
* lread.c (syms_of_lread): Mention single symbols defined by
Lars Magne Ingebrigtsen
2011-07-02
1
-3
/
+5
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-73
/
+31
*
* lread.c (read1): Check for size overflow.
Paul Eggert
2011-06-22
1
-0
/
+6
*
* lread.c (read_escape): Avoid int overflow.
Paul Eggert
2011-06-22
1
-20
/
+20
*
* lread.c: Integer overflow fixes.
Paul Eggert
2011-06-22
1
-33
/
+46
*
* lread.c (read_escape): Check for hex character overflow.
Paul Eggert
2011-06-22
1
-4
/
+3
*
* lread.c: Integer overflow issues.
Paul Eggert
2011-06-22
1
-10
/
+13
*
* lread.c (intern, intern_c_string): Don't assume strlen fits in int.
Paul Eggert
2011-06-19
1
-2
/
+2
*
* lread.c (string_to_number): Simplify the 2011-04-26 change by invoking xsig...
Paul Eggert
2011-06-18
1
-1
/
+1
*
* lread.c (invalid_syntax): Omit length argument.
Paul Eggert
2011-06-18
1
-18
/
+16
*
* lread.c (Fload): Don't compare a possibly-garbage time_t value.
Paul Eggert
2011-06-12
1
-4
/
+7
*
Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
Paul Eggert
2011-06-12
1
-1
/
+1
*
Fix the MS-Windows build broken by 2011-05-06T07:13:19Z!eggert@cs.ucla.edu.
Eli Zaretskii
2011-05-06
1
-0
/
+1
*
Merge from mainline.
Paul Eggert
2011-05-05
1
-1
/
+5
|
\
|
*
* src/lread.c (lisp_file_lexically_bound_p): Stop scanning at end
Andreas Schwab
2011-05-05
1
-1
/
+5
*
|
* lread.c (read_integer): Be more consistent with string-to-number.
Paul Eggert
2011-05-01
1
-48
/
+56
*
|
* lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
Paul Eggert
2011-04-29
1
-1
/
+0
*
|
* lread.c (hash_string): Use size_t, not int, for hash computation.
Paul Eggert
2011-04-27
1
-10
/
+10
|
/
*
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
1
-10
/
+10
*
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-25
1
-11
/
+11
*
Remove empty line.
Paul Eggert
2011-04-21
1
-1
/
+0
*
* lread.c (string_to_number): Use strtoumax, to convert more integers without...
Paul Eggert
2011-04-21
1
-31
/
+29
*
Treat large integers as floats in the Lisp reader and in string-to-number.
Paul Eggert
2011-04-20
1
-90
/
+136
*
Remove stray comment.
Paul Eggert
2011-04-20
1
-3
/
+0
*
Merge: Make the Lisp reader and string-to-float more consistent.
Paul Eggert
2011-04-19
1
-80
/
+69
|
\
|
*
Make the Lisp reader and string-to-float more consistent.
Paul Eggert
2011-04-19
1
-80
/
+69
*
|
* lread.c (openp): Don't stuff size_t into an 'int'.
Paul Eggert
2011-04-19
1
-7
/
+7
|
/
*
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-9
/
+9
*
* lread.c: Make symbols static if they're not exported.
Paul Eggert
2011-04-13
1
-15
/
+3
[next]