| Commit message (Expand) | Author | Age | Files | Lines |
* | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -2/+2 |
* | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -4/+0 |
* | * lread.c (unreadpure, mapatoms_1): Make static. | Juanma Barranquero | 2010-07-26 | 1 | -4/+2 |
* | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -4/+2 |
* | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -4/+4 |
* | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -10/+10 |
* | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -10/+12 |
|\ |
|
| * | * lread.c (read1): Signal error if #s is not followed by paren. | Andreas Schwab | 2010-06-23 | 1 | -10/+12 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -28/+15 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -5/+3 |
* | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -10/+8 |
* | | * src/lread.c (read1): Fix up last change to not mess up `c'. | Tetsurou Okazaki | 2010-07-04 | 1 | -24/+27 |
* | | Fix comments and whitespace. | Juanma Barranquero | 2010-07-04 | 1 | -3/+1 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -114/+50 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -27/+27 |
* | | * src/lread.c (read1): Phase out old-style backquotes a bit more. | Stefan Monnier | 2010-06-16 | 1 | -1/+11 |
* | | * src/lread.c (X_OK): Remove, unused. | Dan Nicolaescu | 2010-06-07 | 1 | -4/+0 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -47/+47 |
* | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -4/+0 |
* | | Remove support for DJGPP v1.x (bug#5813). | Eli Zaretskii | 2010-04-01 | 1 | -3/+0 |
|/ |
|
* | Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail | Eli Zaretskii | 2010-01-22 | 1 | -1/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * src/lread.c (syms_of_lread): Make it clearer that these are the | Chong Yidong | 2010-01-01 | 1 | -14/+14 |
* | Fix `string-to-number' to deal consistently with integers and floats. | Juanma Barranquero | 2009-12-04 | 1 | -3/+5 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -3/+3 |
* | (Funintern): Comment out last change. | Stefan Monnier | 2009-11-19 | 1 | -2/+6 |
* | * lread.c (Funintern): Error if symbol is t or nil. | Richard M. Stallman | 2009-11-19 | 1 | -0/+3 |
* | * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. | Dan Nicolaescu | 2009-11-11 | 1 | -2/+2 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -33/+33 |
* | * process.c (socket_options): Make it const. | Dan Nicolaescu | 2009-11-06 | 1 | -19/+32 |
* | * puresize.h (BASE_PURESIZE): Increase to 1470000. | Dan Nicolaescu | 2009-10-30 | 1 | -1/+1 |
* | (Fload): Also run do-after-load-evaluation while dumping. | Stefan Monnier | 2009-09-15 | 1 | -2/+1 |
* | * lread.c (Fload): Don't output a message after loading an obsolete | Stefan Monnier | 2009-09-12 | 1 | -5/+0 |
* | Fix whitespace. | Juanma Barranquero | 2009-09-05 | 1 | -10/+10 |
* | (read_integer): Use doubles (and potentially return a float | Stefan Monnier | 2009-08-27 | 1 | -13/+18 |
* | * lread.c (read1, syms_of_lread): Read hashtables back from the | Teodor Zlatanov | 2009-08-05 | 1 | -0/+95 |
* | (syms_of_lread) <force_load_messages>: New variable. | Eli Zaretskii | 2009-07-25 | 1 | -6/+16 |
* | * lread.c: Rewrite 2009-07-21 changes. | Ken Raeburn | 2009-07-25 | 1 | -8/+4 |
* | (load_depth): New variable. | Ken Raeburn | 2009-07-21 | 1 | -2/+8 |
* | * files.el (hack-local-variables-prop-line) | Chong Yidong | 2009-04-29 | 1 | -2/+9 |
* | (Feval_buffer): Doc fix. | Chong Yidong | 2009-03-10 | 1 | -10/+8 |
* | (read_escape): Signal an error for invalid \UXXXXXXXX. | Kenichi Handa | 2009-02-27 | 1 | -2/+3 |
* | * lread.c (Fload): Stop checking Vloads_in_progress and signal | Juanma Barranquero | 2009-02-25 | 1 | -8/+6 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Fix typo in comment. | Juanma Barranquero | 2008-09-07 | 1 | -1/+1 |
* | (Fread_char, Fread_char_exclusive): If no character event is read | Chong Yidong | 2008-08-14 | 1 | -6/+7 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -8/+2 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -7/+3 |
* | merging Emacs.app (NeXTstep port) | Adrian Robert | 2008-07-15 | 1 | -2/+2 |
* | American English spelling fix. | Glenn Morris | 2008-06-27 | 1 | -1/+1 |