log src/lread.c @ 108375:973b5bc5fcfe

age author description
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Thu, 01 Apr 2010 20:10:33 -0700 Dan Nicolaescu Remove extern errno declarations.
Thu, 01 Apr 2010 17:59:46 +0300 Eli Zaretskii Remove support for DJGPP v1.x (bug#5813).
Fri, 22 Jan 2010 10:44:50 +0200 Eli Zaretskii Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 01 Jan 2010 13:14:22 -0500 Chong Yidong * src/lread.c (syms_of_lread): Make it clearer that these are the
Fri, 04 Dec 2009 16:16:26 +0000 Juanma Barranquero Fix `string-to-number' to deal consistently with integers and floats.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Thu, 19 Nov 2009 22:10:40 +0000 Stefan Monnier (Funintern): Comment out last change.
Thu, 19 Nov 2009 16:13:22 +0000 Richard M. Stallman * lread.c (Funintern): Error if symbol is t or nil.
Wed, 11 Nov 2009 06:10:42 +0000 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Fri, 06 Nov 2009 06:07:46 +0000 Dan Nicolaescu * process.c (socket_options): Make it const.
Fri, 30 Oct 2009 02:00:11 +0000 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1470000.
Tue, 15 Sep 2009 03:45:51 +0000 Stefan Monnier (Fload): Also run do-after-load-evaluation while dumping.