log src/fns.c @ 25709:ba4e2a641663

age author description
Tue, 14 Sep 1999 13:09:25 +0000 Gerd Moellmann (SXHASH_COMBINE): Add missing parentheses.
Mon, 13 Sep 1999 19:03:19 +0000 Dave Love (Fmake_hash_table): Fix string continuation.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Thu, 09 Sep 1999 14:54:28 +0000 Gerd Moellmann (Fmakehash): Accept just one optional argument TEST.
Wed, 08 Sep 1999 07:54:18 +0000 Richard M. Stallman (Fbase64_decode_region): Don't place point outside of the
Tue, 07 Sep 1999 14:48:55 +0000 Gerd Moellmann (Fmakehash): Take one argument, test, make all the
Sat, 04 Sep 1999 20:11:09 +0000 Gerd Moellmann (Fmakehash): Exchange optional test and size arguments.
Fri, 03 Sep 1999 01:28:42 +0000 Kenichi Handa (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
Thu, 02 Sep 1999 20:52:51 +0000 Gerd Moellmann (Fhash_table_weakness): Replaces F_hash_table_weak.
Mon, 30 Aug 1999 21:05:30 +0000 Gerd Moellmann (QCweakness): Replaces QCweak.
Sun, 22 Aug 1999 20:47:15 +0000 Gerd Moellmann (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
Sat, 21 Aug 1999 19:29:32 +0000 Gerd Moellmann (hash_lookup): Test with EQ before calling key comparion
Sun, 01 Aug 1999 22:31:00 +0000 Richard M. Stallman (internal_equal): Fix overlay comparison.
Wed, 28 Jul 1999 02:37:17 +0000 Kenichi Handa (concat): Fix previous change.
Wed, 28 Jul 1999 02:10:51 +0000 Kenichi Handa (count_combining): New function.
Mon, 26 Jul 1999 22:20:21 +0000 Markus Rost (Fgethash): Fix order of variables (patch by gerd).
Mon, 26 Jul 1999 16:42:38 +0000 Karl Heuer (Fy_or_n_p): Doc fix.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (toplevel): Add hash tables.
Wed, 07 Apr 1999 05:40:54 +0000 Kenichi Handa (base64_encode_1): Don't add unnecessary newline at the tail.
Thu, 04 Mar 1999 11:35:42 +0000 Kenichi Handa (Fbase64_encode_string): Allocate sufficient memory for
Mon, 22 Feb 1999 10:45:53 +0000 Andreas Schwab (Fbase64_encode_string): Fix last change.
Wed, 17 Feb 1999 08:12:31 +0000 Kenichi Handa (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.
Mon, 08 Feb 1999 13:59:24 +0000 Dave Love (Fyes_or_no_p, Fy_or_n_p): Doc fix.
Sun, 07 Feb 1999 23:58:09 +0000 Paul Fisher (IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
Wed, 03 Feb 1999 02:20:53 +0000 Kenichi Handa (Fset_char_table_default): To handle the case that CH is
Wed, 06 Jan 1999 23:55:31 +0000 Richard M. Stallman (Frequire): Don't fail to unbind bindings.
Mon, 21 Dec 1998 16:11:47 +0000 Eli Zaretskii (concat): Don't convert 7-bit ASCII characters via
Wed, 16 Dec 1998 06:32:39 +0000 Karl Heuer (Fbase64_decode_region, Fbase64_decode_string):
Tue, 15 Dec 1998 04:35:38 +0000 Kenichi Handa (string_char_to_byte): Handle invalid multibyte sequence
Fri, 04 Dec 1998 09:50:31 +0000 Andreas Schwab (Fstring_as_unibyte): Doc fix.
Fri, 27 Nov 1998 22:15:38 +0000 Richard M. Stallman (Fstring_as_unibyte, Fstring_as_multibyte):
Thu, 19 Nov 1998 04:26:44 +0000 Richard M. Stallman (Frequire): New arg NOERROR.
Wed, 11 Nov 1998 11:12:09 +0000 Eli Zaretskii (MAX_ALLOCA): New macro.
Sat, 31 Oct 1998 05:12:07 +0000 Kenichi Handa (Fbase64_decode_region): Fix previous change.
Fri, 30 Oct 1998 10:20:25 +0000 Andreas Schwab (Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PT
Tue, 27 Oct 1998 17:55:28 +0000 Richard M. Stallman (Fbase64_decode_string): Doc fix.
Tue, 27 Oct 1998 10:39:24 +0000 Dave Love (Fbase64_decode_region, Fbase64_encode_region): Fix
Sat, 24 Oct 1998 01:17:09 +0000 Kenichi Handa (Fbase64_decode_region): Pay attention to the byte
Wed, 14 Oct 1998 07:17:22 +0000 Kenichi Handa (Ffillarray): Fix previous change.
Mon, 12 Oct 1998 12:00:44 +0000 Kenichi Handa (clear_string_char_byte_cache): New function.
Mon, 07 Sep 1998 19:58:05 +0000 Karl Heuer (base64_decode_1, base64_encode_1): New functions.
Mon, 07 Sep 1998 17:34:59 +0000 Karl Heuer (Fwidget_put): Return VALUE instead of garbage.
Mon, 31 Aug 1998 03:50:17 +0000 Kenichi Handa (concat): If Vnonascii_translation_table is non-nil, try
Fri, 28 Aug 1998 12:22:39 +0000 Kenichi Handa (concat): Use macro CHAR_BYTES instead of Fchar_bytes.
Tue, 18 Aug 1998 09:01:20 +0000 Richard M. Stallman (Fy_or_n_p): Don't bind input-method-function.
Tue, 18 Aug 1998 04:27:37 +0000 Richard M. Stallman (Fy_or_n_p): Bind input-method-function to nil.
Thu, 30 Jul 1998 01:35:40 +0000 Kenichi Handa (concat): Fix previous change.
Thu, 09 Jul 1998 03:47:06 +0000 Richard M. Stallman Comment change.
Wed, 08 Jul 1998 02:19:14 +0000 Kenichi Handa (concat): Replace explicit numeric constants with proper macros.
Mon, 06 Jul 1998 22:29:52 +0000 Richard M. Stallman Whitespace change.
Mon, 06 Jul 1998 06:33:55 +0000 Kenichi Handa (Fset_char_table_default): Check only if the charset of
Mon, 06 Jul 1998 01:47:34 +0000 Kenichi Handa (concat): Pay attention to the byte combining problem.
Thu, 21 May 1998 01:48:52 +0000 Kenichi Handa (Fstring_make_multibyte): Call CHECK_STRING.
Mon, 18 May 1998 00:59:38 +0000 Kenichi Handa (concat): Fix bug in concatinating a list of multibyte and
Wed, 29 Apr 1998 09:37:15 +0000 Andreas Schwab Include <time.h> for time.
Tue, 28 Apr 1998 21:21:14 +0000 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
Mon, 27 Apr 1998 20:54:19 +0000 Richard M. Stallman (Fload_average): New arg USE_FLOATS.
Mon, 27 Apr 1998 20:30:51 +0000 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
Mon, 27 Apr 1998 20:29:38 +0000 Richard M. Stallman (Fcompare_strings): Doc fix.
Thu, 23 Apr 1998 04:03:31 +0000 Richard M. Stallman (Fstring_make_multibyte): Doc fix.