summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fassoc, Feql): Fix indentation.John Paul Wallington2004-04-201-2/+2
* (Feql): New function.John Paul Wallington2004-04-191-0/+13
* (internal_equal): New arg PROPS controls comparingRichard M. Stallman2004-03-121-6/+23
* (Fset_char_table_range): Fix previous change.Kenichi Handa2004-02-051-1/+1
* (Fset_char_table_range): Handle charsets ascii,Kenichi Handa2004-02-041-6/+18
* (string_char_to_byte): Optimize for ASCII only string.Kenichi Handa2004-01-291-6/+4
* (Fmd5): If OBJECT is a buffer different from the currentKenichi Handa2004-01-231-3/+14
* (internal_equal): Return t for two NaN arguments.Eli Zaretskii2003-12-291-1/+9
* (Fset_char_table_range): Doc fix.Luc Teirlinck2003-12-241-3/+3
* (Frandom, Fstring_make_multibyte): Doc fixes.Luc Teirlinck2003-12-231-4/+10
* Add variable use-file-dialog to control use of file dialogs.Jan Djärv2003-11-291-0/+11
* (internal_equal) <case Lisp_Vectorlike>: Declare size asAndreas Schwab2003-11-251-3/+10
* (Fset_char_table_parent): Doc fix.Luc Teirlinck2003-11-231-1/+1
* (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.Luc Teirlinck2003-11-221-4/+4
* (Freverse): Doc fix.Luc Teirlinck2003-11-211-2/+2
* (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)Stefan Monnier2003-11-171-8/+8
* (Fstring_to_multibyte): Doc fix.Luc Teirlinck2003-11-121-1/+1
* (Frequire): Doc fix.Luc Teirlinck2003-10-051-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (Fclear_string): New function.Richard M. Stallman2003-07-291-0/+15
* (Flocale_info): Renamed from Flanginfo. Doc fixes.Richard M. Stallman2003-07-211-9/+7
* (sweep_weak_table): Update calls to mark_object.Stefan Monnier2003-07-061-3/+3
* Doc fixes.Dave Love2003-06-021-5/+14
* (map_char_table): Fix previous change.Richard M. Stallman2003-05-171-4/+6
* (map_char_table): New arg TABLE gets the master table. All calls changed.Richard M. Stallman2003-05-171-5/+11
* (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.Juanma Barranquero2003-04-061-0/+2
* Allow building on Mac OS X again after Kim's merging of display code.Andrew Choi2003-03-241-0/+6
* (string_to_multibyte): Remove unused var i.Stefan Monnier2003-02-221-4/+15
* (string_to_multibyte): Always return a multibyte string.Kenichi Handa2003-02-171-3/+3
* (Flanginfo): Doc fix.Dave Love2003-02-141-4/+9
* (Fstring_to_multibyte): Fix typo in the docstring.Kenichi Handa2003-02-101-1/+1
* (string_to_multibyte): New function.Kenichi Handa2003-02-091-0/+50
* (Fsubstring): Clarify doc string.Francesco Potortì2003-01-141-31/+31
* (Freverse): Use QUIT.Dave Love2003-01-131-1/+4
* Include coding.h. Use POINTER_TYPE*, not void*.Dave Love2003-01-061-4/+96
* (Frequire): Don't call LOADHIST_ATTACH if feature wasDave Love2002-11-291-2/+2
* fns.c (Frequire): Change nesting allowance from 2 to 3 to cause moreSteven Tamm2002-11-281-1/+1
* (Fmap_char_table): Cast `call2'.Dave Love2002-11-141-2/+2
* (Fcopy_sequence): Doc fix.Dave Love2002-11-141-1/+1
* (Fmap_char_table): Don't use map_char_table's function arg.Stefan Monnier2002-11-121-1/+1
* (Flength): Doc fix.John Paul Wallington2002-10-051-2/+2
* * fns.c (concat): Use SSET.Ken Raeburn2002-07-161-6/+6
* * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-151-1/+1
* * fns.c (concat): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-102/+102
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-2/+2
* (Fnconc): Use XCDR.Stefan Monnier2002-07-071-48/+7
* (Fstring_make_unibyte): Doc fix.Eli Zaretskii2002-06-051-2/+4
* (md5): Pass FILE arg to Vselect_safe_coding_system_function.Richard M. Stallman2002-06-031-2/+2
* * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): UseKen Raeburn2002-05-201-9/+9