| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (Flength): Handle compiled function as pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -1/+3 |
* | (internal_equal): Call compare_string_intervals. | Richard M. Stallman | 1994-12-04 | 1 | -1/+8 |
* | (Fy_or_n_p): Handle exit-prefix in query-replace-map. | Richard M. Stallman | 1994-11-23 | 1 | -0/+4 |
* | (Fvconcat, concat): Use Lisp_Vectorlike. | Karl Heuer | 1994-11-18 | 1 | -2/+2 |
* | (Flength): Don't call Farray_length, just use size field. | Karl Heuer | 1994-11-16 | 1 | -9/+8 |
* | (internal_equal): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -27/+34 |
* | (internal_equal): Check the substructure. | Karl Heuer | 1994-10-11 | 1 | -0/+1 |
* | (Flength, concat, mapcar1): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -5/+5 |
* | (Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE. | Karl Heuer | 1994-10-04 | 1 | -4/+4 |
* | (Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt, | Karl Heuer | 1994-09-27 | 1 | -29/+24 |
* | (concat3): New function. | Richard M. Stallman | 1994-09-21 | 1 | -0/+16 |
* | (Frandom): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -3/+5 |
* | (Frandom): Handle LIMIT >= 40000000. | Richard M. Stallman | 1994-07-30 | 1 | -11/+17 |
* | (Frandom): Fix previous change. | Richard M. Stallman | 1994-07-28 | 1 | -1/+1 |
* | (Frandom): Use just the low 30 bits of random's value. | Richard M. Stallman | 1994-07-26 | 1 | -2/+2 |
* | (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu. | Karl Heuer | 1994-06-07 | 1 | -0/+2 |
* | (Fy_or_n_p): Don't use dialog box if not an X frame. | Richard M. Stallman | 1994-06-05 | 1 | -2/+4 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | Doc fixes. | Richard M. Stallman | 1994-04-20 | 1 | -3/+4 |
* | (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU. | Karl Heuer | 1994-04-13 | 1 | -9/+10 |
* | (Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way. | Richard M. Stallman | 1994-03-23 | 1 | -10/+2 |
* | (Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu. | Richard M. Stallman | 1994-03-19 | 1 | -0/+2 |
* | (Frandom): Eliminate bias in random number generator. | Karl Heuer | 1994-03-16 | 1 | -8/+13 |
* | Whitespace change. | Richard M. Stallman | 1994-03-14 | 1 | -1/+1 |
* | (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu. | Fred Pierresteguy | 1994-03-11 | 1 | -3/+3 |
* | (Fy_or_n_p): Use a popup menu if reached via mouse command. | Richard M. Stallman | 1994-02-24 | 1 | -6/+41 |