| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628) | Karoly Lorentey | 2005-11-01 | 1 | -1/+3 |
|\ |
|
| * | * data.c (Fmake_variable_frame_local): Add clarification to | Chong Yidong | 2005-10-28 | 1 | -1/+3 |
* | | Fix semantics of terminal-local variables. Remove `terminal-local-value' hack. | Karoly Lorentey | 2005-10-29 | 1 | -3/+20 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577) | Karoly Lorentey | 2005-10-09 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | (Fdefalias): Signal an error if SYMBOL is not a symbol. | John Paul Wallington | 2005-09-18 | 1 | -0/+1 |
* | | Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Bo... | Karoly Lorentey | 2005-09-11 | 1 | -4/+5 |
* | | Merged in changes from CVS trunk. Plus added lisp/term tweaks. | Karoly Lorentey | 2005-09-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
* | | Rename `struct display' to `struct device'. Update function, parameter and v... | Karoly Lorentey | 2005-07-11 | 1 | -14/+17 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 469) | Karoly Lorentey | 2005-07-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | | Work around nondeterministic binding of terminal-local variables. (Fixes nat... | Karoly Lorentey | 2005-06-27 | 1 | -0/+40 |
|/ |
|
* | (syms_of_data) Staticpro Qcyclic_variable_indirection. | Kim F. Storm | 2005-04-27 | 1 | -0/+1 |
* | (Faref): Handle special slots used as default values of | Kenichi Handa | 2005-04-20 | 1 | -11/+31 |
* | (Fsetq_default): Allow no arg case. | Richard M. Stallman | 2005-02-15 | 1 | -2/+2 |
* | (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH. | Richard M. Stallman | 2004-12-27 | 1 | -1/+1 |
* | * syssignal.h: Declare main_thread. | Jan Djärv | 2004-12-15 | 1 | -0/+1 |
* | (Fmake_variable_buffer_local): Doc fix. | Richard M. Stallman | 2004-12-02 | 1 | -1/+6 |
* | (store_symval_forwarding): Remove unused variables. | Kim F. Storm | 2004-11-09 | 1 | -3/+1 |
* | Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls. | Kim F. Storm | 2004-10-26 | 1 | -2/+2 |
* | (Flocal_variable_if_set_p): Doc fix. | Luc Teirlinck | 2004-10-20 | 1 | -1/+5 |
* | (Finteractive_form): Doc fix. | Luc Teirlinck | 2004-08-02 | 1 | -2/+2 |
* | (MAX_ALLOCA): Remove define. | Kim F. Storm | 2004-06-21 | 1 | -15/+6 |
* | (Fset_default): Make argument names match their use in docstring. | Juanma Barranquero | 2004-05-16 | 1 | -1/+1 |
* | (Fquo): Simplify. | Juanma Barranquero | 2004-05-09 | 1 | -3/+1 |
* | (Fquo): If any argument is float, do the computation in floating point. | Juanma Barranquero | 2004-05-08 | 1 | -0/+6 |
* | (Fsetq_default): Fix docstring. | Juanma Barranquero | 2004-05-06 | 1 | -5/+5 |
* | (Fsubr_name): New fun. | Stefan Monnier | 2004-04-29 | 1 | -0/+14 |
* | (Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead of | Andreas Schwab | 2004-04-26 | 1 | -6/+6 |
* | data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes. | Jan Djärv | 2004-03-31 | 1 | -1/+1 |
* | (Finteractive_form): Rename from Fsubr_interactive_form. | Stefan Monnier | 2004-03-29 | 1 | -11/+33 |
* | Lisp_Object/int mixup. | Stefan Monnier | 2004-02-16 | 1 | -1/+1 |
* | * data.c (Fbyteorder): New function. | Jan Djärv | 2004-02-10 | 1 | -0/+15 |
* | (store_symval_forwarding): Handle setting default-fill-column, etc., | Richard M. Stallman | 2003-12-29 | 1 | -0/+32 |
* | (Qinteger): Exported. | Lars Hansen | 2003-11-21 | 1 | -1/+3 |
* | (Fsetplist): Doc fix. | Luc Teirlinck | 2003-10-26 | 1 | -1/+1 |
* | (Fvariable_binding_locus): New function. | Richard M. Stallman | 2003-09-19 | 1 | -1/+36 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (Fmake_variable_buffer_local, Fmake_local_variable) | Richard M. Stallman | 2003-08-29 | 1 | -0/+6 |
* | (let_shadows_buffer_binding_p): Make target of p volatile. | Richard M. Stallman | 2003-05-17 | 1 | -1/+1 |
* | (Faset): Calculate nbytes earlier, to satisfy the now pickier | Miles Bader | 2003-04-18 | 1 | -2/+3 |
* | (store_symval_forwarding): Re-instate part of the code | Stefan Monnier | 2003-03-26 | 1 | -0/+1 |
* | (store_symval_forwarding): Delete special read-only | Stefan Monnier | 2003-03-25 | 1 | -6/+3 |
* | (long_to_cons): Fix type of top. | Andreas Schwab | 2003-03-12 | 1 | -2/+2 |
* | (Fstring_to_number, Fminus): Better English in doc strings. | Francesco Potortì | 2002-12-29 | 1 | -2/+2 |
* | (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local) | Francesco Potortì | 2002-12-25 | 1 | -24/+26 |
* | (Fdefalias): Record in load-history redefining an autoload. | Richard M. Stallman | 2002-12-07 | 1 | -0/+3 |
* | (Flsh): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
* | (Fmake_variable_frame_local): Doc fix. | Richard M. Stallman | 2002-08-07 | 1 | -2/+2 |
* | (Fdefalias): Doc fix. | Richard M. Stallman | 2002-07-18 | 1 | -1/+4 |