Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | (make_number): Function deleted. | Karl Heuer | 1996-01-24 | 1 | -9/+0 |
| | |||||
* | (kill-local-variable): didn't update the value of | Karl Heuer | 1996-01-23 | 1 | -3/+7 |
| | | | | forwarded objects. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | (Flognot): Fix previous change. | Karl Heuer | 1996-01-09 | 1 | -1/+1 |
| | |||||
* | (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name, | Erik Naggum | 1996-01-09 | 1 | -238/+238 |
| | | | | | | | | | | Ffset, Fdefalias, Fdefine_function, Fsetplist, store_symval_forwarding, swap_in_symval_forwarding, find_symbol_value, Fsymbol_value, Fset, default_value, Fdefault_boundp, Fdefault_value, Fset_default, Fsetq_default, Fmake_variable_buffer_local, Fmake_local_variable, Fkill_local_variable, Flocal_variable_p, Flocal_variable_if_set_p, Faref, Faset, Fzerop, Fnumber_to_string, Fstring_to_number, Frem, Fmod, Fadd1, Fsub1, Flognot): Harmonize arguments with documentation. | ||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| | |||||
* | (Ftype_of): Return `char-table' and `bool-vector' for | Karl Heuer | 1995-12-13 | 1 | -0/+9 |
| | | | | | | char tables and bool vectors, resp. (Qchar_table, Qbool_vector): New variables. (syms_of_data): Initialize and staticpro them. | ||||
* | (Fmake_local_variable): Call find_symbol_value | Richard M. Stallman | 1995-11-19 | 1 | -0/+7 |
| | | | | before making a new local binding. | ||||
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -15/+6 |
| | | | | Rename from SHORTBITS, INTBITS, LONGBITS. | ||||
* | [!HAVE_FMOD] (fmod): Make consistent with ANSI definition. | Karl Heuer | 1995-10-25 | 1 | -4/+2 |
| | | | | Don't use drem; it's not the same function. | ||||
* | (Qvector_or_char_table_p): New variable. | Richard M. Stallman | 1995-10-12 | 1 | -1/+15 |
| | | | | | (Fvector_or_char_table_p): New function. (syms_of_data): Set up Lisp var and function. | ||||
* | (Fchartablep, Fboolvectorp): New functions. | Richard M. Stallman | 1995-10-07 | 1 | -3/+157 |
| | | | | | (syms_of_data): defsubr them. (Faref, Faset, Fsequencep): Handle chartables and boolvectors. | ||||
* | (Fnumber_to_string): Make `buffer' long enough. | Karl Heuer | 1995-07-17 | 1 | -1/+1 |
| | |||||
* | (Flocal_variable_if_set_p): New function. | Richard M. Stallman | 1995-06-17 | 1 | -0/+42 |
| | | | | (syms_of_data): Call defsubr. | ||||
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
| | |||||
* | (Flocal_variable_p): Fix backwards logical operator. | Richard M. Stallman | 1995-06-14 | 1 | -1/+1 |
| | |||||
* | (Flocal_variable_p): New optional arg BUFFER. | Karl Heuer | 1995-06-07 | 1 | -8/+33 |
| | | | | Really check whether var is local in *that* buffer. | ||||
* | Comment change. | Karl Heuer | 1995-05-31 | 1 | -1/+1 |
| | |||||
* | (long_to_cons): Don't assume 32-bit longs. | Karl Heuer | 1995-05-23 | 1 | -2/+2 |
| | |||||
* | (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0. | Richard M. Stallman | 1995-05-07 | 1 | -1/+1 |
| | |||||
* | (Fnumber_to_string, Fstring_to_number): | Richard M. Stallman | 1995-05-05 | 1 | -2/+17 |
| | | | | | | | Handle long EMACS_INT in sprintf and atol. (store_symval_forwarding): Error if value out of range for an integer variable. (Fstring_to_number): Avoid using make_number to return value. Maybe use atol. | ||||
* | (arith_driver): Make accum and next EMACS_INTs. | Richard M. Stallman | 1995-05-04 | 1 | -3/+3 |
| | | | | (Fmod): i1 and i2 are EMACS_INT. | ||||
* | Include keyboard.h. | Richard M. Stallman | 1995-04-10 | 1 | -0/+1 |
| | |||||
* | (Ftype_of, do_symval_forwarding, store_symval_forwarding) | Richard M. Stallman | 1995-04-07 | 1 | -7/+7 |
| | | | | | (find_symbol_value, Fmake_variable_buffer_local, Fmake_local_variable): Use XMISCTYPE. | ||||
* | Doc fixes to match declared args. | Simon Marshall | 1995-04-06 | 1 | -4/+4 |
| | |||||
* | (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0. | Richard M. Stallman | 1995-03-30 | 1 | -1/+1 |
| | |||||
* | (find_symbol_value): current_perdisplay now is never null. | Karl Heuer | 1995-03-15 | 1 | -17/+11 |
| | | | | (store_symval_forwarding, do_symval_forwarding): Likewise. |