| Age | Commit message (Expand) | Author |
| 2011-04-25 | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert |
| 2011-04-24 | Fallout from resurrecting doprnt. | Eli Zaretskii |
| 2011-04-18 | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert |
| 2011-04-14 | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert |
| 2011-04-06 | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert |
| 2011-03-21 | Merge from trunk | Stefan Monnier |
| 2011-03-15 | * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to | 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-16 | Hide implementation of `struct kboard' | Tom Tromey |
| 2011-02-11 | Merge from trunk | Stefan Monnier |
| 2011-02-05 | * doc.c: conform to C89 pointer rules | Paul Eggert |
| 2011-02-01 | Merge from trunk | Stefan Monnier |
| 2011-01-30 | Use SSDATA when the context wants char *. | Paul Eggert |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-22 | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert |
| 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 | Include <unistd.h> unilaterally. | Paul Eggert |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-12-15 | Obey lexical-binding in interactive evaluation commands. | Stefan Monnier |
| 2010-10-15 | Merge from trunk | Stefan Monnier |
| 2010-10-04 | Remove O_RDONLY, O_WRONLY definitions, not needed. | Dan Nicolaescu |
| 2010-10-03 | Include <fcntl.h> unconditionally. | Dan Nicolaescu |
| 2010-09-30 | Merge from trunk | Stefan Monnier |
| 2010-09-23 | Clean up EMACS_INT/int usage in doc.c and doprnt.c. | Lars Magne Ingebrigtsen |
| 2010-09-21 | * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as | Ari Roponen |
| 2010-09-13 | Merge from trunk | Stefan Monnier |
| 2010-08-22 | Make obsolete --unibyte argument do nothing (Bug#6886). | Chong Yidong |
| 2010-08-22 | Merge changes from emacs-23 branch. | Chong Yidong |
| 2010-08-14 | * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S. | Jan D |
| 2010-08-13 | * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test. | Jan D |
| 2010-08-11 | Merge from trunk | Stefan Monnier |
| 2010-07-28 | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu |
| 2010-07-23 | Merge from trunk | Stefan Monnier |
| 2010-07-11 | Use strchr, strrchr instead of index, rindex | Andreas Schwab |
| 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 | 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-04-29 | Fix wrong-docstring problem introduced with hash-consing. | Stefan Monnier |