| Commit message (Expand) | Author | Age | Files | Lines |
* | <float.h>: Include if STDC_HEADERS. | Paul Eggert | 1996-12-30 | 1 | -15/+15 |
* | (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 |
* | (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 |
* | (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 |
* | 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 |
* | 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 |
* | (Fmake_local_variable): Call find_symbol_value | Richard M. Stallman | 1995-11-19 | 1 | -0/+7 |
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -15/+6 |
* | [!HAVE_FMOD] (fmod): Make consistent with ANSI definition. | Karl Heuer | 1995-10-25 | 1 | -4/+2 |
* | (Qvector_or_char_table_p): New variable. | Richard M. Stallman | 1995-10-12 | 1 | -1/+15 |
* | (Fchartablep, Fboolvectorp): New functions. | Richard M. Stallman | 1995-10-07 | 1 | -3/+157 |
* | (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 |
* | 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 |
* | 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 |
* | (arith_driver): Make accum and next EMACS_INTs. | Richard M. Stallman | 1995-05-04 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | (Fash): Fix previous change. | Richard M. Stallman | 1995-03-14 | 1 | -2/+2 |
* | (Fash, Flsh): Change arg names. | Richard M. Stallman | 1995-03-11 | 1 | -14/+14 |
* | Rename arg OBJ to OBJECT in all type predicates. | Richard M. Stallman | 1995-02-13 | 1 | -63/+165 |
* | (do_symval_forwarding): Use current_perdisplay, not get_perdisplay. | Karl Heuer | 1995-02-03 | 1 | -4/+9 |
* | (do_symval_forwarding): Handle display-local vars. | Karl Heuer | 1995-01-31 | 1 | -13/+29 |
* | Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. | Karl Heuer | 1995-01-18 | 1 | -21/+5 |
* | (Faref): Handle compiled function as pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -3/+9 |
* | (wrong_type_argument): Use Lisp_Type_Limit. | Richard M. Stallman | 1994-12-25 | 1 | -1/+1 |
* | (wrong_type_argument): Abort if VALUE is invalid Lisp object. | Richard M. Stallman | 1994-12-25 | 1 | -0/+6 |
* | (Farray_length): Delete this obsolete function. | Karl Heuer | 1994-11-16 | 1 | -19/+16 |
* | (syms_of_data): Set Qwholenump as function, not variable. | Karl Heuer | 1994-11-16 | 1 | -2/+2 |
* | (store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value, | Karl Heuer | 1994-11-11 | 1 | -42/+58 |
* | Fix typo in previous change. | Karl Heuer | 1994-11-11 | 1 | -4/+4 |