aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (Fclrhash): Return TABLE.Thien-Thi Nguyen2008-01-261-2/+3
* (use_file_dialog): Doc fix.Jason Rumney2008-01-171-3/+4
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* (Fplist_put): Preserve uneven tail data.Stefan Monnier2007-09-181-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (Fsxhash): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoidEli Zaretskii2007-01-131-1/+5
* (substring_both): Add missing address operator.Juanma Barranquero2006-11-241-1/+1
* Use AREF/ASIZE macros.Stefan Monnier2006-11-241-39/+33
* (concat) [!__GNUC__]: Add prototype.Eli Zaretskii2006-11-201-0/+2
* (Frandom, Flength, Fsafe_length, Fstring_bytes, Fstring_equal, Fcompare_strings,Juanma Barranquero2006-11-121-9/+9
* (Ffeaturep, syms_of_fns): Fix typos in docstrings.Juanma Barranquero2006-11-051-2/+2
* (optimize_sub_char_table): Don't optimize a sub-char-tableKenichi Handa2006-09-221-4/+6
* (Fmemq): Refill doc string.Kim F. Storm2006-09-201-4/+28
* (concat) [__GNUC__]: Declare with `__attribute__((noinline))'.Eli Zaretskii2006-09-021-1/+6
* (sxhash_string): Rotate properly; don't lose bits.Richard M. Stallman2006-08-251-1/+1
* (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