log src/data.c @ 45331:425d5cebd73c

age author description
Sat, 22 Dec 2001 13:58:42 +0000 Pavel Jank (wrong_type_argument): Remove mocklisp case.
Fri, 07 Dec 2001 12:15:21 +0000 Andreas Schwab (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
Fri, 16 Nov 2001 18:19:58 +0000 Pavel Jank (Ftimes): Doc fix.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Fri, 02 Nov 2001 07:01:47 +0000 Pavel Jank (Fsetq_default): Add usage to doc-string.
Thu, 01 Nov 2001 20:48:10 +0000 Richard M. Stallman (Fmake_local_variable): Doc fix.
Sun, 21 Oct 2001 12:13:46 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Sun, 21 Oct 2001 10:00:33 +0000 Miles Bader (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior, Flogxor):
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Thu, 11 Oct 2001 15:38:18 +0000 Gerd Moellmann (Fstring_to_number): Use make_fixnum_or_float.
Thu, 11 Oct 2001 09:03:51 +0000 Gerd Moellmann (Qcircular_list): New variable.
Sat, 06 Oct 2001 23:25:26 +0000 Gerd Moellmann (most_positive_fixnum, most_negative_fixnum): New
Mon, 21 May 2001 12:23:19 +0000 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
Thu, 29 Mar 2001 13:58:30 +0000 Gerd Moellmann (Fsubr_interactive_form): New function.
Thu, 15 Mar 2001 09:44:10 +0000 Gerd Moellmann (store_symval_forwarding): Add parameter BUF. If BUF is
Tue, 02 Jan 2001 14:03:28 +0000 Eli Zaretskii (find_symbol_value): Remove extra 3rd argument in the
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Fri, 21 Jul 2000 06:45:30 +0000 Kenichi Handa (Faset): Allow storing any multibyte character in a string. Convert
Mon, 19 Jun 2000 12:12:35 +0000 Gerd Moellmann (set_internal): If variable is frame-local,
Thu, 15 Jun 2000 10:27:40 +0000 Gerd Moellmann (set_internal): Remove debug code.
Tue, 13 Jun 2000 13:21:59 +0000 Gerd Moellmann (swap_in_global_binding): New function.
Fri, 26 May 2000 10:21:30 +0000 Dave Love (Qsubrp, Qmany, Qunevalled): New variables.
Fri, 19 May 2000 23:58:37 +0000 Kenichi Handa (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
Thu, 30 Mar 2000 09:56:31 +0000 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Mon, 27 Mar 2000 12:50:13 +0000 Gerd Moellmann Use new macro names
Sun, 26 Mar 2000 14:05:44 +0000 Gerd Moellmann (do_symval_forwarding, store_symval_forwarding)
Wed, 23 Feb 2000 12:50:35 +0000 Gerd Moellmann (Fstring_to_number): If number is greater than what
Wed, 23 Feb 2000 10:43:40 +0000 Gerd Moellmann (keyword_symbols_constant_flag): Removed.
Sun, 20 Feb 2000 14:27:12 +0000 Richard M. Stallman (Fmake_variable_buffer_local): Doc fix.
Fri, 18 Feb 2000 13:26:56 +0000 Gerd Moellmann (let_shadows_buffer_binding_p): Ignore specbindings
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Tue, 15 Feb 2000 09:57:33 +0000 Richard M. Stallman (set_internal): Don't make variable buffer-local
Sat, 22 Jan 2000 02:57:37 +0000 Richard M. Stallman (set_internal): Further fix in same criterion.
Thu, 20 Jan 2000 06:01:48 +0000 Richard M. Stallman (set_internal): Fix the criteria for whether
Tue, 11 Jan 2000 22:18:09 +0000 Richard M. Stallman (set_internal): New arg BUF.
Fri, 17 Dec 1999 15:00:56 +0000 Dave Love (Fkeywordp): New function.
Wed, 15 Dec 1999 00:08:39 +0000 Kenichi Handa (Faref): Delete codes for a composite character..
Mon, 01 Nov 1999 14:14:04 +0000 Gerd Moellmann (Qtext_read_only): New built-in error.
Tue, 26 Oct 1999 23:25:22 +0000 Gerd Moellmann (Qad_activate_internal): Renamed from Qad_activate.
Mon, 25 Oct 1999 20:50:22 +0000 Gerd Moellmann (Qhash_table): New.
Mon, 25 Oct 1999 04:58:18 +0000 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Mon, 20 Sep 1999 23:18:38 +0000 Gerd Moellmann (find_symbol_value): Remove unused variables.
Mon, 13 Sep 1999 11:13:22 +0000 Gerd Moellmann (swap_in_symval_forwarding): Change for Lisp_Object
Fri, 03 Sep 1999 01:28:42 +0000 Kenichi Handa (Faset): Adjust the way to check byte-combining
Fri, 30 Jul 1999 15:46:56 +0000 Karl Heuer (Fdefalias): Call Ffset instead of duplicating code.
Sat, 31 Oct 1998 23:39:42 +0000 Richard M. Stallman (set_internal): For built-in maybe-local vars,
Wed, 14 Oct 1998 07:17:22 +0000 Kenichi Handa (Faset): Fix previous change.
Mon, 12 Oct 1998 12:00:44 +0000 Kenichi Handa (Faset): If ARRAY is a multibyte string, pay attention to
Mon, 12 Oct 1998 11:54:43 +0000 Kenichi Handa (Fstring_to_number): Don't recognize floating point if base is not 10.
Sun, 13 Sep 1998 03:58:36 +0000 Karl Heuer (Fmake_local_variable): Doc fix.
Sat, 29 Aug 1998 17:57:22 +0000 Paul Eggert (arith_driver, float_arith_driver): Compute (- x) by
Fri, 28 Aug 1998 12:22:39 +0000 Kenichi Handa (Faset): Use macro CHAR_BYTES instead of Fchar_bytes.
Thu, 07 May 1998 20:47:53 +0000 Richard M. Stallman (set_internal): Properly compare lisp objects.
Wed, 29 Apr 1998 00:59:22 +0000 Richard M. Stallman (Flsh, Fash): Handle out-of-range shift counts reasonably.
Sun, 26 Apr 1998 19:16:25 +0000 Richard M. Stallman (Fmakunbound): Test keywordness only in initial obarray.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Sun, 12 Apr 1998 06:41:01 +0000 Karl Heuer (set_internal, Fmakunbound): Fix previous change.
Sat, 11 Apr 1998 18:04:12 +0000 Karl Heuer (set_internal, Fmakunbound): No error if setting
Wed, 08 Apr 1998 18:56:20 +0000 Karl Heuer (keyword_symbols_constant_flag): New variable.
Sun, 05 Apr 1998 19:13:50 +0000 Richard M. Stallman Fix previous change.
Fri, 03 Apr 1998 03:13:32 +0000 Richard M. Stallman (Fmake_variable_frame_local): Doc fix.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Thu, 12 Mar 1998 05:50:33 +0000 Richard M. Stallman (store_symval_forwarding, swap_in_symval_forwarding)
Fri, 27 Feb 1998 21:56:28 +0000 Karl Heuer (store_symval_forwarding) <Lisp_Misc_Buffer_Objfwd>:
Tue, 03 Feb 1998 06:22:02 +0000 Richard M. Stallman (Faref, Faset): Allow indexing a char-table
Wed, 28 Jan 1998 12:37:25 +0000 Kenichi Handa (syms_of_data): Register multibyte-string-p as a Lisp
Thu, 22 Jan 1998 01:26:45 +0000 Kenichi Handa (Faset): Allow setting a multibyte character in a
Wed, 21 Jan 1998 23:32:12 +0000 Richard M. Stallman Update copyright year.
Fri, 09 Jan 1998 23:06:13 +0000 Richard M. Stallman (Fmultibyte_string_p): New function.
Thu, 23 Oct 1997 04:29:36 +0000 Paul Eggert No need to include <float.h> before "lisp.h",
Wed, 15 Oct 1997 23:12:54 +0000 Karl Heuer (Fstring_to_number): Handle NEGATIVE for floats too.
Thu, 04 Sep 1997 06:30:27 +0000 Richard M. Stallman (Faset): Simplify a statement in the char-table case.
Fri, 18 Jul 1997 18:17:20 +0000 Richard M. Stallman Many doc fixes.
Sat, 05 Jul 1997 03:27:25 +0000 Richard M. Stallman Include float.h before lisp.h.
Mon, 09 Jun 1997 13:00:07 +0000 Kenichi Handa (Faset): Inherit default value correctly while creating
Fri, 30 May 1997 20:13:21 +0000 Richard M. Stallman (Farrayp): Accept bool-vectors and char-tables.
Thu, 29 May 1997 00:14:20 +0000 Richard M. Stallman (Faset): Doc fix.
Fri, 16 May 1997 00:43:15 +0000 Kenichi Handa Declare set_internal as Lisp_Object in advance to avoid
Mon, 12 May 1997 22:04:18 +0000 Richard M. Stallman (wrong_type_argument): Pass new arg to Fstring_to_number.
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (Faref, Faset): Adjusted for the new structure of
Tue, 18 Mar 1997 23:31:34 +0000 Kenichi Handa (Faref, Faset): Adjusted for the change of CHAR_TABLE_ORDINARY_SLOTS.
Thu, 27 Feb 1997 10:45:19 +0000 Kenichi Handa (Faref, Faset): Handle a composite char correctly in char-table.
Thu, 20 Feb 1997 06:47:04 +0000 Karl Heuer Include charset.h.
Tue, 28 Jan 1997 04:51:45 +0000 Paul Eggert (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
Sat, 25 Jan 1997 20:19:30 +0000 Richard M. Stallman (set_internal): New subroutine. New arg BINDFLAG.
Mon, 30 Dec 1996 08:07:51 +0000 Paul Eggert <float.h>: Include if STDC_HEADERS.
Thu, 26 Dec 1996 22:41:42 +0000 Richard M. Stallman (Fdefalias): Change argument name and doc string.
Thu, 26 Dec 1996 22:40:23 +0000 Richard M. Stallman (Ffset): Change argument name and doc string.
Sat, 12 Oct 1996 23:52:30 +0000 Richard M. Stallman (Fdefine_function): Function definition deleted.
Tue, 10 Sep 1996 19:49:35 +0000 Richard M. Stallman (arith_error) [POSIX_SIGNALS]: Don't reestablish handler.
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
Tue, 16 Jul 1996 22:19:09 +0000 Karl Heuer (arith_error): Undo previous change.
Mon, 15 Jul 1996 21:36:19 +0000 Karl Heuer (arith_error): Don't reinstall sig handler if POSIX_SIGNALS.
Sat, 22 Jun 1996 16:54:54 +0000 Richard M. Stallman (Fdefalias): Doc fix.
Mon, 04 Mar 1996 17:38:35 +0000 Richard M. Stallman (Fkill_local_variable): Call find_symbol_value directly,
Wed, 24 Jan 1996 23:41:28 +0000 Karl Heuer (make_number): Function deleted.
Tue, 23 Jan 1996 18:06:54 +0000 Karl Heuer (kill-local-variable): didn't update the value of
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 02:52:23 +0000 Karl Heuer (Flognot): Fix previous change.
Tue, 09 Jan 1996 00:31:02 +0000 Erik Naggum (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Wed, 13 Dec 1995 02:17:09 +0000 Karl Heuer (Ftype_of): Return `char-table' and `bool-vector' for
Sun, 19 Nov 1995 03:39:22 +0000 Richard M. Stallman (Fmake_local_variable): Call find_symbol_value
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Wed, 25 Oct 1995 19:54:38 +0000 Karl Heuer [!HAVE_FMOD] (fmod): Make consistent with ANSI definition.
Thu, 12 Oct 1995 19:17:05 +0000 Richard M. Stallman (Qvector_or_char_table_p): New variable.
Sat, 07 Oct 1995 22:04:15 +0000 Richard M. Stallman (Fchartablep, Fboolvectorp): New functions.
Mon, 17 Jul 1995 22:09:35 +0000 Karl Heuer (Fnumber_to_string): Make `buffer' long enough.
Sat, 17 Jun 1995 19:47:30 +0000 Richard M. Stallman (Flocal_variable_if_set_p): New function.
Thu, 15 Jun 1995 20:42:24 +0000 Karl Heuer Update GPL to version 2.
Wed, 14 Jun 1995 20:03:23 +0000 Richard M. Stallman (Flocal_variable_p): Fix backwards logical operator.
Wed, 07 Jun 1995 21:07:25 +0000 Karl Heuer (Flocal_variable_p): New optional arg BUFFER.
Wed, 31 May 1995 19:57:27 +0000 Karl Heuer Comment change.
Tue, 23 May 1995 00:13:19 +0000 Karl Heuer (long_to_cons): Don't assume 32-bit longs.
Sun, 07 May 1995 09:02:39 +0000 Richard M. Stallman (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0.
Fri, 05 May 1995 02:59:15 +0000 Richard M. Stallman (Fnumber_to_string, Fstring_to_number):
Thu, 04 May 1995 21:37:43 +0000 Richard M. Stallman (arith_driver): Make accum and next EMACS_INTs.
Mon, 10 Apr 1995 05:33:58 +0000 Richard M. Stallman Include keyboard.h.
Fri, 07 Apr 1995 05:17:56 +0000 Richard M. Stallman (Ftype_of, do_symval_forwarding, store_symval_forwarding)
Thu, 06 Apr 1995 12:18:08 +0000 Simon Marshall Doc fixes to match declared args.
Thu, 30 Mar 1995 23:34:59 +0000 Richard M. Stallman (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0.
Wed, 15 Mar 1995 01:57:50 +0000 Karl Heuer (find_symbol_value): current_perdisplay now is never null.
Tue, 14 Mar 1995 18:38:28 +0000 Richard M. Stallman (Fash): Fix previous change.
Sat, 11 Mar 1995 00:50:20 +0000 Richard M. Stallman (Fash, Flsh): Change arg names.
Mon, 13 Feb 1995 05:28:47 +0000 Richard M. Stallman Rename arg OBJ to OBJECT in all type predicates.
Fri, 03 Feb 1995 21:04:33 +0000 Karl Heuer (do_symval_forwarding): Use current_perdisplay, not get_perdisplay.
Tue, 31 Jan 1995 00:52:50 +0000 Karl Heuer (do_symval_forwarding): Handle display-local vars.
Wed, 18 Jan 1995 20:52:48 +0000 Karl Heuer Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
Fri, 30 Dec 1994 01:50:01 +0000 Richard M. Stallman (Faref): Handle compiled function as pseudovector.
Sun, 25 Dec 1994 17:49:39 +0000 Richard M. Stallman (wrong_type_argument): Use Lisp_Type_Limit.
Sun, 25 Dec 1994 17:28:51 +0000 Richard M. Stallman (wrong_type_argument): Abort if VALUE is invalid Lisp object.
Wed, 16 Nov 1994 03:41:56 +0000 Karl Heuer (Farray_length): Delete this obsolete function.
Wed, 16 Nov 1994 00:42:11 +0000 Karl Heuer (syms_of_data): Set Qwholenump as function, not variable.
Fri, 11 Nov 1994 07:35:27 +0000 Karl Heuer (store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value,
Fri, 11 Nov 1994 01:31:52 +0000 Karl Heuer Fix typo in previous change.
Wed, 09 Nov 1994 23:13:31 +0000 Karl Heuer (Fboundp, find_symbol_value): Use type test macros instead of checking XTYPE
Wed, 12 Oct 1994 05:15:21 +0000 Karl Heuer (do_symval_forwarding, store_symval_forwarding, find_symbol_value, Fset,
Thu, 06 Oct 1994 23:07:57 +0000 Karl Heuer (Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):
Thu, 06 Oct 1994 22:39:18 +0000 Karl Heuer (Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative.
Thu, 06 Oct 1994 22:32:11 +0000 Karl Heuer (Fset, default_value, Fset_default, Fkill_local_variable): Access
Tue, 04 Oct 1994 15:44:37 +0000 Karl Heuer (Faref, Farray_length): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 12:01:46 +0000 Karl Heuer (make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
Fri, 30 Sep 1994 20:32:45 +0000 Richard M. Stallman (Fmake_local_variable): Doc fix.
Tue, 27 Sep 1994 04:00:45 +0000 Karl Heuer (wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp,
Sat, 24 Sep 1994 00:17:57 +0000 Richard M. Stallman (Fset_default, Fset): Delete RTPC_REGISTER_BUG conditionals.
Sat, 17 Sep 1994 00:27:54 +0000 Richard M. Stallman (sign_extend_lisp_int): Use EMACS_INT.
Fri, 16 Sep 1994 22:02:54 +0000 Karl Heuer (Fcdr_safe): Delete extraneous blank in docstring.
Thu, 04 Aug 1994 22:57:13 +0000 Richard M. Stallman (Fdefine_function, Fdefalias): Handle advice as in Ffset.
Mon, 01 Aug 1994 22:28:26 +0000 Roland McGrath (Ffset): Don't call Fget unless SYM's plist is consp.
Sun, 31 Jul 1994 20:57:45 +0000 Richard M. Stallman (syms_of_data): Set up Qadvice_info, Qactivate_advice.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Fri, 29 Apr 1994 23:21:37 +0000 Karl Heuer (Ffset, Ffmakunbound): Signal an error if SYM is nil or t.
Fri, 29 Apr 1994 23:16:43 +0000 Karl Heuer [MSDOS]: Re-enable some #undef's.
Sat, 16 Apr 1994 05:15:17 +0000 Richard M. Stallman (Fsetq_default): Doc fix.
Tue, 12 Apr 1994 06:06:21 +0000 Richard M. Stallman (Fsetq_default, Fmake_local_variable): Doc syntax fix.
Wed, 23 Mar 1994 22:27:40 +0000 Karl Heuer (store_symval_forwarding, Fsymbol_value): Use assignment, not initialization.
Tue, 22 Mar 1994 00:14:47 +0000 Richard M. Stallman (Qwholenump): New variable.
Mon, 21 Mar 1994 06:56:46 +0000 Richard M. Stallman (Fstring_to_number): Doc fix.
Mon, 21 Mar 1994 01:39:07 +0000 Karl Heuer (Fmake_local_variable): Void variables stay void.
Wed, 16 Mar 1994 23:21:02 +0000 Karl Heuer (Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix.
Fri, 04 Mar 1994 21:21:08 +0000 Karl Heuer (isnan): New macro.
Fri, 04 Feb 1994 20:18:59 +0000 Karl Heuer (fmod): Implement it on systems where it's missing, using drem if available.
Tue, 01 Feb 1994 23:21:22 +0000 Karl Heuer (Fmod): Use HAVE_FMOD.
Sat, 22 Jan 1994 16:13:30 +0000 Richard M. Stallman (Faset): Doc fix.
Sat, 08 Jan 1994 09:23:12 +0000 Richard M. Stallman (Frem) [MSDOS]: use `fmod', not `drem'. Put in config.h?
Wed, 20 Oct 1993 02:47:12 +0000 Richard M. Stallman [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions.
Wed, 22 Sep 1993 18:32:09 +0000 Brian Fox Add declaration for atof if not predefined.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (Fmod): New function; result is always same sign as divisor.
Wed, 04 Aug 1993 04:17:08 +0000 Richard M. Stallman (Frem): Don't accept floats, just ints and markers.
Thu, 08 Jul 1993 21:27:33 +0000 Roland McGrath (syms_of_data): Staticpro Qmark_inactive.
Thu, 08 Jul 1993 21:26:57 +0000 Roland McGrath Define Qmark_inactive.
Sat, 12 Jun 1993 07:20:30 +0000 Richard M. Stallman (cons_to_long): Declare top, bot as Lisp_Object.
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Sun, 06 Jun 1993 22:50:55 +0000 Richard M. Stallman (Ffset): Delete special check for t and nil.
Tue, 01 Jun 1993 03:37:28 +0000 Richard M. Stallman (Frem): Fix result sign properly.
Mon, 31 May 1993 03:39:07 +0000 Richard M. Stallman (float_arith_driver): Detect division by zero in advance.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Fri, 14 May 1993 14:42:01 +0000 Jim Blandy * lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h>
Tue, 04 May 1993 02:26:53 +0000 Jim Blandy * data.c (Ffset): Refuse to set the function value of t or nil.
Thu, 29 Apr 1993 13:12:37 +0000 Richard M. Stallman (Fdefine_function): New function (same code as Fdefalias).
Fri, 23 Apr 1993 03:40:03 +0000 Eric S. Raymond (Fdefine_function): Changed name back to Fdefalias, so we get things
Sat, 17 Apr 1993 01:29:48 +0000 Richard M. Stallman (Fdefine_function): New function.
Sat, 10 Apr 1993 08:05:07 +0000 Jim Blandy long_to_cons and cons_to_long are generally useful things; they're
Tue, 30 Mar 1993 21:21:49 +0000 Jim Blandy Rename int-to-string to number-to-string, since it can handle
Wed, 10 Mar 1993 05:14:04 +0000 Richard M. Stallman (syms_of_data) [LISP_FLOAT_TYPE]: Define new error conditions:
Tue, 02 Mar 1993 08:11:01 +0000 Jim Blandy * data.c (Fstring_to_number): Declare p to be an unsigned char, to
Mon, 22 Feb 1993 14:27:14 +0000 Jim Blandy * data.c (Fstring_to_number): Skip initial spaces, to make Emacs
Tue, 26 Jan 1993 01:58:16 +0000 Jim Blandy JimB's changes since January 18th
Sun, 06 Dec 1992 22:13:53 +0000 Jim Blandy src/ * data.c (indirect_function): Delete unused argument ERROR.
Sat, 31 Oct 1992 05:17:14 +0000 Jim Blandy * data.c (Fset): See if current_alist_element points to itself
Thu, 01 Oct 1992 01:58:57 +0000 Joseph Arceneaux Qbuffer_or_string_p added.
Wed, 30 Sep 1992 11:35:45 +0000 Jim Blandy * data.c (Fmake_local_variable): If SYM forwards to a C variable,
Tue, 29 Sep 1992 15:06:46 +0000 Jim Blandy * data.c (swap_in_symval_forwarding): Formatting tweaked.
Tue, 29 Sep 1992 04:54:28 +0000 Jim Blandy * data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and
Wed, 19 Aug 1992 06:19:22 +0000 Jim Blandy * data.c [USG] (Frem): Call fmod, rather than drem. Rah.
Tue, 30 Jun 1992 13:55:35 +0000 Jim Blandy entered into RCS
Sun, 07 Jun 1992 02:36:01 +0000 Richard M. Stallman *** empty log message ***
Mon, 18 May 1992 08:14:41 +0000 Jim Blandy *** empty log message ***
Sun, 10 May 1992 18:15:10 +0000 Jim Blandy *** empty log message ***
Fri, 01 May 1992 06:20:46 +0000 Jim Blandy *** empty log message ***
Fri, 20 Mar 1992 17:00:55 +0000 Jim Blandy *** empty log message ***
Wed, 19 Feb 1992 15:03:50 +0000 Jim Blandy *** empty log message ***
Tue, 28 Jan 1992 01:53:11 +0000 Jim Blandy *** empty log message ***
Tue, 14 Jan 1992 07:14:12 +0000 Jim Blandy *** empty log message ***
Wed, 24 Jul 1991 00:06:21 +0000 Jim Blandy *** empty log message ***
Thu, 18 Jul 1991 11:05:46 +0000 Jim Blandy *** empty log message ***
Wed, 26 Jun 1991 15:44:32 +0000 Jim Blandy Initial revision