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