aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (map_char_table): Add missing gcpros.Stefan Monnier2004-10-131-1/+8
* (Fclear_string): Correct previous change.Luc Teirlinck2004-07-061-1/+2
* (Fclear_string): Put call to CHECK_STRING in correct place.Luc Teirlinck2004-07-061-1/+1
* (Fclear_string): Signal an error if STRING is not a string.John Paul Wallington2004-07-061-0/+1
* (Fmapconcat, Fmapcar): Remove superfluous GCPROs.Kim F. Storm2004-06-241-9/+0
* (Fmapcar, Fmapconcat): GCPRO the args array.Kim F. Storm2004-06-221-0/+9
* (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP andKim F. Storm2004-06-221-8/+4
* (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.Kim F. Storm2004-06-211-2/+2
* * fns.c (string_make_multibyte, string_to_multibyte)Kim F. Storm2004-06-211-49/+55
* * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.Jan Djärv2004-06-171-2/+10
* (count_combining): Delete it.Kenichi Handa2004-05-101-38/+4
* (Fcopy_sequence, concat, internal_equal, Ffillarray, mapcar1): UseAndreas Schwab2004-04-261-10/+13
* (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