log src/data.c @ 15253:05b3a08b268f

age author description
1996-03-04 Richard M. Stallman (Fkill_local_variable): Call find_symbol_value directly,
1996-01-24 Karl Heuer (make_number): Function deleted.
1996-01-23 Karl Heuer (kill-local-variable): didn't update the value of
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Karl Heuer (Flognot): Fix previous change.
1996-01-09 Erik Naggum (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,
1996-01-05 Karl Heuer Comment fixes.
1995-12-13 Karl Heuer (Ftype_of): Return `char-table' and `bool-vector' for
1995-11-19 Richard M. Stallman (Fmake_local_variable): Call find_symbol_value
1995-10-31 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-10-25 Karl Heuer [!HAVE_FMOD] (fmod): Make consistent with ANSI definition.
1995-10-12 Richard M. Stallman (Qvector_or_char_table_p): New variable.
1995-10-07 Richard M. Stallman (Fchartablep, Fboolvectorp): New functions.
1995-07-17 Karl Heuer (Fnumber_to_string): Make `buffer' long enough.
1995-06-17 Richard M. Stallman (Flocal_variable_if_set_p): New function.
1995-06-15 Karl Heuer Update GPL to version 2.
1995-06-14 Richard M. Stallman (Flocal_variable_p): Fix backwards logical operator.
1995-06-07 Karl Heuer (Flocal_variable_p): New optional arg BUFFER.
1995-05-31 Karl Heuer Comment change.
1995-05-23 Karl Heuer (long_to_cons): Don't assume 32-bit longs.
1995-05-07 Richard M. Stallman (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0.
1995-05-05 Richard M. Stallman (Fnumber_to_string, Fstring_to_number):
1995-05-04 Richard M. Stallman (arith_driver): Make accum and next EMACS_INTs.
1995-04-10 Richard M. Stallman Include keyboard.h.
1995-04-07 Richard M. Stallman (Ftype_of, do_symval_forwarding, store_symval_forwarding)
1995-04-06 Simon Marshall Doc fixes to match declared args.
1995-03-30 Richard M. Stallman (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.
1995-03-15 Karl Heuer (find_symbol_value): current_perdisplay now is never null.
1995-03-14 Richard M. Stallman (Fash): Fix previous change.
1995-03-11 Richard M. Stallman (Fash, Flsh): Change arg names.
1995-02-13 Richard M. Stallman Rename arg OBJ to OBJECT in all type predicates.
1995-02-03 Karl Heuer (do_symval_forwarding): Use current_perdisplay, not get_perdisplay.
1995-01-31 Karl Heuer (do_symval_forwarding): Handle display-local vars.
1995-01-18 Karl Heuer Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
1994-12-30 Richard M. Stallman (Faref): Handle compiled function as pseudovector.
1994-12-25 Richard M. Stallman (wrong_type_argument): Use Lisp_Type_Limit.
1994-12-25 Richard M. Stallman (wrong_type_argument): Abort if VALUE is invalid Lisp object.
1994-11-16 Karl Heuer (Farray_length): Delete this obsolete function.
1994-11-16 Karl Heuer (syms_of_data): Set Qwholenump as function, not variable.
1994-11-11 Karl Heuer (store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value,
1994-11-11 Karl Heuer Fix typo in previous change.
1994-11-09 Karl Heuer (Fboundp, find_symbol_value): Use type test macros instead of checking XTYPE
1994-10-12 Karl Heuer (do_symval_forwarding, store_symval_forwarding, find_symbol_value, Fset,
1994-10-06 Karl Heuer (Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):
1994-10-06 Karl Heuer (Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative.
1994-10-06 Karl Heuer (Fset, default_value, Fset_default, Fkill_local_variable): Access
1994-10-04 Karl Heuer (Faref, Farray_length): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer (make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
1994-09-30 Richard M. Stallman (Fmake_local_variable): Doc fix.
1994-09-27 Karl Heuer (wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp,
1994-09-24 Richard M. Stallman (Fset_default, Fset): Delete RTPC_REGISTER_BUG conditionals.
1994-09-17 Richard M. Stallman (sign_extend_lisp_int): Use EMACS_INT.
1994-09-16 Karl Heuer (Fcdr_safe): Delete extraneous blank in docstring.
1994-08-04 Richard M. Stallman (Fdefine_function, Fdefalias): Handle advice as in Ffset.
1994-08-01 Roland McGrath (Ffset): Don't call Fget unless SYM's plist is consp.
1994-07-31 Richard M. Stallman (syms_of_data): Set up Qadvice_info, Qactivate_advice.
1994-05-04 Karl Heuer Update copyright.
1994-04-29 Karl Heuer (Ffset, Ffmakunbound): Signal an error if SYM is nil or t.
1994-04-29 Karl Heuer [MSDOS]: Re-enable some #undef's.
1994-04-16 Richard M. Stallman (Fsetq_default): Doc fix.