summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (Flength): Handle compiled function as pseudovector.Richard M. Stallman1994-12-301-1/+3
* (internal_equal): Call compare_string_intervals.Richard M. Stallman1994-12-041-1/+8
* (Fy_or_n_p): Handle exit-prefix in query-replace-map.Richard M. Stallman1994-11-231-0/+4
* (Fvconcat, concat): Use Lisp_Vectorlike.Karl Heuer1994-11-181-2/+2
* (Flength): Don't call Farray_length, just use size field.Karl Heuer1994-11-161-9/+8
* (internal_equal): Use new overlay substructure.Karl Heuer1994-11-151-27/+34
* (internal_equal): Check the substructure.Karl Heuer1994-10-111-0/+1
* (Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-5/+5
* (Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.Karl Heuer1994-10-041-4/+4
* (Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt,Karl Heuer1994-09-271-29/+24
* (concat3): New function.Richard M. Stallman1994-09-211-0/+16
* (Frandom): Fix Lisp_Object vs. int problems.Karl Heuer1994-09-191-3/+5
* (Frandom): Handle LIMIT >= 40000000.Richard M. Stallman1994-07-301-11/+17
* (Frandom): Fix previous change.Richard M. Stallman1994-07-281-1/+1
* (Frandom): Use just the low 30 bits of random's value.Richard M. Stallman1994-07-261-2/+2
* (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu.Karl Heuer1994-06-071-0/+2
* (Fy_or_n_p): Don't use dialog box if not an X frame.Richard M. Stallman1994-06-051-2/+4
* Update copyright.Karl Heuer1994-05-041-1/+1
* Doc fixes.Richard M. Stallman1994-04-201-3/+4
* (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.Karl Heuer1994-04-131-9/+10
* (Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.Richard M. Stallman1994-03-231-10/+2
* (Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.Richard M. Stallman1994-03-191-0/+2
* (Frandom): Eliminate bias in random number generator.Karl Heuer1994-03-161-8/+13
* Whitespace change.Richard M. Stallman1994-03-141-1/+1
* (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.Fred Pierresteguy1994-03-111-3/+3
* (Fy_or_n_p): Use a popup menu if reached via mouse command.Richard M. Stallman1994-02-241-6/+41
* (Fconcat): Doc fix.Richard M. Stallman1994-01-231-1/+2
* (Fassq, Fassoc): Doc fixes.Richard M. Stallman1994-01-221-4/+4
* (Fmapconcat): Doc fix.Richard M. Stallman1994-01-041-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (internal_equal): Typo in previous change.Richard M. Stallman1993-08-141-1/+1
* (internal_equal): All markers in no buffer are equal.Richard M. Stallman1993-08-141-3/+4
* (Fyes_or_no_p): Use Qyes_or_no_p_history.Richard M. Stallman1993-08-051-1/+5
* * fns.c (Fsubstring, concat): Pass all six arguments toJim Blandy1993-07-061-3/+16
* (internal_equal): Don't let ints be equal to floats.Richard M. Stallman1993-06-011-5/+5
* (Fyes_or_no_p): Delete unreachable UNGCPRO.Richard M. Stallman1993-05-311-1/+0
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* * lisp.h (Lisp_Overlay): New tag.Jim Blandy1993-05-141-1/+2
* Arrange for Fy_or_n_p to put off switch-frame events.Jim Blandy1993-05-041-1/+1
* (provide, require): Put appropriately-markedRichard M. Stallman1993-04-171-1/+7
* (Fy_or_n_p): Echo the answer just once, at exit.Richard M. Stallman1993-04-131-7/+7
* Rename int-to-string to number-to-string, since it can handleJim Blandy1993-03-301-1/+1
* (Fy_or_n_p): Ensure cursor_in_echo_area = 0 when quit.Richard M. Stallman1993-03-251-0/+4
* (Fy_or_n_p): Handle `recenter' response type.Richard M. Stallman1993-03-221-0/+6
* * fns.c (Fy_or_n_p): Display the answer.Jim Blandy1993-03-141-0/+3
* (Fy_or_n_p): Use query-replace-map.Richard M. Stallman1993-03-101-16/+23
* * fns.c (Fequal): Call internal_equal to recurse on elements ofJim Blandy1993-02-221-2/+2
* * fns.c (internal_equal): Protect the clause for comparing numbersJim Blandy1993-01-261-0/+2
* JimB's changes since January 18thJim Blandy1993-01-261-2/+7
* (Frandom): Change arg name.Richard M. Stallman1993-01-081-6/+6