log src/fns.c @ 10411:b3c03881e6f6

age author description
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.
Mon, 19 Sep 1994 00:15:08 +0000 Karl Heuer (Frandom): Fix Lisp_Object vs. int problems.
Sat, 30 Jul 1994 21:17:41 +0000 Richard M. Stallman (Frandom): Handle LIMIT >= 40000000.
Thu, 28 Jul 1994 12:46:16 +0000 Richard M. Stallman (Frandom): Fix previous change.
Tue, 26 Jul 1994 19:25:42 +0000 Richard M. Stallman (Frandom): Use just the low 30 bits of random's value.
Tue, 07 Jun 1994 02:32:54 +0000 Karl Heuer (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu.
Sun, 05 Jun 1994 11:55:23 +0000 Richard M. Stallman (Fy_or_n_p): Don't use dialog box if not an X frame.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Wed, 20 Apr 1994 19:54:08 +0000 Richard M. Stallman Doc fixes.
Wed, 13 Apr 1994 18:00:37 +0000 Karl Heuer (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.
Wed, 23 Mar 1994 18:18:19 +0000 Richard M. Stallman (Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.
Sat, 19 Mar 1994 16:20:31 +0000 Richard M. Stallman (Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.
Wed, 16 Mar 1994 06:48:19 +0000 Karl Heuer (Frandom): Eliminate bias in random number generator.
Mon, 14 Mar 1994 21:45:32 +0000 Richard M. Stallman Whitespace change.
Fri, 11 Mar 1994 10:15:21 +0000 Fred Pierresteguy (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.
Thu, 24 Feb 1994 08:02:10 +0000 Richard M. Stallman (Fy_or_n_p): Use a popup menu if reached via mouse command.
Sun, 23 Jan 1994 23:23:42 +0000 Richard M. Stallman (Fconcat): Doc fix.
Sat, 22 Jan 1994 16:14:37 +0000 Richard M. Stallman (Fassq, Fassoc): Doc fixes.