summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* (Fkill_local_variable): Call find_symbol_value directly,Richard M. Stallman1996-03-041-1/+1
* (make_number): Function deleted.Karl Heuer1996-01-241-9/+0
* (kill-local-variable): didn't update the value ofKarl Heuer1996-01-231-3/+7
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Flognot): Fix previous change.Karl Heuer1996-01-091-1/+1
* (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,Erik Naggum1996-01-091-238/+238
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (Ftype_of): Return `char-table' and `bool-vector' forKarl Heuer1995-12-131-0/+9
* (Fmake_local_variable): Call find_symbol_valueRichard M. Stallman1995-11-191-0/+7
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-15/+6
* [!HAVE_FMOD] (fmod): Make consistent with ANSI definition.Karl Heuer1995-10-251-4/+2
* (Qvector_or_char_table_p): New variable.Richard M. Stallman1995-10-121-1/+15
* (Fchartablep, Fboolvectorp): New functions.Richard M. Stallman1995-10-071-3/+157
* (Fnumber_to_string): Make `buffer' long enough.Karl Heuer1995-07-171-1/+1
* (Flocal_variable_if_set_p): New function.Richard M. Stallman1995-06-171-0/+42
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
* (Flocal_variable_p): Fix backwards logical operator.Richard M. Stallman1995-06-141-1/+1
* (Flocal_variable_p): New optional arg BUFFER.Karl Heuer1995-06-071-8/+33
* Comment change.Karl Heuer1995-05-311-1/+1
* (long_to_cons): Don't assume 32-bit longs.Karl Heuer1995-05-231-2/+2
* (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0.Richard M. Stallman1995-05-071-1/+1
* (Fnumber_to_string, Fstring_to_number):Richard M. Stallman1995-05-051-2/+17
* (arith_driver): Make accum and next EMACS_INTs.Richard M. Stallman1995-05-041-3/+3
* Include keyboard.h.Richard M. Stallman1995-04-101-0/+1
* (Ftype_of, do_symval_forwarding, store_symval_forwarding)Richard M. Stallman1995-04-071-7/+7
* Doc fixes to match declared args.Simon Marshall1995-04-061-4/+4
* (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.Richard M. Stallman1995-03-301-1/+1
* (find_symbol_value): current_perdisplay now is never null.Karl Heuer1995-03-151-17/+11
* (Fash): Fix previous change.Richard M. Stallman1995-03-141-2/+2
* (Fash, Flsh): Change arg names.Richard M. Stallman1995-03-111-14/+14
* Rename arg OBJ to OBJECT in all type predicates.Richard M. Stallman1995-02-131-63/+165
* (do_symval_forwarding): Use current_perdisplay, not get_perdisplay.Karl Heuer1995-02-031-4/+9
* (do_symval_forwarding): Handle display-local vars.Karl Heuer1995-01-311-13/+29
* Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.Karl Heuer1995-01-181-21/+5
* (Faref): Handle compiled function as pseudovector.Richard M. Stallman1994-12-301-3/+9
* (wrong_type_argument): Use Lisp_Type_Limit.Richard M. Stallman1994-12-251-1/+1
* (wrong_type_argument): Abort if VALUE is invalid Lisp object.Richard M. Stallman1994-12-251-0/+6
* (Farray_length): Delete this obsolete function.Karl Heuer1994-11-161-19/+16
* (syms_of_data): Set Qwholenump as function, not variable.Karl Heuer1994-11-161-2/+2
* (store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value,Karl Heuer1994-11-111-42/+58
* Fix typo in previous change.Karl Heuer1994-11-111-4/+4
* (Fboundp, find_symbol_value): Use type test macros instead of checking XTYPEKarl Heuer1994-11-091-22/+8
* (do_symval_forwarding, store_symval_forwarding, find_symbol_value, Fset,Karl Heuer1994-10-121-57/+64
* (Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):Karl Heuer1994-10-061-13/+6
* (Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative.Karl Heuer1994-10-061-5/+5
* (Fset, default_value, Fset_default, Fkill_local_variable): AccessKarl Heuer1994-10-061-4/+7
* (Faref, Farray_length): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,Karl Heuer1994-10-041-14/+13
* (Fmake_local_variable): Doc fix.Richard M. Stallman1994-09-301-2/+23
* (wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp,Karl Heuer1994-09-271-82/+74