log src/fns.c @ 13230:ad1d4be6bb8d libc-951018 libc-951029 libc-951031 libc-951101 libc-951102 libc-951103 libc-951104 libc-951105 libc-951106 libc-951107 libc-951108 libc-951109 libc-951110 libc-951111 libc-951112 libc-951113 libc-951114 libc-951115 libc-951116 libc-951117 libc-951118 libc-951119 libc-951120 libc-951121 libc-951122 libc-951123 libc-951124 libc-951125 libc-951126 libc-951127 libc-951128 libc-951129 libc-951130

age author description
Wed, 11 Oct 1995 17:11:32 +0000 Richard M. Stallman (Fcopy_sequence): Call Fmake_char_table the new way.
Sat, 07 Oct 1995 21:52:15 +0000 Richard M. Stallman (Fset_char_table_range): New function.
Thu, 20 Jul 1995 20:26:06 +0000 Karl Heuer (Fsafe_length): Use conservative upper bound.
Sat, 01 Jul 1995 22:27:40 +0000 Richard M. Stallman (Fsafe_length): New function.
Sat, 03 Jun 1995 16:57:38 +0000 Karl Heuer (NULL): Define if not defined.
Tue, 30 May 1995 03:15:27 +0000 Karl Heuer (Frandom): Use EMACS_INT, not int.
Mon, 24 Apr 1995 19:43:15 +0000 Karl Heuer (Fplist_put): Don't signal an error if plist isn't a cons.
Fri, 07 Apr 1995 05:19:14 +0000 Richard M. Stallman (internal_equal): Use XMISCTYPE.
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Thu, 06 Apr 1995 18:57:58 +0000 Karl Heuer (Fplist_put): Fix missing \n\.
Mon, 03 Apr 1995 22:14:27 +0000 Karl Heuer (Fy_or_n_p): Don't log prompt.
Tue, 28 Mar 1995 07:38:29 +0000 Richard M. Stallman (Fconcat): Undo previous change.
Mon, 27 Mar 1995 22:28:43 +0000 Richard M. Stallman (Fget, Fput): Fetch and store symbol's plist directly.
Mon, 27 Mar 1995 16:02:44 +0000 Boris Goldowsky (Fplist_put, Fplist_get): New fns.
Wed, 22 Mar 1995 20:45:26 +0000 Karl Heuer (concat): Treat integers as characters, not strings.
Sun, 29 Jan 1995 22:04:10 +0000 Richard M. Stallman (Frassoc): New function.
Thu, 19 Jan 1995 23:36:43 +0000 Karl Heuer (Frandom): Call seed_random and get_random.
Thu, 12 Jan 1995 23:18:19 +0000 Karl Heuer (internal_equal): Delete redundant tests.
Thu, 12 Jan 1995 21:01:31 +0000 Richard M. Stallman (internal_equal): Once again use a switch.
Fri, 30 Dec 1994 01:46:04 +0000 Richard M. Stallman (Flength): Handle compiled function as pseudovector.
Sun, 04 Dec 1994 21:07:21 +0000 Richard M. Stallman (internal_equal): Call compare_string_intervals.
Wed, 23 Nov 1994 09:11:30 +0000 Richard M. Stallman (Fy_or_n_p): Handle exit-prefix in query-replace-map.
Fri, 18 Nov 1994 04:49:51 +0000 Karl Heuer (Fvconcat, concat): Use Lisp_Vectorlike.
Wed, 16 Nov 1994 03:37:56 +0000 Karl Heuer (Flength): Don't call Farray_length, just use size field.
Tue, 15 Nov 1994 02:05:04 +0000 Karl Heuer (internal_equal): Use new overlay substructure.
Tue, 11 Oct 1994 07:46:34 +0000 Karl Heuer (internal_equal): Check the substructure.
Tue, 04 Oct 1994 15:53:00 +0000 Karl Heuer (Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 13:35:44 +0000 Karl Heuer (Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.
Tue, 27 Sep 1994 02:58:30 +0000 Karl Heuer (Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt,
Wed, 21 Sep 1994 06:54:51 +0000 Richard M. Stallman (concat3): New function.