aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* * lread.c (Fload): Use xfree, not free on saved_doc_string.Jim Meyering2008-06-121-1/+1
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-2/+1
* remove useless if-before-free testsJim Meyering2008-06-021-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (substitute_object_recurse): Use lower-level primitives.Stefan Monnier2008-05-061-23/+33
* * fileio.c (Finsert_file_contents):Stefan Monnier2008-03-201-1/+1
* (Fread_char): Resolve modifiers.Kenichi Handa2008-03-051-4/+19
* Jim Meyering <meyering at redhat.com>Glenn Morris2008-02-071-4/+0
* Merge from emacs--devo--0Miles Bader2008-01-301-3/+0
|\