| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/lread.c (openp): Correct Boolean typo in last commit. | Wolfgang Jenkner | 2011-02-22 | 1 | -1/+1 |
| * | [ChangeLog] | Paul Eggert | 2011-02-21 | 1 | -3/+2 |
| * | * lisp/files.el (cd): Make completion obey cd-path. | Stefan Monnier | 2011-02-18 | 1 | -4/+13 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -8/+8 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -8/+8 |
| * | * lread.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -7/+10 |
| * | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -10/+10 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
| * | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -4/+3 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -93/+30 |
| * | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
| * | Add --no-site-lisp option, make -Q use it. (Bug#5707) | Glenn Morris | 2011-01-06 | 1 | -2/+2 |
| * | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -1/+1 |
| * | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -5/+5 |
| * | * src/lread.c (read1): Allow newstyle unquote outside of backquote. | Stefan Monnier | 2010-12-06 | 1 | -52/+46 |
| * | Merge changes from emacs-23 branch | Chong Yidong | 2010-11-27 | 1 | -4/+4 |
| |\ |
|
| | * | merge emacs-23 | Kenichi Handa | 2010-11-25 | 1 | -0/+4 |
| | |\ |
|
| | * | | Fix decoding of emacs-mule coding system. | Kenichi Handa | 2010-11-25 | 1 | -4/+4 |
| * | | | Move declarations from .c files to .h files. | Dan Nicolaescu | 2010-11-18 | 1 | -2/+0 |
| * | | | Merge from emacs-23 | Stefan Monnier | 2010-11-17 | 1 | -0/+4 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Fix bug #7346: document load-file-name. | Eli Zaretskii | 2010-11-12 | 1 | -0/+4 |
| | |/ |
|
| * | | Obscure an example DEFVAR_INT comment so as to evade make-docfile. | Glenn Morris | 2010-10-22 | 1 | -8/+7 |
| * | | Remove O_RDONLY, O_WRONLY definitions, not needed. | Dan Nicolaescu | 2010-10-04 | 1 | -3/+0 |
| * | | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -2/+0 |
| * | | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c | Eli Zaretskii | 2010-09-25 | 1 | -9/+9 |
| * | | Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA. | Lars Magne Ingebrigtsen | 2010-09-23 | 1 | -1/+1 |
| * | | 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 |