| Age | Commit message (Expand) | Author |
| 2011-03-15 | * data.c (Findirect_variable): Name an expression, to avoid | Paul Eggert |
| 2011-03-13 | * src/eval.c (Ffunction): Use simpler format for closures. | Stefan Monnier |
| 2011-02-24 | Get rid of funvec. | Stefan Monnier |
| 2011-02-21 | Merge from trunk | Stefan Monnier |
| 2011-02-17 | Various compiler bug-fixes. MPC seems to run correctly now. | Stefan Monnier |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey |
| 2011-02-11 | Merge from trunk | Stefan Monnier |
| 2011-02-06 | * data.c etc: conform to C89 pointer rules | Paul Eggert |
| 2011-02-01 | Merge from trunk | Stefan Monnier |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey |
| 2011-01-17 | Merge from mainline. | Paul Eggert |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris |
| 2011-01-14 | Merge from mainline. | Paul Eggert |
| 2011-01-14 | Merge from emacs-23 | Stefan Monnier |
| 2011-01-09 | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. | Paul Eggert |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-12-13 | Try and be more careful about propagation of lexical environment. | Stefan Monnier |
| 2010-12-10 | Merge from trunk | Stefan Monnier |
| 2010-11-14 | * src/data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused. | Dan Nicolaescu |
| 2010-09-30 | Merge from trunk | Stefan Monnier |
| 2010-09-24 | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c. | Eli Zaretskii |
| 2010-08-11 | Merge from trunk | Stefan Monnier |
| 2010-08-05 | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu |
| 2010-08-03 | * src/data.c (Flocal_variable_p): Handle variable aliases correctly. | Johan Bockgård |
| 2010-07-28 | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu |
| 2010-07-26 | Use const, move declarations to header files. | Dan Nicolaescu |
| 2010-07-23 | Merge from trunk | Stefan Monnier |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab |
| 2010-07-04 | Convert declarations or definitions to standard C. | Dan Nicolaescu |
| 2010-07-04 | Fix comments and whitespace. | Juanma Barranquero |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D |
| 2010-06-13 | New branch for lexbind, losing all history. | Stefan Monnier |
| 2010-06-03 | Remove obsolete pre-unicode2 macros. | Juanma Barranquero |
| 2010-05-07 | Try and fix unbind_to when localness of binding has changed | Stefan Monnier |
| 2010-04-21 | Declarations before code (Bug#5993). | Jan Djärv |
| 2010-04-20 | Warn rather than error when making a local var inside a let. | Stefan Monnier |
| 2010-04-19 | Make variable forwarding explicit rather the using special values. | Stefan Monnier |
| 2010-03-22 | Remove dead code dealing with POSIX_SIGNALS. | Dan Nicolaescu |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris |
| 2009-12-04 | Fix `string-to-number' to deal consistently with integers and floats. | Juanma Barranquero |
| 2009-11-21 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab |
| 2009-11-06 | Let integers use up 2 tags to give them one extra bit and double their range. | Stefan Monnier |
| 2009-11-06 | * xterm.c (syms_of_xterm): | Dan Nicolaescu |
| 2009-10-19 | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu |
| 2009-04-22 | * keyboard.c (Fset_input_meta_mode): Doc fix. | Chong Yidong |
| 2009-03-24 | (Qinteractive_form): New variable. | Chong Yidong |