| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (Frandom): Use EMACS_INT, not int. | Karl Heuer | 1995-05-30 | 1 | -3/+5 |
* | (Fplist_put): Don't signal an error if plist isn't a cons. | Karl Heuer | 1995-04-24 | 1 | -6/+5 |
* | (internal_equal): Use XMISCTYPE. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (Fplist_put): Fix missing \n\. | Karl Heuer | 1995-04-06 | 1 | -1/+1 |
* | (Fy_or_n_p): Don't log prompt. | Karl Heuer | 1995-04-03 | 1 | -3/+4 |
* | (Fconcat): Undo previous change. | Richard M. Stallman | 1995-03-28 | 1 | -3/+7 |
* | (Fget, Fput): Fetch and store symbol's plist directly. | Richard M. Stallman | 1995-03-27 | 1 | -10/+13 |
* | (Fplist_put, Fplist_get): New fns. | Boris Goldowsky | 1995-03-27 | 1 | -16/+49 |
* | (concat): Treat integers as characters, not strings. | Karl Heuer | 1995-03-22 | 1 | -3/+3 |
* | (Frassoc): New function. | Richard M. Stallman | 1995-01-29 | 1 | -1/+22 |
* | (Frandom): Call seed_random and get_random. | Karl Heuer | 1995-01-19 | 1 | -7/+8 |
* | (internal_equal): Delete redundant tests. | Karl Heuer | 1995-01-12 | 1 | -59/+57 |
* | (internal_equal): Once again use a switch. | Richard M. Stallman | 1995-01-12 | 1 | -52/+74 |