| Age | Commit message (Expand) | Author |
| 2005-02-18 | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15 | Miles Bader |
| 2005-02-15 | (Fsetq_default): Allow no arg case. | Richard M. Stallman |
| 2005-01-02 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81 | Miles Bader |
| 2004-12-27 | (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH. | Richard M. Stallman |
| 2004-12-25 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79 | Miles Bader |
| 2004-12-15 | * syssignal.h: Declare main_thread. | Jan Djärv |
| 2004-12-08 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 | Miles Bader |
| 2004-12-02 | (Fmake_variable_buffer_local): Doc fix. | Richard M. Stallman |
| 2004-11-12 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70 | Miles Bader |
| 2004-11-09 | (store_symval_forwarding): Remove unused variables. | Kim F. Storm |
| 2004-10-27 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-66 | Miles Bader |
| 2004-10-26 | Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls. | Kim F. Storm |
| 2004-10-22 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62 | Miles Bader |
| 2004-10-20 | (Flocal_variable_if_set_p): Doc fix. | Luc Teirlinck |
| 2004-08-03 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27 | Miles Bader |
| 2004-08-02 | (Finteractive_form): Doc fix. | Luc Teirlinck |
| 2004-06-29 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17 | Miles Bader |
| 2004-06-28 | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15 | Miles Bader |
| 2004-06-21 | (MAX_ALLOCA): Remove define. | Kim F. Storm |
| 2004-05-16 | (Fset_default): Make argument names match their use in docstring. | Juanma Barranquero |
| 2004-05-09 | (Fquo): Simplify. | Juanma Barranquero |
| 2004-05-08 | (Fquo): If any argument is float, do the computation in floating point. | Juanma Barranquero |
| 2004-05-06 | (Fsetq_default): Fix docstring. | Juanma Barranquero |
| 2004-04-29 | (Fsubr_name): New fun. | Stefan Monnier |
| 2004-04-26 | (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead of | Andreas Schwab |
| 2004-04-16 | Sync to HEAD | Kenichi Handa |
| 2004-03-31 | data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes. | Jan Djärv |
| 2004-03-29 | (Finteractive_form): Rename from Fsubr_interactive_form. | Stefan Monnier |
| 2004-02-16 | Lisp_Object/int mixup. | Stefan Monnier |
| 2004-02-10 | * data.c (Fbyteorder): New function. | Jan Djärv |
| 2003-12-29 | (store_symval_forwarding): Handle setting default-fill-column, etc., | Richard M. Stallman |
| 2003-11-21 | (Qinteger): Exported. | Lars Hansen |
| 2003-10-26 | (Fsetplist): Doc fix. | Luc Teirlinck |
| 2003-09-26 | (Faset): Check newelt by CHECK_CHARACTER. Don't change | Kenichi Handa |
| 2003-09-19 | (Fvariable_binding_locus): New function. | Richard M. Stallman |
| 2003-09-08 | *** empty log message *** | Kenichi Handa |
| 2003-09-08 | New directory | Kenichi Handa |
| 2003-09-01 | Add arch taglines | Miles Bader |
| 2003-08-29 | (Fmake_variable_buffer_local, Fmake_local_variable) | Richard M. Stallman |
| 2003-05-17 | (let_shadows_buffer_binding_p): Make target of p volatile. | Richard M. Stallman |
| 2003-04-18 | (Faset): Calculate nbytes earlier, to satisfy the now pickier | Miles Bader |
| 2003-03-26 | (store_symval_forwarding): Re-instate part of the code | Stefan Monnier |
| 2003-03-25 | (store_symval_forwarding): Delete special read-only | Stefan Monnier |
| 2003-03-12 | (long_to_cons): Fix type of top. | Andreas Schwab |
| 2002-12-29 | (Fstring_to_number, Fminus): Better English in doc strings. | Francesco Potortì |
| 2002-12-25 | (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local) | Francesco Potortì |
| 2002-12-07 | (Fdefalias): Record in load-history redefining an autoload. | Richard M. Stallman |
| 2002-10-15 | (Faset): Check NEWELT by ASCII_CHAR_P, not by | Kenichi Handa |
| 2002-09-06 | (Flsh): Fix spacing. | Juanma Barranquero |
| 2002-08-07 | (Fmake_variable_frame_local): Doc fix. | Richard M. Stallman |