summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (map_char_table): Handle multibyte characters.Kenichi Handa1997-03-181-8/+21
* (Fcopy_sequence, concat, internal_equal, Ffillarray):Karl Heuer1997-02-221-5/+14
* (concat): Take modulus of thisindex before shifting.Richard M. Stallman1997-01-131-2/+2
* Include frame.h and window.h.Richard M. Stallman1996-11-111-0/+14
* (map_char_table): Declare depth as int.Richard M. Stallman1996-09-041-1/+2
* (Fsubstring): Handle vectors as well as strings.Richard M. Stallman1996-08-291-9/+27
* (Fy_or_n_p): Pass 3rd arg to Flookup_key.Karl Heuer1996-07-161-1/+1
* (map_char_table): Fix args in recursive call.Karl Heuer1996-02-211-1/+1
* (syms_of_fns): Set yes-or-no-p-history to nil.Richard M. Stallman1996-02-041-0/+2
* (Qcursor_in_echo_area): New variable.Richard M. Stallman1996-02-011-2/+9
* (Fy_or_n_p): Call choose_minibuf_frame.Richard M. Stallman1996-01-271-0/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fset_char_table_parent): Fix previous change.Karl Heuer1996-01-091-1/+1
* (Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,Erik Naggum1996-01-091-96/+96
* (Fplist_get): Rename arg `val' to `plist' as in doc.Erik Naggum1996-01-071-4/+4
* (Fy_or_n_p, Fyes_or_no_p): using_x_p renamed to have_menus_p.Richard M. Stallman1995-12-261-6/+6
* [HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.Geoff Voelker1995-11-071-3/+3
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-10/+6
* (Fsafe_length): Add missing parentheses around & within comparison.Richard M. Stallman1995-10-301-1/+1
* (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.Erik Naggum1995-10-231-1/+1
* (Fmap_char_table): Call map_char_table with correct args.Erik Naggum1995-10-191-1/+1
* (Fchar_table_subtype): New function.Richard M. Stallman1995-10-181-0/+49
* (Fcopy_sequence): Call Fmake_char_table the new way.Richard M. Stallman1995-10-111-12/+24
* (Fset_char_table_range): New function.Richard M. Stallman1995-10-071-6/+246
* (Fsafe_length): Use conservative upper bound.Karl Heuer1995-07-201-4/+1
* (Fsafe_length): New function.Richard M. Stallman1995-07-011-0/+33
* (NULL): Define if not defined.Karl Heuer1995-06-031-0/+4
* (Frandom): Use EMACS_INT, not int.Karl Heuer1995-05-301-3/+5
* (Fplist_put): Don't signal an error if plist isn't a cons.Karl Heuer1995-04-241-6/+5
* (internal_equal): Use XMISCTYPE.Richard M. Stallman1995-04-071-1/+1
* Update copyright.Karl Heuer1995-04-071-1/+1
* (Fplist_put): Fix missing \n\.Karl Heuer1995-04-061-1/+1
* (Fy_or_n_p): Don't log prompt.Karl Heuer1995-04-031-3/+4
* (Fconcat): Undo previous change.Richard M. Stallman1995-03-281-3/+7
* (Fget, Fput): Fetch and store symbol's plist directly.Richard M. Stallman1995-03-271-10/+13
* (Fplist_put, Fplist_get): New fns.Boris Goldowsky1995-03-271-16/+49
* (concat): Treat integers as characters, not strings.Karl Heuer1995-03-221-3/+3
* (Frassoc): New function.Richard M. Stallman1995-01-291-1/+22
* (Frandom): Call seed_random and get_random.Karl Heuer1995-01-191-7/+8
* (internal_equal): Delete redundant tests.Karl Heuer1995-01-121-59/+57
* (internal_equal): Once again use a switch.Richard M. Stallman1995-01-121-52/+74
* (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