| Age | Commit message (Expand) | Author |
| 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 | 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-26 | * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517). | Andreas Schwab |
| 2010-06-13 | New branch for lexbind, losing all history. | Stefan Monnier |
| 2010-06-07 | Remove INCLUDED_FCNTL. | Dan Nicolaescu |
| 2010-04-19 | Make variable forwarding explicit rather the using special values. | Stefan Monnier |
| 2010-04-18 | Hash-cons pure data. | Stefan Monnier |
| 2010-03-19 | Remove obsolete uses of HAVE_SHM. | Dan Nicolaescu |
| 2010-01-22 | Make string pointer args point to const as in other string allocation functions. | YAMAMOTO Mitsuharu |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris |
| 2009-11-13 | (mark_object): Don't reprocess marked strings. | Stefan Monnier |
| 2009-11-11 | * frame.c (make_initial_frame): | Dan Nicolaescu |
| 2009-11-06 | Let integers use up 2 tags to give them one extra bit and double their range. | Stefan Monnier |
| 2009-11-06 | (make_pure_c_string): Fix last change to avoid compiler warning. | Eli Zaretskii |
| 2009-11-06 | * xterm.c (syms_of_xterm): | Dan Nicolaescu |
| 2009-11-06 | * alloc.c (make_pure_c_string): New function. | Dan Nicolaescu |
| 2009-10-19 | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu |
| 2009-08-25 | (mark_char_table): New function. | Kenichi Handa |
| 2009-08-17 | * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value. | Ken Raeburn |
| 2009-01-30 | (mark_stack): Properly conditionalize previous change. | Dan Nicolaescu |
| 2009-01-23 | (mark_stack): Use "flushw" instead of "ta 3" assembly call for | Chong Yidong |
| 2009-01-08 | Add 2009 to copyright years. | Glenn Morris |
| 2008-08-02 | (NSTATICS): Bump to 0x640. | Eli Zaretskii |
| 2008-07-11 | * lisp.h: | Dan Nicolaescu |
| 2008-07-08 | Use __sparc__ rather than sparc. (Bug#507.) | Glenn Morris |
| 2008-06-02 | Make "xfree (NULL)" a no-op; remove useless if-before-xfree. | Jim Meyering |
| 2008-05-15 | (init_alloc_once): Call init_weak_hash_tables. | Chong Yidong |
| 2008-05-14 | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris |
| 2008-04-23 | Merge from emacs--rel--22 | Miles Bader |
| 2008-04-12 | [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc) | YAMAMOTO Mitsuharu |
| 2008-02-22 | Consolidate the image_cache to the terminal struct. | Stefan Monnier |
| 2008-02-11 | (mark_buffer): Comment fix to clarify the status of Lisp fields. | Stefan Monnier |
| 2008-01-30 | Merge from emacs--devo--0 | Miles Bader |
| 2008-01-13 | * movemail.c: | Dan Nicolaescu |
| 2008-01-09 | Merge from emacs--devo--0 | Miles Bader |
| 2008-01-08 | Merge from emacs--rel--22 | Miles Bader |
| 2008-01-08 | Add 2008 to copyright years. | Glenn Morris |
| 2007-12-06 | Merge from emacs--devo--0 | Miles Bader |
| 2007-11-16 | * alloc.c (allocate_other_vector): | Stefan Monnier |
| 2007-11-16 | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h. | Stefan Monnier |
| 2007-10-29 | (NSTATICS): Revert spurious change made in last merge. | Jason Rumney |
| 2007-10-27 | Merge from emacs--devo--0 | Miles Bader |
| 2007-10-26 | (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead, | Juanma Barranquero |
| 2007-10-19 | Merge from emacs--devo--0 | Miles Bader |
| 2007-10-17 | (free_misc): Use XMISCTYPE. | Stefan Monnier |
| 2007-10-16 | (Fpurecopy): Set the pvec tag on pseudo vectors. | Stefan Monnier |
| 2007-10-16 | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value. | Stefan Monnier |
| 2007-10-12 | Fix up multi-tty merge | Miles Bader |