summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fsort): Doc fix.Richard M. Stallman2005-09-041-1/+1
* (syms_of_fns): Add `emacs' to features.Richard M. Stallman2005-08-071-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* (Fstring_as_multibyte): Escape backslashes in the...Kenichi Handa2005-07-191-6/+6
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fchar_table_range): Fix spellings.Juanma Barranquero2005-06-211-1/+1
* (Fsort): Doc fix.Kim F. Storm2005-06-201-1/+1
* (Fmemq, Fmaphash): Doc fixes.Juanma Barranquero2005-06-091-2/+2
* (mapcar1): Maybe exit loop if original sequence was modified.Kim F. Storm2005-06-011-3/+3
* (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with...Nick Roberts2005-05-241-2/+2
* (Fchar_table_range): Fix typos in docstring.Juanma Barranquero2005-05-061-4/+4
* (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.Stefan Monnier2005-05-061-1/+1
* (char_table_range): New function....Kenichi Handa2005-04-261-18/+111
* (copy_sub_char_table): Explicitly copy the default value...Kenichi Handa2005-04-221-1/+2
* (Fplist_get): Replace by Fsafe_plist_get....Kim F. Storm2005-04-211-20/+8
* (Fset_char_table_range): Don't set slots used as default...Kenichi Handa2005-04-201-25/+34
* (Fsafe_get): New function....Kim F. Storm2005-04-191-0/+13
* (Vloads_in_progress): Remove extern....Lute Kamstra2005-04-181-2/+2
* (Fstring_as_multibyte, Fstring_to_multibyte): Docstring fixes.Stefan Monnier2005-04-101-4/+16
* (Vloads_in_progress): Add extern....Richard M. Stallman2005-04-101-3/+10
* (sweep_weak_table): Advance prev pointer when we keep a pair.Kim F. Storm2005-01-191-0/+4
* (Frequire): Record in load-history unconditionally.Richard M. Stallman2005-01-121-2/+4
* * dispextern.h: Change HAVE_CARBON to MAC_OS....Steven Tamm2004-12-271-2/+2
* (concat): Use SAFE_ALLOCA.Kim F. Storm2004-11-291-2/+4
* (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.Luc Teirlinck2004-11-211-1/+1
* Avoid side-effects inside XSETFASTINT's arguments.Stefan Monnier2004-11-161-1/+1
* (Fsafe_plist_get): New defun....Kim F. Storm2004-11-151-0/+30
* (sxhash): As far as possible, merge calculation of...Eli Zaretskii2004-11-061-5/+4
* Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-261-12/+12
* (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 and...Kim 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): Use...Andreas 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 comparing...Richard 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 current...Kenichi 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