| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (set_internal): For built-in maybe-local vars, | Richard M. Stallman | 1998-10-31 | 1 | -1/+1 |
| | | | | | when BINDFLAG is set, do not mark them as local. | ||||
| * | (Faset): Fix previous change. | Kenichi Handa | 1998-10-14 | 1 | -14/+12 |
| | | |||||
| * | (Faset): If ARRAY is a multibyte string, pay attention to | Kenichi Handa | 1998-10-12 | 1 | -6/+16 |
| | | | | | byte-combining situation. | ||||
| * | (Fstring_to_number): Don't recognize floating point if base is not 10. | Kenichi Handa | 1998-10-12 | 1 | -2/+2 |
| | | |||||
| * | (Fmake_local_variable): Doc fix. | Karl Heuer | 1998-09-13 | 1 | -1/+6 |
| | | |||||
| * | (arith_driver, float_arith_driver): Compute (- x) by | Paul Eggert | 1998-08-29 | 1 | -6/+2 |
| | | | | | | | using negation, not subtraction; this makes a difference with IEEE floating point arithmetic (and also if integer arithmetic is ones' complement or signed-magnitude!). | ||||
| * | (Faset): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -4/+4 |
| | | |||||
| * | (set_internal): Properly compare lisp objects. | Richard M. Stallman | 1998-05-07 | 1 | -2/+2 |
| | | | | | (Fmakunbound): Likewise. | ||||
| * | (Flsh, Fash): Handle out-of-range shift counts reasonably. | Richard M. Stallman | 1998-04-29 | 1 | -2/+10 |
| | | |||||
| * | (Fmakunbound): Test keywordness only in initial obarray. | Richard M. Stallman | 1998-04-26 | 1 | -0/+2 |
| | | | | | (set_internal): Test keywordness only in initial obarray. | ||||
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+2 |
| | | |||||
| * | (set_internal, Fmakunbound): Fix previous change. | Karl Heuer | 1998-04-12 | 1 | -4/+2 |
| | | |||||
| * | (set_internal, Fmakunbound): No error if setting | Karl Heuer | 1998-04-11 | 1 | -2/+4 |
| | | | | | a keyword to itself. | ||||
| * | (keyword_symbols_constant_flag): New variable. | Karl Heuer | 1998-04-08 | 1 | -2/+15 |
| | | | | | | | (syms_of_data): Set up Lisp variable. (set_internal): Obey it and give error for :-symbols. (Fmakunbound): Likewise. | ||||
| * | Fix previous change. | Richard M. Stallman | 1998-04-05 | 1 | -0/+1 |
| | | |||||
| * | (Fmake_variable_frame_local): Doc fix. | Richard M. Stallman | 1998-04-03 | 1 | -8/+7 |
| | | |||||
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -2/+2 |
| | | |||||
| * | (store_symval_forwarding, swap_in_symval_forwarding) | Richard M. Stallman | 1998-03-12 | 1 | -37/+125 |
| | | | | | | | | (set_internal, default_value, Fset_default, Fmake_local_variable) (Fmake_variable_buffer_local, Fkill_local_variable): Handle new data structure for struct Lisp_Buffer_Local_Value. (Fmake_variable_frame_local): New function. | ||||
| * | (store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>: | Karl Heuer | 1998-02-27 | 1 | -1/+7 |
| | | | | | | | If buffer_local_types has -1, this variable is read-only. (Fset_default) <BUFFER_OBJFWDP>: Unconditionally set the slot in buffer_defaults. | ||||
| * | (Faref, Faset): Allow indexing a char-table | Richard M. Stallman | 1998-02-03 | 1 | -2/+2 |
| | | | | | directly by numbers up to CHAR_TABLE_ORDINARY_SLOTS. | ||||
| * | (syms_of_data): Register multibyte-string-p as a Lisp | Kenichi Handa | 1998-01-28 | 1 | -0/+1 |
| | | | | | function. | ||||
| * | (Faset): Allow setting a multibyte character in a | Kenichi Handa | 1998-01-22 | 1 | -8/+11 |
| | | | | | | multibyte string as far as it doesn't change the size_byte of the string. | ||||
| * | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
| | | |||||
| * | (Fmultibyte_string_p): New function. | Richard M. Stallman | 1998-01-09 | 1 | -10/+53 |
| | | | | | | (Faref): Index string by chars. (Faset): Index multibyte string by chars. | ||||
| * | No need to include <float.h> before "lisp.h", | Paul Eggert | 1997-10-23 | 1 | -8/+1 |
| | | | | | as the latter no longer defines DBL_DIG. | ||||
| * | (Fstring_to_number): Handle NEGATIVE for floats too. | Karl Heuer | 1997-10-15 | 1 | -1/+1 |
| | | |||||
| * | (Faset): Simplify a statement in the char-table case. | Richard M. Stallman | 1997-09-04 | 1 | -7/+13 |
| | | | | | This is to help some compilers. | ||||
| * | Many doc fixes. | Richard M. Stallman | 1997-07-18 | 1 | -35/+35 |
| | | |||||
| * | Include float.h before lisp.h. | Richard M. Stallman | 1997-07-05 | 1 | -1/+8 |
| | | |||||
| * | (Faset): Inherit default value correctly while creating | Kenichi Handa | 1997-06-09 | 1 | -2/+5 |
| | | | | | sub char table. | ||||
| * | (Farrayp): Accept bool-vectors and char-tables. | Richard M. Stallman | 1997-05-30 | 1 | -1/+2 |
| | | |||||
| * | (Faset): Doc fix. | Richard M. Stallman | 1997-05-29 | 1 | -1/+2 |
| | | |||||
| * | Declare set_internal as Lisp_Object in advance to avoid | Kenichi Handa | 1997-05-16 | 1 | -0/+2 |
| | | | | | compiler error. | ||||
| * | (wrong_type_argument): Pass new arg to Fstring_to_number. | Richard M. Stallman | 1997-05-12 | 1 | -14/+61 |
| | | | | | | (Fstring_to_number): Handle bases 2...16. (digit_to_number): New subroutine. | ||||
| * | (Faref, Faset): Adjusted for the new structure of | Kenichi Handa | 1997-04-07 | 1 | -50/+53 |
| | | | | | Lisp_Char_Table. | ||||
| * | (Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS. | Kenichi Handa | 1997-03-18 | 1 | -12/+10 |
| | | |||||
| * | (Faref, Faset): Handle a composite char correctly in char-table. | Kenichi Handa | 1997-02-27 | 1 | -8/+8 |
| | | |||||
| * | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -69/+80 |
| | | | | | | | (Qprocess): Now extern, not static. (Faref, Faset): Enable indexing a char table by a multibyte character. | ||||
| * | (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod | Paul Eggert | 1997-01-28 | 1 | -3/+15 |
| | | | | | | | | | | might need it. (fmod): Ensure that the magnitude of the result does not exceed that of the divisor, and that the sign of the result does not disagree with that of the dividend. This does not yield a particularly accurate result, but at least it will be in the range promised by fmod. | ||||
| * | (set_internal): New subroutine. New arg BINDFLAG. | Richard M. Stallman | 1997-01-25 | 1 | -3/+17 |
| | | | | | | Don't make a new buffer-local binding if BINDFLAG is 0. (Fset): Use set_internal. | ||||
| * | <float.h>: Include if STDC_HEADERS. | Paul Eggert | 1996-12-30 | 1 | -15/+15 |
| | | | | | | | (IEEE_FLOATING_POINT): New symbol. (float_arith_driver, Fmod): Test for division by 0 only if ! IEEE_FLOATING_POINT. | ||||
| * | (Fdefalias): Change argument name and doc string. | Richard M. Stallman | 1996-12-26 | 1 | -6/+6 |
| | | |||||
| * | (Ffset): Change argument name and doc string. | Richard M. Stallman | 1996-12-26 | 1 | -6/+6 |
| | | |||||
| * | (Fdefine_function): Function definition deleted. | Richard M. Stallman | 1996-10-12 | 1 | -24/+0 |
| | | | | | (syms_of_data): Don't call defsubr for it. | ||||
| * | (arith_error) [POSIX_SIGNALS]: Don't reestablish handler. | Richard M. Stallman | 1996-09-10 | 1 | -1/+1 |
| | | |||||
| * | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -3/+0 |
| | | |||||
| * | (arith_error): Undo previous change. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
| | | |||||
| * | (arith_error): Don't reinstall sig handler if POSIX_SIGNALS. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
| | | |||||
| * | (Fdefalias): Doc fix. | Richard M. Stallman | 1996-06-22 | 1 | -1/+1 |
| | | |||||
| * | (Fkill_local_variable): Call find_symbol_value directly, | Richard M. Stallman | 1996-03-04 | 1 | -1/+1 |
| | | | | | not via Fsymbol_value, to avoid getting void-variable error. | ||||