| Commit message (Expand) | Author | Files | Lines |
| 1999-12-17 | (Fkeywordp): New function. | Dave Love | 1 | -1/+20 |
| 1999-12-15 | (Faref): Delete codes for a composite character.. | Kenichi Handa | 1 | -12/+8 |
| 1999-11-01 | (Qtext_read_only): New built-in error. | Gerd Moellmann | 1 | -0/+8 |
| 1999-10-26 | (Qad_activate_internal): Renamed from Qad_activate. | Gerd Moellmann | 1 | -4/+4 |
| 1999-10-25 | (Qhash_table): New. | Gerd Moellmann | 1 | -1/+5 |
| 1999-10-25 | more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine | Ken Raeburn | 1 | -36/+36 |
| 1999-10-19 | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1 | -4/+2 |
| 1999-09-20 | (find_symbol_value): Remove unused variables. | Gerd Moellmann | 1 | -7/+5 |
| 1999-09-13 | (swap_in_symval_forwarding): Change for Lisp_Object | Gerd Moellmann | 1 | -8/+7 |
| 1999-09-03 | (Faset): Adjust the way to check byte-combining | Kenichi Handa | 1 | -7/+8 |
| 1999-07-30 | (Fdefalias): Call Ffset instead of duplicating code. | Karl Heuer | 1 | -11/+1 |
| 1998-10-31 | (set_internal): For built-in maybe-local vars, | Richard M. Stallman | 1 | -1/+1 |
| 1998-10-14 | (Faset): Fix previous change. | Kenichi Handa | 1 | -14/+12 |
| 1998-10-12 | (Faset): If ARRAY is a multibyte string, pay attention to | Kenichi Handa | 1 | -6/+16 |
| 1998-10-12 | (Fstring_to_number): Don't recognize floating point if base is not 10. | Kenichi Handa | 1 | -2/+2 |
| 1998-09-13 | (Fmake_local_variable): Doc fix. | Karl Heuer | 1 | -1/+6 |
| 1998-08-29 | (arith_driver, float_arith_driver): Compute (- x) by | Paul Eggert | 1 | -6/+2 |
| 1998-08-28 | (Faset): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1 | -4/+4 |
| 1998-05-07 | (set_internal): Properly compare lisp objects. | Richard M. Stallman | 1 | -2/+2 |
| 1998-04-29 | (Flsh, Fash): Handle out-of-range shift counts reasonably. | Richard M. Stallman | 1 | -2/+10 |
| 1998-04-26 | (Fmakunbound): Test keywordness only in initial obarray. | Richard M. Stallman | 1 | -0/+2 |
| 1998-04-14 | Fix -Wimplicit warnings. | Andreas Schwab | 1 | -0/+2 |
| 1998-04-12 | (set_internal, Fmakunbound): Fix previous change. | Karl Heuer | 1 | -4/+2 |
| 1998-04-11 | (set_internal, Fmakunbound): No error if setting | Karl Heuer | 1 | -2/+4 |
| 1998-04-08 | (keyword_symbols_constant_flag): New variable. | Karl Heuer | 1 | -2/+15 |
| 1998-04-05 | Fix previous change. | Richard M. Stallman | 1 | -0/+1 |
| 1998-04-03 | (Fmake_variable_frame_local): Doc fix. | Richard M. Stallman | 1 | -8/+7 |
| 1998-03-21 | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1 | -2/+2 |
| 1998-03-12 | (store_symval_forwarding, swap_in_symval_forwarding) | Richard M. Stallman | 1 | -37/+125 |
| 1998-02-27 | (store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>: | Karl Heuer | 1 | -1/+7 |
| 1998-02-03 | (Faref, Faset): Allow indexing a char-table | Richard M. Stallman | 1 | -2/+2 |
| 1998-01-28 | (syms_of_data): Register multibyte-string-p as a Lisp | Kenichi Handa | 1 | -0/+1 |
| 1998-01-22 | (Faset): Allow setting a multibyte character in a | Kenichi Handa | 1 | -8/+11 |
| 1998-01-21 | Update copyright year. | Richard M. Stallman | 1 | -1/+1 |
| 1998-01-09 | (Fmultibyte_string_p): New function. | Richard M. Stallman | 1 | -10/+53 |
| 1997-10-23 | No need to include <float.h> before "lisp.h", | Paul Eggert | 1 | -8/+1 |
| 1997-10-15 | (Fstring_to_number): Handle NEGATIVE for floats too. | Karl Heuer | 1 | -1/+1 |
| 1997-09-04 | (Faset): Simplify a statement in the char-table case. | Richard M. Stallman | 1 | -7/+13 |
| 1997-07-18 | Many doc fixes. | Richard M. Stallman | 1 | -35/+35 |
| 1997-07-05 | Include float.h before lisp.h. | Richard M. Stallman | 1 | -1/+8 |
| 1997-06-09 | (Faset): Inherit default value correctly while creating | Kenichi Handa | 1 | -2/+5 |
| 1997-05-30 | (Farrayp): Accept bool-vectors and char-tables. | Richard M. Stallman | 1 | -1/+2 |
| 1997-05-29 | (Faset): Doc fix. | Richard M. Stallman | 1 | -1/+2 |
| 1997-05-16 | Declare set_internal as Lisp_Object in advance to avoid | Kenichi Handa | 1 | -0/+2 |
| 1997-05-12 | (wrong_type_argument): Pass new arg to Fstring_to_number. | Richard M. Stallman | 1 | -14/+61 |
| 1997-04-07 | (Faref, Faset): Adjusted for the new structure of | Kenichi Handa | 1 | -50/+53 |
| 1997-03-18 | (Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS. | Kenichi Handa | 1 | -12/+10 |
| 1997-02-27 | (Faref, Faset): Handle a composite char correctly in char-table. | Kenichi Handa | 1 | -8/+8 |
| 1997-02-20 | Include charset.h. | Karl Heuer | 1 | -69/+80 |
| 1997-01-28 | (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod | Paul Eggert | 1 | -3/+15 |