2000-05-26 |
Dave Love |
(Qsubrp, Qmany, Qunevalled): New variables.
|
2000-05-19 |
Kenichi Handa |
(Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
|
2000-03-30 |
Ken Raeburn |
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
|
2000-03-27 |
Gerd Moellmann |
Use new macro names
|
2000-03-26 |
Gerd Moellmann |
(do_symval_forwarding, store_symval_forwarding)
|
2000-02-23 |
Gerd Moellmann |
(Fstring_to_number): If number is greater than what
|
2000-02-23 |
Gerd Moellmann |
(keyword_symbols_constant_flag): Removed.
|
2000-02-20 |
Richard M. Stallman |
(Fmake_variable_buffer_local): Doc fix.
|
2000-02-18 |
Gerd Moellmann |
(let_shadows_buffer_binding_p): Ignore specbindings
|
2000-02-17 |
Gerd Moellmann |
Remove `LISP_FLOAT_TYPE' and `standalone'.
|
2000-02-15 |
Richard M. Stallman |
(set_internal): Don't make variable buffer-local
|
2000-01-22 |
Richard M. Stallman |
(set_internal): Further fix in same criterion.
|
2000-01-20 |
Richard M. Stallman |
(set_internal): Fix the criteria for whether
|
2000-01-11 |
Richard M. Stallman |
(set_internal): New arg BUF.
|
1999-12-17 |
Dave Love |
(Fkeywordp): New function.
|
1999-12-15 |
Kenichi Handa |
(Faref): Delete codes for a composite character..
|
1999-11-01 |
Gerd Moellmann |
(Qtext_read_only): New built-in error.
|
1999-10-26 |
Gerd Moellmann |
(Qad_activate_internal): Renamed from Qad_activate.
|
1999-10-25 |
Gerd Moellmann |
(Qhash_table): New.
|
1999-10-25 |
Ken Raeburn |
more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-09-20 |
Gerd Moellmann |
(find_symbol_value): Remove unused variables.
|
1999-09-13 |
Gerd Moellmann |
(swap_in_symval_forwarding): Change for Lisp_Object
|
1999-09-03 |
Kenichi Handa |
(Faset): Adjust the way to check byte-combining
|
1999-07-30 |
Karl Heuer |
(Fdefalias): Call Ffset instead of duplicating code.
|
1998-10-31 |
Richard M. Stallman |
(set_internal): For built-in maybe-local vars,
|
1998-10-14 |
Kenichi Handa |
(Faset): Fix previous change.
|
1998-10-12 |
Kenichi Handa |
(Faset): If ARRAY is a multibyte string, pay attention to
|
1998-10-12 |
Kenichi Handa |
(Fstring_to_number): Don't recognize floating point if base is not 10.
|
1998-09-13 |
Karl Heuer |
(Fmake_local_variable): Doc fix.
|
1998-08-29 |
Paul Eggert |
(arith_driver, float_arith_driver): Compute (- x) by
|
1998-08-28 |
Kenichi Handa |
(Faset): Use macro CHAR_BYTES instead of Fchar_bytes.
|
1998-05-07 |
Richard M. Stallman |
(set_internal): Properly compare lisp objects.
|
1998-04-29 |
Richard M. Stallman |
(Flsh, Fash): Handle out-of-range shift counts reasonably.
|
1998-04-26 |
Richard M. Stallman |
(Fmakunbound): Test keywordness only in initial obarray.
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-04-12 |
Karl Heuer |
(set_internal, Fmakunbound): Fix previous change.
|
1998-04-11 |
Karl Heuer |
(set_internal, Fmakunbound): No error if setting
|
1998-04-08 |
Karl Heuer |
(keyword_symbols_constant_flag): New variable.
|
1998-04-05 |
Richard M. Stallman |
Fix previous change.
|
1998-04-03 |
Richard M. Stallman |
(Fmake_variable_frame_local): Doc fix.
|
1998-03-21 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
1998-03-12 |
Richard M. Stallman |
(store_symval_forwarding, swap_in_symval_forwarding)
|
1998-02-27 |
Karl Heuer |
(store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
|
1998-02-03 |
Richard M. Stallman |
(Faref, Faset): Allow indexing a char-table
|
1998-01-28 |
Kenichi Handa |
(syms_of_data): Register multibyte-string-p as a Lisp
|
1998-01-22 |
Kenichi Handa |
(Faset): Allow setting a multibyte character in a
|
1998-01-21 |
Richard M. Stallman |
Update copyright year.
|
1998-01-09 |
Richard M. Stallman |
(Fmultibyte_string_p): New function.
|
1997-10-23 |
Paul Eggert |
No need to include <float.h> before "lisp.h",
|
1997-10-15 |
Karl Heuer |
(Fstring_to_number): Handle NEGATIVE for floats too.
|
1997-09-04 |
Richard M. Stallman |
(Faset): Simplify a statement in the char-table case.
|
1997-07-18 |
Richard M. Stallman |
Many doc fixes.
|
1997-07-05 |
Richard M. Stallman |
Include float.h before lisp.h.
|
1997-06-09 |
Kenichi Handa |
(Faset): Inherit default value correctly while creating
|
1997-05-30 |
Richard M. Stallman |
(Farrayp): Accept bool-vectors and char-tables.
|
1997-05-29 |
Richard M. Stallman |
(Faset): Doc fix.
|
1997-05-16 |
Kenichi Handa |
Declare set_internal as Lisp_Object in advance to avoid
|
1997-05-12 |
Richard M. Stallman |
(wrong_type_argument): Pass new arg to Fstring_to_number.
|
1997-04-07 |
Kenichi Handa |
(Faref, Faset): Adjusted for the new structure of
|