log src/fns.c @ 48271:72cb4aac550e

age author description
Tue, 12 Nov 2002 22:49:31 +0000 Stefan Monnier (Fmap_char_table): Don't use map_char_table's function arg.
Sat, 05 Oct 2002 04:08:13 +0000 John Paul Wallington (Flength): Doc fix.
Tue, 16 Jul 2002 15:49:20 +0000 Ken Raeburn * fns.c (concat): Use SSET.
Mon, 15 Jul 2002 06:55:28 +0000 Ken Raeburn * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
Mon, 15 Jul 2002 02:16:15 +0000 Ken Raeburn * fns.c (concat): Use STRING_SET_CHARS.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Sun, 07 Jul 2002 20:57:25 +0000 Stefan Monnier (Fnconc): Use XCDR.
Wed, 05 Jun 2002 17:47:50 +0000 Eli Zaretskii (Fstring_make_unibyte): Doc fix.
Mon, 03 Jun 2002 22:37:15 +0000 Richard M. Stallman (md5): Pass FILE arg to Vselect_safe_coding_system_function.
Mon, 20 May 2002 08:05:43 +0000 Ken Raeburn * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use
Tue, 30 Apr 2002 17:53:39 +0000 Richard M. Stallman Comment change.
Tue, 30 Apr 2002 17:46:40 +0000 Richard M. Stallman (Frequire): Error if called while preparing to dump.
Mon, 22 Apr 2002 22:45:12 +0000 Pavel Jank Fix typo.
Sat, 20 Apr 2002 13:32:12 +0000 Pavel Jank (use-dialog-box): Doc fix.
Fri, 12 Apr 2002 05:50:50 +0000 Pavel Jank (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
Fri, 29 Mar 2002 00:04:30 +0000 Kim F. Storm (Flax_plist_put): Doc fix.
Tue, 26 Mar 2002 09:19:00 +0000 Richard M. Stallman (Fsubstring_no_properties): New function.
Thu, 21 Mar 2002 12:19:02 +0000 Kim F. Storm (Ffeaturep): Allow subfeature to be a list (test using
Tue, 13 Nov 2001 11:55:47 +0000 Pavel Jank Doc fix.
Tue, 13 Nov 2001 07:01:38 +0000 Pavel Jank (Freverse): Reindent.
Tue, 06 Nov 2001 13:15:29 +0000 Pavel Jank (copy_hash_table): Remove unused variable `v'.
Mon, 05 Nov 2001 03:52:23 +0000 Richard M. Stallman (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Wed, 31 Oct 2001 10:57:18 +0000 Gerd Moellmann (require_unwind): Return Lisp_Object.
Tue, 30 Oct 2001 01:54:29 +0000 Richard M. Stallman (Frequire): Detect recursive try to require the same
Sun, 21 Oct 2001 14:19:57 +0000 Miles Bader (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table):
Tue, 16 Oct 2001 13:07:29 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Mon, 15 Oct 2001 16:17:51 +0000 Sam Steingold (Vafter_load_alist): Declare extern (w32 build problem).
Mon, 15 Oct 2001 11:13:17 +0000 Pavel Jank (Fmapconcat): Fix typo in a doc string.
Sat, 13 Oct 2001 20:44:17 +0000 Gerd Moellmann Put doc strings in comments.
Fri, 12 Oct 2001 21:42:09 +0000 Stefan Monnier (Ffeaturep): Add new `subfeature' arg.
Mon, 08 Oct 2001 11:39:52 +0000 Stefan Monnier Include keymap.h.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Fri, 05 Oct 2001 09:49:39 +0000 Gerd Moellmann Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Sat, 01 Sep 2001 09:21:16 +0000 Eli Zaretskii (Fmd5): Doc fix.
Wed, 18 Jul 2001 20:42:40 +0000 Ken Raeburn * fns.c (Fset_char_table_default): Check that a charset is defined before checking its dimension.
Mon, 21 May 2001 12:34:11 +0000 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Wed, 11 Apr 2001 13:58:25 +0000 Gerd Moellmann Include blockinput.h.
Wed, 11 Apr 2001 12:57:50 +0000 Gerd Moellmann (Fplist_get): Don't QUIT is interrupt_input_blocked.
Tue, 10 Apr 2001 18:35:31 +0000 Gerd Moellmann (Fcompare_strings): Fix return values.
Mon, 09 Apr 2001 15:10:30 +0000 Gerd Moellmann (Fplist_get, Fplist_put): Add QUITs.
Thu, 05 Apr 2001 12:28:58 +0000 Gerd Moellmann (Frequire): Doc fix. Rename parameter FILE_NAME to
Tue, 20 Mar 2001 12:49:34 +0000 Gerd Moellmann (Fmd5): Doc fix.
Wed, 28 Feb 2001 13:27:38 +0000 Gerd Moellmann (Fdelete, larger_vector): Use allocate_vector.
Wed, 21 Feb 2001 13:58:57 +0000 Gerd Moellmann Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
Wed, 24 Jan 2001 16:10:06 +0000 Gerd Moellmann (sweep_weak_table): Fix code taking items out of
Tue, 23 Jan 2001 01:34:55 +0000 Kenichi Handa (Fset_char_table_default): Fix to make sub char-table correctly.
Wed, 17 Jan 2001 05:55:31 +0000 Kenichi Handa (concat): Be sure to avoid putting the same `composition'
Tue, 16 Jan 2001 12:42:22 +0000 Gerd Moellmann Call redisplay_preserve_echo_area with additional arg.
Tue, 02 Jan 2001 14:01:05 +0000 Eli Zaretskii (Flength): Remove unused variable `tail'.
Tue, 19 Dec 2000 17:59:28 +0000 Eli Zaretskii (Frequire): Doc fix.
Fri, 15 Dec 2000 02:04:31 +0000 Kenichi Handa (Fmd5): Docstring improved.
Thu, 14 Dec 2000 01:42:13 +0000 Kenichi Handa (Fmd5): Docstring improved.
Mon, 04 Dec 2000 00:28:04 +0000 Ken Raeburn (Fmd5): Pass lisp objects, not integers, to call3.
Sat, 02 Dec 2000 11:25:35 +0000 Gerd Moellmann (Fmd5): Use a different logic to decide the coding system
Thu, 30 Nov 2000 14:03:30 +0000 Gerd Moellmann (Fmd5): Doc fix.
Thu, 30 Nov 2000 13:46:42 +0000 Gerd Moellmann (Fmd5): New function.
Mon, 30 Oct 2000 01:14:06 +0000 Kenichi Handa (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.