aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from [email protected] (patch 610-614)Karoly Lorentey2005-10-231-1/+1
|\
| * (Fchar_table_range): Remove unused var i.Kim F. Storm2005-10-201-1/+1
* | Merged from [email protected] (patch 118-132, 551-577)Karoly Lorentey2005-10-091-3/+3
|\|
| * * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-3/+3
* | Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Bo...Karoly Lorentey2005-09-111-0/+3
* | Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.Karoly Lorentey2005-09-111-2/+4
|/
* (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 theKenichi 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 withNick 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 valueKenichi 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 defaultKenichi 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 ofEli 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 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