aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fy_or_n_p): Change call to read_filtered_event to use new arg.Chong Yidong2006-07-261-1/+1
* (Flength): wrong_type_argument is no-return.Kim F. Storm2006-07-181-24/+10
* (Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-96/+35
* (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.Luc Teirlinck2006-05-251-1/+1
* [HAVE_MENUS && MAC_OS]: Include macterm.h.YAMAMOTO Mitsuharu2006-04-121-1/+5
* (sxhash_list): Include last non-nil CDR in hash.Kim F. Storm2006-03-241-0/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.Richard M. Stallman2005-12-261-1/+2
* (Frequire): Treat evaluating from a source fileRichard M. Stallman2005-12-111-2/+8
* (Fchar_table_range): Remove unused var i.Kim F. Storm2005-10-201-1/+1
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-3/+3
* (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