| Commit message (Expand) | Author | Age | Files | Lines |
* | (Flength): Doc fix. | Andreas Schwab | 1998-04-06 | 1 | -2/+2 |
* | (Fstring_as_unibyte): Set size_byte field to -1. | Kenichi Handa | 1998-04-06 | 1 | -0/+1 |
* | (Fstring_as_multibyte): Never return unibyte string unchanged. | Richard M. Stallman | 1998-04-02 | 1 | -8/+6 |
* | (char_table_translate): New function. | Richard M. Stallman | 1998-04-02 | 1 | -0/+17 |
* | (substring_both, Fsubstring): Use make_specified_string. | Richard M. Stallman | 1998-03-21 | 1 | -5/+9 |
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -19/+19 |
* | (Fstring_as_multibyte): Call multibyte_chars_in_text | Kenichi Handa | 1998-03-19 | 1 | -2/+2 |
* | (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is | Kenichi Handa | 1998-03-03 | 1 | -15/+3 |
* | (internal_equal): compare_window_configurations takes new arg. | Richard M. Stallman | 1998-03-02 | 1 | -1/+1 |
* | (mapcar1): Handle bool-vectors. | Karl Heuer | 1998-02-27 | 1 | -3/+20 |
* | (Fset_char_table_default): For an invalid character, call | Kenichi Handa | 1998-02-20 | 1 | -1/+1 |
* | (Fstring_bytes): Declare arg STRING as Lisp_Object. | Kenichi Handa | 1998-02-10 | 1 | -0/+1 |
* | (concat): Use Vnonascii_translate_table. | Kenichi Handa | 1998-02-10 | 1 | -1/+5 |
* | (Fstring_bytes): New function. | Richard M. Stallman | 1998-02-08 | 1 | -0/+10 |
* | (concat): Handle bool-vectors correctly. | Richard M. Stallman | 1998-02-02 | 1 | -30/+34 |
* | (concat): If making a string, a nonempty bool-vector is error. | Richard M. Stallman | 1998-02-02 | 1 | -5/+69 |
* | (internal_equal): Use compare_window_configurations. | Richard M. Stallman | 1998-01-26 | 1 | -0/+2 |
* | (mapcar1): Keep `i' in `i_before' before `i' is | Kenichi Handa | 1998-01-22 | 1 | -2/+4 |
* | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
* | (concat): Use unibyte_char_to_multibyte. | Richard M. Stallman | 1998-01-21 | 1 | -12/+4 |
* | (concat): Move the test for all nil in `append' | Karl Heuer | 1998-01-18 | 1 | -29/+180 |
* | (concat): Check STRINGP before increasing result_len_byte. | Kenichi Handa | 1998-01-12 | 1 | -1/+1 |
* | (map_char_table): Unconditionally consider non-ASCII charsets. | Richard M. Stallman | 1998-01-09 | 1 | -115/+339 |
* | (internal_equal): For markers, use bytepos instead of bufpos. | Richard M. Stallman | 1998-01-02 | 1 | -2/+2 |
* | * fns.c (map_char_table): Protoize parameter. | Andreas Schwab | 1997-11-21 | 1 | -1/+2 |
* | (map_char_table): Do not operate on invalid characters. | Kenichi Handa | 1997-10-23 | 1 | -1/+3 |
* | (Qwidget_type): New variable. | Karl Heuer | 1997-09-30 | 1 | -19/+109 |
* | (concat): Fix use of Fchar_bytes. | Richard M. Stallman | 1997-08-27 | 1 | -2/+2 |
* | (Fyes_or_no_p): Call Fread_from_minibuffer | Kenichi Handa | 1997-08-26 | 1 | -1/+2 |
* | (Flength): Doc fix. | Richard M. Stallman | 1997-08-16 | 1 | -1/+4 |
* | (concat): Pay attention to multibyte characters when | Kenichi Handa | 1997-08-10 | 1 | -8/+18 |
* | (Frequire): Don't insist on a suffix | Richard M. Stallman | 1997-08-08 | 1 | -2/+2 |
* | (Frequire): Pass t for the MUST-SUFFIX arg to Fload. | Richard M. Stallman | 1997-08-04 | 1 | -1/+1 |
* | (syms_of_fns): Fix previous change. | Richard M. Stallman | 1997-07-09 | 1 | -1/+1 |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -1/+3 |
* | (Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box. | Richard M. Stallman | 1997-07-02 | 1 | -22/+34 |
* | (Freverse): Simplify. | Richard M. Stallman | 1997-06-23 | 1 | -10/+6 |
* | (concat): Pay attention to multibyte characters when | Kenichi Handa | 1997-06-18 | 1 | -4/+25 |
* | (map_char_table): Use XSETFASTINT. | Richard M. Stallman | 1997-06-02 | 1 | -1/+1 |
* | (Fchar_table_range, Fset_char_table_range): | Richard M. Stallman | 1997-05-30 | 1 | -12/+22 |
* | (map_char_table): For sub char-table, index should be | Kenichi Handa | 1997-05-28 | 1 | -8/+8 |
* | (internal_equal): When comparing strings, ignore text props. | Richard M. Stallman | 1997-05-23 | 1 | -7/+0 |
* | (copy_sub_char_table): Declare the argument ARG as | Kenichi Handa | 1997-05-16 | 1 | -0/+50 |
* | (Fcopy_sequence): Correctly copy the char-table contents. | Richard M. Stallman | 1997-05-15 | 1 | -1/+1 |
* | (map_char_table): New arg SUBTABLE. Callers changed. | Richard M. Stallman | 1997-05-13 | 1 | -11/+14 |
* | (copy_sub_char_table): New function. | Kenichi Handa | 1997-04-07 | 1 | -54/+75 |
* | (Fcopy_sequence): Delete unused variable. | Karl Heuer | 1997-04-03 | 1 | -7/+6 |
* | (map_char_table): Handle multibyte characters. | Kenichi Handa | 1997-03-18 | 1 | -8/+21 |
* | (Fcopy_sequence, concat, internal_equal, Ffillarray): | Karl Heuer | 1997-02-22 | 1 | -5/+14 |
* | (concat): Take modulus of thisindex before shifting. | Richard M. Stallman | 1997-01-13 | 1 | -2/+2 |