| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Include frame.h and window.h. | Richard M. Stallman | 1996-11-11 | 1 | -0/+14 |
* | (map_char_table): Declare depth as int. | Richard M. Stallman | 1996-09-04 | 1 | -1/+2 |
* | (Fsubstring): Handle vectors as well as strings. | Richard M. Stallman | 1996-08-29 | 1 | -9/+27 |
* | (Fy_or_n_p): Pass 3rd arg to Flookup_key. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
* | (map_char_table): Fix args in recursive call. | Karl Heuer | 1996-02-21 | 1 | -1/+1 |
* | (syms_of_fns): Set yes-or-no-p-history to nil. | Richard M. Stallman | 1996-02-04 | 1 | -0/+2 |
* | (Qcursor_in_echo_area): New variable. | Richard M. Stallman | 1996-02-01 | 1 | -2/+9 |
* | (Fy_or_n_p): Call choose_minibuf_frame. | Richard M. Stallman | 1996-01-27 | 1 | -0/+1 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fset_char_table_parent): Fix previous change. | Karl Heuer | 1996-01-09 | 1 | -1/+1 |
* | (Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent, | Erik Naggum | 1996-01-09 | 1 | -96/+96 |
* | (Fplist_get): Rename arg `val' to `plist' as in doc. | Erik Naggum | 1996-01-07 | 1 | -4/+4 |
* | (Fy_or_n_p, Fyes_or_no_p): using_x_p renamed to have_menus_p. | Richard M. Stallman | 1995-12-26 | 1 | -6/+6 |
* | [HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup. | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -10/+6 |
* | (Fsafe_length): Add missing parentheses around & within comparison. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
* | (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS. | Erik Naggum | 1995-10-23 | 1 | -1/+1 |
* | (Fmap_char_table): Call map_char_table with correct args. | Erik Naggum | 1995-10-19 | 1 | -1/+1 |
* | (Fchar_table_subtype): New function. | Richard M. Stallman | 1995-10-18 | 1 | -0/+49 |
* | (Fcopy_sequence): Call Fmake_char_table the new way. | Richard M. Stallman | 1995-10-11 | 1 | -12/+24 |
* | (Fset_char_table_range): New function. | Richard M. Stallman | 1995-10-07 | 1 | -6/+246 |
* | (Fsafe_length): Use conservative upper bound. | Karl Heuer | 1995-07-20 | 1 | -4/+1 |
* | (Fsafe_length): New function. | Richard M. Stallman | 1995-07-01 | 1 | -0/+33 |
* | (NULL): Define if not defined. | Karl Heuer | 1995-06-03 | 1 | -0/+4 |