summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fstring_bytes): Declare arg STRING as Lisp_Object.Kenichi Handa1998-02-101-0/+1
* (concat): Use Vnonascii_translate_table.Kenichi Handa1998-02-101-1/+5
* (Fstring_bytes): New function.Richard M. Stallman1998-02-081-0/+10
* (concat): Handle bool-vectors correctly.Richard M. Stallman1998-02-021-30/+34
* (concat): If making a string, a nonempty bool-vector is error.Richard M. Stallman1998-02-021-5/+69
* (internal_equal): Use compare_window_configurations.Richard M. Stallman1998-01-261-0/+2
* (mapcar1): Keep `i' in `i_before' before `i' isKenichi Handa1998-01-221-2/+4
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (concat): Use unibyte_char_to_multibyte.Richard M. Stallman1998-01-211-12/+4
* (concat): Move the test for all nil in `append'Karl Heuer1998-01-181-29/+180
* (concat): Check STRINGP before increasing result_len_byte.Kenichi Handa1998-01-121-1/+1
* (map_char_table): Unconditionally consider non-ASCII charsets.Richard M. Stallman1998-01-091-115/+339
* (internal_equal): For markers, use bytepos instead of bufpos.Richard M. Stallman1998-01-021-2/+2
* * fns.c (map_char_table): Protoize parameter.Andreas Schwab1997-11-211-1/+2
* (map_char_table): Do not operate on invalid characters.Kenichi Handa1997-10-231-1/+3
* (Qwidget_type): New variable.Karl Heuer1997-09-301-19/+109
* (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