1995-07-20 |
Karl Heuer |
(Fsafe_length): Use conservative upper bound.
|
1995-07-01 |
Richard M. Stallman |
(Fsafe_length): New function.
|
1995-06-03 |
Karl Heuer |
(NULL): Define if not defined.
|
1995-05-30 |
Karl Heuer |
(Frandom): Use EMACS_INT, not int.
|
1995-04-24 |
Karl Heuer |
(Fplist_put): Don't signal an error if plist isn't a cons.
|
1995-04-07 |
Richard M. Stallman |
(internal_equal): Use XMISCTYPE.
|
1995-04-07 |
Karl Heuer |
Update copyright.
|
1995-04-06 |
Karl Heuer |
(Fplist_put): Fix missing \n\.
|
1995-04-03 |
Karl Heuer |
(Fy_or_n_p): Don't log prompt.
|
1995-03-28 |
Richard M. Stallman |
(Fconcat): Undo previous change.
|
1995-03-27 |
Richard M. Stallman |
(Fget, Fput): Fetch and store symbol's plist directly.
|
1995-03-27 |
Boris Goldowsky |
(Fplist_put, Fplist_get): New fns.
|
1995-03-22 |
Karl Heuer |
(concat): Treat integers as characters, not strings.
|
1995-01-29 |
Richard M. Stallman |
(Frassoc): New function.
|
1995-01-19 |
Karl Heuer |
(Frandom): Call seed_random and get_random.
|
1995-01-12 |
Karl Heuer |
(internal_equal): Delete redundant tests.
|
1995-01-12 |
Richard M. Stallman |
(internal_equal): Once again use a switch.
|
1994-12-30 |
Richard M. Stallman |
(Flength): Handle compiled function as pseudovector.
|
1994-12-04 |
Richard M. Stallman |
(internal_equal): Call compare_string_intervals.
|
1994-11-23 |
Richard M. Stallman |
(Fy_or_n_p): Handle exit-prefix in query-replace-map.
|
1994-11-18 |
Karl Heuer |
(Fvconcat, concat): Use Lisp_Vectorlike.
|
1994-11-16 |
Karl Heuer |
(Flength): Don't call Farray_length, just use size field.
|
1994-11-15 |
Karl Heuer |
(internal_equal): Use new overlay substructure.
|
1994-10-11 |
Karl Heuer |
(internal_equal): Check the substructure.
|
1994-10-04 |
Karl Heuer |
(Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.
|
1994-10-04 |
Karl Heuer |
(Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.
|
1994-09-27 |
Karl Heuer |
(Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt,
|
1994-09-21 |
Richard M. Stallman |
(concat3): New function.
|
1994-09-19 |
Karl Heuer |
(Frandom): Fix Lisp_Object vs. int problems.
|
1994-07-30 |
Richard M. Stallman |
(Frandom): Handle LIMIT >= 40000000.
|
1994-07-28 |
Richard M. Stallman |
(Frandom): Fix previous change.
|
1994-07-26 |
Richard M. Stallman |
(Frandom): Use just the low 30 bits of random's value.
|
1994-06-07 |
Karl Heuer |
(Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu.
|
1994-06-05 |
Richard M. Stallman |
(Fy_or_n_p): Don't use dialog box if not an X frame.
|
1994-05-04 |
Karl Heuer |
Update copyright.
|
1994-04-20 |
Richard M. Stallman |
Doc fixes.
|
1994-04-13 |
Karl Heuer |
(Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.
|
1994-03-23 |
Richard M. Stallman |
(Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.
|
1994-03-19 |
Richard M. Stallman |
(Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.
|
1994-03-16 |
Karl Heuer |
(Frandom): Eliminate bias in random number generator.
|
1994-03-14 |
Richard M. Stallman |
Whitespace change.
|
1994-03-11 |
Fred Pierresteguy |
(Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.
|
1994-02-24 |
Richard M. Stallman |
(Fy_or_n_p): Use a popup menu if reached via mouse command.
|
1994-01-23 |
Richard M. Stallman |
(Fconcat): Doc fix.
|
1994-01-22 |
Richard M. Stallman |
(Fassq, Fassoc): Doc fixes.
|
1994-01-04 |
Richard M. Stallman |
(Fmapconcat): Doc fix.
|
1993-09-10 |
Roland McGrath |
Include <config.h> instead of "config.h".
|
1993-08-14 |
Richard M. Stallman |
(internal_equal): Typo in previous change.
|
1993-08-14 |
Richard M. Stallman |
(internal_equal): All markers in no buffer are equal.
|
1993-08-05 |
Richard M. Stallman |
(Fyes_or_no_p): Use Qyes_or_no_p_history.
|
1993-07-06 |
Jim Blandy |
* fns.c (Fsubstring, concat): Pass all six arguments to
|
1993-06-01 |
Richard M. Stallman |
(internal_equal): Don't let ints be equal to floats.
|
1993-05-31 |
Richard M. Stallman |
(Fyes_or_no_p): Delete unreachable UNGCPRO.
|
1993-05-22 |
Jim Blandy |
Updated copyright years.
|
1993-05-14 |
Jim Blandy |
* lisp.h (Lisp_Overlay): New tag.
|
1993-05-04 |
Jim Blandy |
Arrange for Fy_or_n_p to put off switch-frame events.
|
1993-04-17 |
Richard M. Stallman |
(provide, require): Put appropriately-marked
|
1993-04-13 |
Richard M. Stallman |
(Fy_or_n_p): Echo the answer just once, at exit.
|
1993-03-30 |
Jim Blandy |
Rename int-to-string to number-to-string, since it can handle
|
1993-03-25 |
Richard M. Stallman |
(Fy_or_n_p): Ensure cursor_in_echo_area = 0 when quit.
|