summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (concat): Fix use of Fchar_bytes.Richard M. Stallman1997-08-271-2/+2
* (Fyes_or_no_p): Call Fread_from_minibufferKenichi Handa1997-08-261-1/+2
* (Flength): Doc fix.Richard M. Stallman1997-08-161-1/+4
* (concat): Pay attention to multibyte characters whenKenichi Handa1997-08-101-8/+18
* (Frequire): Don't insist on a suffixRichard M. Stallman1997-08-081-2/+2
* (Frequire): Pass t for the MUST-SUFFIX arg to Fload.Richard M. Stallman1997-08-041-1/+1
* (syms_of_fns): Fix previous change.Richard M. Stallman1997-07-091-1/+1
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-1/+3
* (Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.Richard M. Stallman1997-07-021-22/+34
* (Freverse): Simplify.Richard M. Stallman1997-06-231-10/+6
* (concat): Pay attention to multibyte characters whenKenichi Handa1997-06-181-4/+25
* (map_char_table): Use XSETFASTINT.Richard M. Stallman1997-06-021-1/+1
* (Fchar_table_range, Fset_char_table_range):Richard M. Stallman1997-05-301-12/+22
* (map_char_table): For sub char-table, index should beKenichi Handa1997-05-281-8/+8
* (internal_equal): When comparing strings, ignore text props.Richard M. Stallman1997-05-231-7/+0
* (copy_sub_char_table): Declare the argument ARG asKenichi Handa1997-05-161-0/+50
* (Fcopy_sequence): Correctly copy the char-table contents.Richard M. Stallman1997-05-151-1/+1
* (map_char_table): New arg SUBTABLE. Callers changed.Richard M. Stallman1997-05-131-11/+14
* (copy_sub_char_table): New function.Kenichi Handa1997-04-071-54/+75
* (Fcopy_sequence): Delete unused variable.Karl Heuer1997-04-031-7/+6
* (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