log src/fns.c @ 23439:72d75218d971

age author description
1998-10-12 Kenichi Handa (clear_string_char_byte_cache): New function.
1998-09-07 Karl Heuer (base64_decode_1, base64_encode_1): New functions.
1998-09-07 Karl Heuer (Fwidget_put): Return VALUE instead of garbage.
1998-08-31 Kenichi Handa (concat): If Vnonascii_translation_table is non-nil, try
1998-08-28 Kenichi Handa (concat): Use macro CHAR_BYTES instead of Fchar_bytes.
1998-08-18 Richard M. Stallman (Fy_or_n_p): Don't bind input-method-function.
1998-08-18 Richard M. Stallman (Fy_or_n_p): Bind input-method-function to nil.
1998-07-30 Kenichi Handa (concat): Fix previous change.
1998-07-09 Richard M. Stallman Comment change.
1998-07-08 Kenichi Handa (concat): Replace explicit numeric constants with proper macros.
1998-07-06 Richard M. Stallman Whitespace change.
1998-07-06 Kenichi Handa (Fset_char_table_default): Check only if the charset of
1998-07-06 Kenichi Handa (concat): Pay attention to the byte combining problem.
1998-05-21 Kenichi Handa (Fstring_make_multibyte): Call CHECK_STRING.
1998-05-18 Kenichi Handa (concat): Fix bug in concatinating a list of multibyte and
1998-04-29 Andreas Schwab Include <time.h> for time.
1998-04-28 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
1998-04-27 Richard M. Stallman (Fload_average): New arg USE_FLOATS.
1998-04-27 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
1998-04-27 Richard M. Stallman (Fcompare_strings): Doc fix.
1998-04-23 Richard M. Stallman (Fstring_make_multibyte): Doc fix.
1998-04-20 Richard M. Stallman (Fcompare_strings): Require first 6 args.
1998-04-20 Richard M. Stallman (Fcompare_strings): New function.
1998-04-16 Richard M. Stallman (time): Declare it only if not HAVE_UNISTD_H.
1998-04-16 Richard M. Stallman (Frequire): Doc fix.
1998-04-14 Andreas Schwab (Fsubstring, substring_both, Fchar_table_range,
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-06 Andreas Schwab (Flength): Doc fix.
1998-04-06 Kenichi Handa (Fstring_as_unibyte): Set size_byte field to -1.
1998-04-02 Richard M. Stallman (Fstring_as_multibyte): Never return unibyte string unchanged.
1998-04-02 Richard M. Stallman (char_table_translate): New function.
1998-03-21 Richard M. Stallman (substring_both, Fsubstring): Use make_specified_string.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-19 Kenichi Handa (Fstring_as_multibyte): Call multibyte_chars_in_text
1998-03-03 Kenichi Handa (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
1998-03-02 Richard M. Stallman (internal_equal): compare_window_configurations takes new arg.
1998-02-27 Karl Heuer (mapcar1): Handle bool-vectors.
1998-02-20 Kenichi Handa (Fset_char_table_default): For an invalid character, call
1998-02-10 Kenichi Handa (Fstring_bytes): Declare arg STRING as Lisp_Object.
1998-02-10 Kenichi Handa (concat): Use Vnonascii_translate_table.
1998-02-08 Richard M. Stallman (Fstring_bytes): New function.
1998-02-02 Richard M. Stallman (concat): Handle bool-vectors correctly.
1998-02-02 Richard M. Stallman (concat): If making a string, a nonempty bool-vector is error.
1998-01-26 Richard M. Stallman (internal_equal): Use compare_window_configurations.
1998-01-22 Kenichi Handa (mapcar1): Keep `i' in `i_before' before `i' is
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-21 Richard M. Stallman (concat): Use unibyte_char_to_multibyte.
1998-01-18 Karl Heuer (concat): Move the test for all nil in `append'
1998-01-12 Kenichi Handa (concat): Check STRINGP before increasing result_len_byte.
1998-01-09 Richard M. Stallman (map_char_table): Unconditionally consider non-ASCII charsets.
1998-01-02 Richard M. Stallman (internal_equal): For markers, use bytepos instead of bufpos.
1997-11-21 Andreas Schwab * fns.c (map_char_table): Protoize parameter.
1997-10-23 Kenichi Handa (map_char_table): Do not operate on invalid characters.
1997-09-30 Karl Heuer (Qwidget_type): New variable.
1997-08-27 Richard M. Stallman (concat): Fix use of Fchar_bytes.
1997-08-26 Kenichi Handa (Fyes_or_no_p): Call Fread_from_minibuffer
1997-08-16 Richard M. Stallman (Flength): Doc fix.
1997-08-10 Kenichi Handa (concat): Pay attention to multibyte characters when
1997-08-08 Richard M. Stallman (Frequire): Don't insist on a suffix
1997-08-04 Richard M. Stallman (Frequire): Pass t for the MUST-SUFFIX arg to Fload.