aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-10-091-1/+1
|\
| * (Fplist_put): Preserve uneven tail data.Stefan Monnier2007-09-181-1/+1
* | * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier2007-10-021-9/+9
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\|
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | * (Fsxhash): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-151-25/+22
|\| |
| * | * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.Stefan Monnier2007-07-111-16/+13
| * | (map_char_table): Use an array of int for `indices' rather thanStefan Monnier2007-07-101-9/+9
* | | Merge from emacs--devo--0Miles Bader2007-06-111-1/+1
|\| |
| * | (Fmapconcat): Use empty_unibyte_string.Juanma Barranquero2007-06-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-05-301-1/+1
|\| |
| * | * xfaces.c (syms_of_xfaces): Delete stray semicolon.Dan Nicolaescu2007-05-261-1/+1
| |/
* | Merged from [email protected]Karoly Lorentey2007-01-291-2/+6
|\|
| * 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
* | Merged from [email protected]. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-49/+45
|\|
| * (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
* | Merged from [email protected]Karoly Lorentey2006-10-141-9/+40
|\|
| * (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
* | Merged from [email protected]Karoly Lorentey2006-10-141-1/+1
|\|
| * (sxhash_string): Rotate properly; don't lose bits.Richard M. Stallman2006-08-251-1/+1
* | Merged from [email protected]Karoly Lorentey2006-07-291-26/+11
|\|
| * (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
* | Merged from [email protected].Karoly Lorentey2006-07-141-96/+35
|\|
| * (Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-96/+35
* | Merged from [email protected].Karoly Lorentey2006-06-121-1/+1
|\|
| * (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.Luc Teirlinck2006-05-251-1/+1
* | Merged from [email protected]Karoly Lorentey2006-04-191-2/+5
|\|
| * [HAVE_MENUS && MAC_OS]: Include macterm.h.YAMAMOTO Mitsuharu2006-04-121-1/+5
* | Merged from [email protected]Karoly Lorentey2006-04-011-0/+6
|\|
| * (sxhash_list): Include last non-nil CDR in hash.Kim F. Storm2006-03-241-0/+6
* | Merged from [email protected]Karoly Lorentey2006-02-121-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in ...Karoly Lorentey2006-01-031-1/+1
* | Merged from [email protected] (patch 681)Karoly Lorentey2005-12-291-1/+2
|\|
| * (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.Richard M. Stallman2005-12-261-1/+2
* | Merged from [email protected] (patch 169-173, 671-676)Karoly Lorentey2005-12-191-2/+8
|\|
| * (Frequire): Treat evaluating from a source fileRichard M. Stallman2005-12-111-2/+8
* | 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
|\|