summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | 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
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | * 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
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change its type.Stefan Monnier2007-06-291-15/+12
* | | | | | | | | | | | | | | | | | Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier2007-06-291-6/+6
* | | | | | | | | | | | | | | | | | 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
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-01-261-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
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-12-071-37/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | (substring_both): Add missing address operator.Juanma Barranquero2006-11-241-1/+1
| * | | | | | | | | | | | | | Use AREF/ASIZE macros.Stefan Monnier2006-11-241-39/+33
* | | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-11-211-9/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | (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
* | | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-11-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | (Ffeaturep, syms_of_fns): Fix typos in docstrings.Juanma Barranquero2006-11-051-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-10-031-4/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | (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
* | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-09-051-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | (concat) [__GNUC__]: Declare with `__attribute__((noinline))'.Eli Zaretskii2006-09-021-1/+6
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | (sxhash_string): Rotate properly; don't lose bits.Richard M. Stallman2006-08-251-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-08-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | (Fy_or_n_p): Change call to read_filtered_event to use new arg.Chong Yidong2006-07-261-1/+1
* | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-07-191-119/+44
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | (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
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-06-071-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.Luc Teirlinck2006-05-251-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | (assoc_no_quit): New function.Kenichi Handa2006-06-061-0/+16
* | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | [HAVE_MENUS && MAC_OS]: Include macterm.h.YAMAMOTO Mitsuharu2006-04-121-1/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader2006-03-281-0/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | (sxhash_list): Include last non-nil CDR in hash.Kim F. Storm2006-03-241-0/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | (Fstring_bytes): Fix docstring.Kenichi Handa2006-03-021-1/+1
* | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-3/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | (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
| | |/ | |/|
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86Miles Bader2005-09-301-3/+3
|\ \ \ | |/ /
| * | * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-3/+3
| |/