log src/data.c @ 49148:8d984c0d5d8c

age author description
2002-12-29 Francesco Potortì (Fstring_to_number, Fminus): Better English in doc strings.
2002-12-25 Francesco Potortì (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
2002-12-07 Richard M. Stallman (Fdefalias): Record in load-history redefining an autoload.
2002-09-06 Juanma Barranquero (Flsh): Fix spacing.
2002-08-07 Richard M. Stallman (Fmake_variable_frame_local): Doc fix.
2002-07-18 Richard M. Stallman (Fdefalias): Doc fix.
2002-07-16 Ken Raeburn * data.c (Faref): Use SDATA.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-09 Stefan Monnier (Fdefalias): Add an optional `docstring' argument.
2002-05-20 Ken Raeburn * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
2001-12-22 Pavel Janík (wrong_type_argument): Remove mocklisp case.
2001-12-07 Andreas Schwab (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
2001-11-16 Pavel Janík (Ftimes): Doc fix.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-11-02 Pavel Janík (Fsetq_default): Add usage to doc-string.
2001-11-01 Richard M. Stallman (Fmake_local_variable): Doc fix.
2001-10-21 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-21 Miles Bader (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
2001-10-11 Gerd Moellmann (Fstring_to_number): Use make_fixnum_or_float.
2001-10-11 Gerd Moellmann (Qcircular_list): New variable.
2001-10-06 Gerd Moellmann (most_positive_fixnum, most_negative_fixnum): New
2001-05-21 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
2001-03-29 Gerd Moellmann (Fsubr_interactive_form): New function.
2001-03-15 Gerd Moellmann (store_symval_forwarding): Add parameter BUF. If BUF is
2001-01-02 Eli Zaretskii (find_symbol_value): Remove extra 3rd argument in the
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
2000-07-21 Kenichi Handa (Faset): Allow storing any multibyte character in a string. Convert
2000-06-19 Gerd Moellmann (set_internal): If variable is frame-local,
2000-06-15 Gerd Moellmann (set_internal): Remove debug code.
2000-06-13 Gerd Moellmann (swap_in_global_binding): New function.
2000-05-26 Dave Love (Qsubrp, Qmany, Qunevalled): New variables.
2000-05-19 Kenichi Handa (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
2000-03-30 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
2000-03-27 Gerd Moellmann Use new macro names
2000-03-26 Gerd Moellmann (do_symval_forwarding, store_symval_forwarding)
2000-02-23 Gerd Moellmann (Fstring_to_number): If number is greater than what
2000-02-23 Gerd Moellmann (keyword_symbols_constant_flag): Removed.
2000-02-20 Richard M. Stallman (Fmake_variable_buffer_local): Doc fix.
2000-02-18 Gerd Moellmann (let_shadows_buffer_binding_p): Ignore specbindings
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-15 Richard M. Stallman (set_internal): Don't make variable buffer-local
2000-01-22 Richard M. Stallman (set_internal): Further fix in same criterion.
2000-01-20 Richard M. Stallman (set_internal): Fix the criteria for whether
2000-01-11 Richard M. Stallman (set_internal): New arg BUF.
1999-12-17 Dave Love (Fkeywordp): New function.
1999-12-15 Kenichi Handa (Faref): Delete codes for a composite character..
1999-11-01 Gerd Moellmann (Qtext_read_only): New built-in error.
1999-10-26 Gerd Moellmann (Qad_activate_internal): Renamed from Qad_activate.
1999-10-25 Gerd Moellmann (Qhash_table): New.
1999-10-25 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-20 Gerd Moellmann (find_symbol_value): Remove unused variables.
1999-09-13 Gerd Moellmann (swap_in_symval_forwarding): Change for Lisp_Object
1999-09-03 Kenichi Handa (Faset): Adjust the way to check byte-combining
1999-07-30 Karl Heuer (Fdefalias): Call Ffset instead of duplicating code.
1998-10-31 Richard M. Stallman (set_internal): For built-in maybe-local vars,
1998-10-14 Kenichi Handa (Faset): Fix previous change.
1998-10-12 Kenichi Handa (Faset): If ARRAY is a multibyte string, pay attention to
1998-10-12 Kenichi Handa (Fstring_to_number): Don't recognize floating point if base is not 10.
1998-09-13 Karl Heuer (Fmake_local_variable): Doc fix.
1998-08-29 Paul Eggert (arith_driver, float_arith_driver): Compute (- x) by
1998-08-28 Kenichi Handa (Faset): Use macro CHAR_BYTES instead of Fchar_bytes.
1998-05-07 Richard M. Stallman (set_internal): Properly compare lisp objects.
1998-04-29 Richard M. Stallman (Flsh, Fash): Handle out-of-range shift counts reasonably.
1998-04-26 Richard M. Stallman (Fmakunbound): Test keywordness only in initial obarray.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-12 Karl Heuer (set_internal, Fmakunbound): Fix previous change.
1998-04-11 Karl Heuer (set_internal, Fmakunbound): No error if setting
1998-04-08 Karl Heuer (keyword_symbols_constant_flag): New variable.
1998-04-05 Richard M. Stallman Fix previous change.
1998-04-03 Richard M. Stallman (Fmake_variable_frame_local): Doc fix.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-12 Richard M. Stallman (store_symval_forwarding, swap_in_symval_forwarding)
1998-02-27 Karl Heuer (store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
1998-02-03 Richard M. Stallman (Faref, Faset): Allow indexing a char-table
1998-01-28 Kenichi Handa (syms_of_data): Register multibyte-string-p as a Lisp
1998-01-22 Kenichi Handa (Faset): Allow setting a multibyte character in a
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-09 Richard M. Stallman (Fmultibyte_string_p): New function.
1997-10-23 Paul Eggert No need to include <float.h> before "lisp.h",
1997-10-15 Karl Heuer (Fstring_to_number): Handle NEGATIVE for floats too.
1997-09-04 Richard M. Stallman (Faset): Simplify a statement in the char-table case.
1997-07-18 Richard M. Stallman Many doc fixes.
1997-07-05 Richard M. Stallman Include float.h before lisp.h.
1997-06-09 Kenichi Handa (Faset): Inherit default value correctly while creating
1997-05-30 Richard M. Stallman (Farrayp): Accept bool-vectors and char-tables.
1997-05-29 Richard M. Stallman (Faset): Doc fix.
1997-05-16 Kenichi Handa Declare set_internal as Lisp_Object in advance to avoid
1997-05-12 Richard M. Stallman (wrong_type_argument): Pass new arg to Fstring_to_number.
1997-04-07 Kenichi Handa (Faref, Faset): Adjusted for the new structure of
1997-03-18 Kenichi Handa (Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
1997-02-27 Kenichi Handa (Faref, Faset): Handle a composite char correctly in char-table.
1997-02-20 Karl Heuer Include charset.h.
1997-01-28 Paul Eggert (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
1997-01-25 Richard M. Stallman (set_internal): New subroutine. New arg BINDFLAG.
1996-12-30 Paul Eggert <float.h>: Include if STDC_HEADERS.
1996-12-26 Richard M. Stallman (Fdefalias): Change argument name and doc string.
1996-12-26 Richard M. Stallman (Ffset): Change argument name and doc string.
1996-10-12 Richard M. Stallman (Fdefine_function): Function definition deleted.
1996-09-10 Richard M. Stallman (arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-07-16 Karl Heuer (arith_error): Undo previous change.
1996-07-15 Karl Heuer (arith_error): Don't reinstall sig handler if POSIX_SIGNALS.
1996-06-22 Richard M. Stallman (Fdefalias): Doc fix.
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.
1994-04-12 Richard M. Stallman (Fsetq_default, Fmake_local_variable): Doc syntax fix.
1994-03-23 Karl Heuer (store_symval_forwarding, Fsymbol_value): Use assignment, not initialization.
1994-03-22 Richard M. Stallman (Qwholenump): New variable.
1994-03-21 Richard M. Stallman (Fstring_to_number): Doc fix.
1994-03-21 Karl Heuer (Fmake_local_variable): Void variables stay void.
1994-03-16 Karl Heuer (Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix.
1994-03-04 Karl Heuer (isnan): New macro.
1994-02-04 Karl Heuer (fmod): Implement it on systems where it's missing, using drem if available.
1994-02-01 Karl Heuer (Fmod): Use HAVE_FMOD.
1994-01-22 Richard M. Stallman (Faset): Doc fix.
1994-01-08 Richard M. Stallman (Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?
1993-10-20 Richard M. Stallman [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
1993-09-22 Brian Fox Add declaration for atof if not predefined.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-10 Paul Eggert (Fmod): New function; result is always same sign as divisor.
1993-08-04 Richard M. Stallman (Frem): Don't accept floats, just ints and markers.
1993-07-08 Roland McGrath (syms_of_data): Staticpro Qmark_inactive.
1993-07-08 Roland McGrath Define Qmark_inactive.
1993-06-12 Richard M. Stallman (cons_to_long): Declare top, bot as Lisp_Object.
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-06 Richard M. Stallman (Ffset): Delete special check for t and nil.
1993-06-01 Richard M. Stallman (Frem): Fix result sign properly.
1993-05-31 Richard M. Stallman (float_arith_driver): Detect division by zero in advance.
1993-05-22 Jim Blandy Updated copyright years.
1993-05-14 Jim Blandy * lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h>
1993-05-04 Jim Blandy * data.c (Ffset): Refuse to set the function value of t or nil.
1993-04-29 Richard M. Stallman (Fdefine_function): New function (same code as Fdefalias).
1993-04-23 Eric S. Raymond (Fdefine_function): Changed name back to Fdefalias, so we get things
1993-04-17 Richard M. Stallman (Fdefine_function): New function.
1993-04-10 Jim Blandy long_to_cons and cons_to_long are generally useful things; they're
1993-03-30 Jim Blandy Rename int-to-string to number-to-string, since it can handle
1993-03-10 Richard M. Stallman (syms_of_data) [LISP_FLOAT_TYPE]: Define new error conditions:
1993-03-02 Jim Blandy * data.c (Fstring_to_number): Declare p to be an unsigned char, to
1993-02-22 Jim Blandy * data.c (Fstring_to_number): Skip initial spaces, to make Emacs
1993-01-26 Jim Blandy JimB's changes since January 18th
1992-12-06 Jim Blandy src/ * data.c (indirect_function): Delete unused argument ERROR.
1992-10-31 Jim Blandy * data.c (Fset): See if current_alist_element points to itself
1992-10-01 Joseph Arceneaux Qbuffer_or_string_p added.
1992-09-30 Jim Blandy * data.c (Fmake_local_variable): If SYM forwards to a C variable,
1992-09-29 Jim Blandy * data.c (swap_in_symval_forwarding): Formatting tweaked.
1992-09-29 Jim Blandy * data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and
1992-08-19 Jim Blandy * data.c [USG] (Frem): Call fmod, rather than drem. Rah.
1992-06-30 Jim Blandy entered into RCS
1992-06-07 Richard M. Stallman *** empty log message ***
1992-05-18 Jim Blandy *** empty log message ***
1992-05-10 Jim Blandy *** empty log message ***
1992-05-01 Jim Blandy *** empty log message ***
1992-03-20 Jim Blandy *** empty log message ***
1992-02-19 Jim Blandy *** empty log message ***
1992-01-28 Jim Blandy *** empty log message ***
1992-01-14 Jim Blandy *** empty log message ***
1991-07-24 Jim Blandy *** empty log message ***
1991-07-18 Jim Blandy *** empty log message ***
1991-06-26 Jim Blandy Initial revision