summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Use const char* instead of char*.Dan Nicolaescu2010-08-091-2/+2
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-4/+0
* * lread.c (unreadpure, mapatoms_1): Make static.Juanma Barranquero2010-07-261-4/+2
* Convert old-style definitionsAndreas Schwab2010-07-121-4/+2
* Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-4/+4
* Constify functions taking char *Andreas Schwab2010-07-111-10/+10
* Merge changes from emacs-23 branch.Chong Yidong2010-07-101-10/+12
|\
| * * lread.c (read1): Signal error if #s is not followed by paren.Andreas Schwab2010-06-231-10/+12
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-28/+15
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-5/+3
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-10/+8
* | * src/lread.c (read1): Fix up last change to not mess up `c'.Tetsurou Okazaki2010-07-041-24/+27
* | Fix comments and whitespace.Juanma Barranquero2010-07-041-3/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-114/+50
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-27/+27
* | * src/lread.c (read1): Phase out old-style backquotes a bit more.Stefan Monnier2010-06-161-1/+11
* | * src/lread.c (X_OK): Remove, unused.Dan Nicolaescu2010-06-071-4/+0
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-47/+47
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-4/+0
* | Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-3/+0
|/
* Fix bug #5303 in `load' on MS-Windows, whereby load-file would failEli Zaretskii2010-01-221-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * src/lread.c (syms_of_lread): Make it clearer that these are theChong Yidong2010-01-011-14/+14
* Fix `string-to-number' to deal consistently with integers and floats.Juanma Barranquero2009-12-041-3/+5
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-3/+3
* (Funintern): Comment out last change.Stefan Monnier2009-11-191-2/+6
* * lread.c (Funintern): Error if symbol is t or nil.Richard M. Stallman2009-11-191-0/+3
* * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.Dan Nicolaescu2009-11-111-2/+2
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-33/+33
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-061-19/+32
* * puresize.h (BASE_PURESIZE): Increase to 1470000.Dan Nicolaescu2009-10-301-1/+1
* (Fload): Also run do-after-load-evaluation while dumping.Stefan Monnier2009-09-151-2/+1
* * lread.c (Fload): Don't output a message after loading an obsoleteStefan Monnier2009-09-121-5/+0
* Fix whitespace.Juanma Barranquero2009-09-051-10/+10
* (read_integer): Use doubles (and potentially return a floatStefan Monnier2009-08-271-13/+18
* * lread.c (read1, syms_of_lread): Read hashtables back from theTeodor Zlatanov2009-08-051-0/+95
* (syms_of_lread) <force_load_messages>: New variable.Eli Zaretskii2009-07-251-6/+16
* * lread.c: Rewrite 2009-07-21 changes.Ken Raeburn2009-07-251-8/+4
* (load_depth): New variable.Ken Raeburn2009-07-211-2/+8
* * files.el (hack-local-variables-prop-line)Chong Yidong2009-04-291-2/+9
* (Feval_buffer): Doc fix.Chong Yidong2009-03-101-10/+8
* (read_escape): Signal an error for invalid \UXXXXXXXX.Kenichi Handa2009-02-271-2/+3
* * lread.c (Fload): Stop checking Vloads_in_progress and signalJuanma Barranquero2009-02-251-8/+6
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Fix typo in comment.Juanma Barranquero2008-09-071-1/+1
* (Fread_char, Fread_char_exclusive): If no character event is readChong Yidong2008-08-141-6/+7
* * bitmaps/README:Dan Nicolaescu2008-07-311-8/+2
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-7/+3
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-2/+2
* American English spelling fix.Glenn Morris2008-06-271-1/+1