log src/fns.c @ 22853:62d2fb895f5f

age author description
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.
Mon, 20 Apr 1998 04:08:31 +0000 Richard M. Stallman (Fcompare_strings): Require first 6 args.
Mon, 20 Apr 1998 03:52:46 +0000 Richard M. Stallman (Fcompare_strings): New function.
Thu, 16 Apr 1998 06:21:56 +0000 Richard M. Stallman (time): Declare it only if not HAVE_UNISTD_H.
Thu, 16 Apr 1998 05:38:51 +0000 Richard M. Stallman (Frequire): Doc fix.
Tue, 14 Apr 1998 12:59:32 +0000 Andreas Schwab (Fsubstring, substring_both, Fchar_table_range,
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Mon, 06 Apr 1998 09:33:40 +0000 Andreas Schwab (Flength): Doc fix.
Mon, 06 Apr 1998 05:06:12 +0000 Kenichi Handa (Fstring_as_unibyte): Set size_byte field to -1.
Thu, 02 Apr 1998 22:48:51 +0000 Richard M. Stallman (Fstring_as_multibyte): Never return unibyte string unchanged.
Thu, 02 Apr 1998 08:10:56 +0000 Richard M. Stallman (char_table_translate): New function.
Sat, 21 Mar 1998 18:09:01 +0000 Richard M. Stallman (substring_both, Fsubstring): Use make_specified_string.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Thu, 19 Mar 1998 07:34:29 +0000 Kenichi Handa (Fstring_as_multibyte): Call multibyte_chars_in_text
Tue, 03 Mar 1998 01:29:16 +0000 Kenichi Handa (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Mon, 02 Mar 1998 19:10:51 +0000 Richard M. Stallman (internal_equal): compare_window_configurations takes new arg.
Fri, 27 Feb 1998 21:52:08 +0000 Karl Heuer (mapcar1): Handle bool-vectors.