log src/fns.c @ 62626:970aed705a2a

age author description
Fri, 06 May 2005 23:04:31 +0000 Juanma Barranquero (Fchar_table_range): Fix typos in docstring.
Fri, 06 May 2005 22:17:30 +0000 Stefan Monnier (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
Tue, 26 Apr 2005 04:06:16 +0000 Kenichi Handa (char_table_range): New function.
Fri, 22 Apr 2005 07:11:08 +0000 Kenichi Handa (copy_sub_char_table): Explicitly copy the default value
Thu, 21 Apr 2005 23:44:59 +0000 Kim F. Storm (Fplist_get): Replace by Fsafe_plist_get.
Wed, 20 Apr 2005 07:50:43 +0000 Kenichi Handa (Fset_char_table_range): Don't set slots used as default
Tue, 19 Apr 2005 08:34:19 +0000 Kim F. Storm (Fsafe_get): New function.
Mon, 18 Apr 2005 10:20:46 +0000 Lute Kamstra (Vloads_in_progress): Remove extern.
Sun, 10 Apr 2005 19:02:24 +0000 Stefan Monnier (Fstring_as_multibyte, Fstring_to_multibyte): Docstring fixes.
Sun, 10 Apr 2005 00:28:00 +0000 Richard M. Stallman (Vloads_in_progress): Add extern.
Wed, 19 Jan 2005 00:08:30 +0000 Kim F. Storm (sweep_weak_table): Advance prev pointer when we keep a pair.
Wed, 12 Jan 2005 05:03:22 +0000 Richard M. Stallman (Frequire): Record in load-history unconditionally.
Mon, 27 Dec 2004 17:27:30 +0000 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
Mon, 29 Nov 2004 15:35:15 +0000 Kim F. Storm (concat): Use SAFE_ALLOCA.
Sun, 21 Nov 2004 00:57:49 +0000 Luc Teirlinck (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
Tue, 16 Nov 2004 15:35:14 +0000 Stefan Monnier Avoid side-effects inside XSETFASTINT's arguments.
Mon, 15 Nov 2004 15:21:14 +0000 Kim F. Storm (Fsafe_plist_get): New defun.
Sat, 06 Nov 2004 17:01:27 +0000 Eli Zaretskii (sxhash): As far as possible, merge calculation of
Tue, 26 Oct 2004 22:38:50 +0000 Kim F. Storm Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
Wed, 13 Oct 2004 18:40:03 +0000 Stefan Monnier (map_char_table): Add missing gcpros.
Tue, 06 Jul 2004 19:36:56 +0000 Luc Teirlinck (Fclear_string): Correct previous change.
Tue, 06 Jul 2004 17:50:32 +0000 Luc Teirlinck (Fclear_string): Put call to CHECK_STRING in correct place.
Tue, 06 Jul 2004 05:07:20 +0000 John Paul Wallington (Fclear_string): Signal an error if STRING is not a string.
Thu, 24 Jun 2004 22:03:10 +0000 Kim F. Storm (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
Tue, 22 Jun 2004 14:48:10 +0000 Kim F. Storm (Fmapcar, Fmapconcat): GCPRO the args array.
Tue, 22 Jun 2004 13:57:00 +0000 Kim F. Storm (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
Mon, 21 Jun 2004 22:36:02 +0000 Kim F. Storm (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
Mon, 21 Jun 2004 21:55:15 +0000 Kim F. Storm * fns.c (string_make_multibyte, string_to_multibyte)
Thu, 17 Jun 2004 14:37:53 +0000 Jan Dj¸«£rv * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
Mon, 10 May 2004 03:56:43 +0000 Kenichi Handa (count_combining): Delete it.