| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fplist_put): Preserve uneven tail data. | Stefan Monnier | 2007-09-18 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (Fsxhash): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid | Eli Zaretskii | 2007-01-13 | 1 | -1/+5 |
* | (substring_both): Add missing address operator. | Juanma Barranquero | 2006-11-24 | 1 | -1/+1 |
* | Use AREF/ASIZE macros. | Stefan Monnier | 2006-11-24 | 1 | -39/+33 |
* | (concat) [!__GNUC__]: Add prototype. | Eli Zaretskii | 2006-11-20 | 1 | -0/+2 |
* | (Frandom, Flength, Fsafe_length, Fstring_bytes, Fstring_equal, Fcompare_strings, | Juanma Barranquero | 2006-11-12 | 1 | -9/+9 |
* | (Ffeaturep, syms_of_fns): Fix typos in docstrings. | Juanma Barranquero | 2006-11-05 | 1 | -2/+2 |
* | (optimize_sub_char_table): Don't optimize a sub-char-table | Kenichi Handa | 2006-09-22 | 1 | -4/+6 |
* | (Fmemq): Refill doc string. | Kim F. Storm | 2006-09-20 | 1 | -4/+28 |
* | (concat) [__GNUC__]: Declare with `__attribute__((noinline))'. | Eli Zaretskii | 2006-09-02 | 1 | -1/+6 |
* | (sxhash_string): Rotate properly; don't lose bits. | Richard M. Stallman | 2006-08-25 | 1 | -1/+1 |
* | (Fy_or_n_p): Change call to read_filtered_event to use new arg. | Chong Yidong | 2006-07-26 | 1 | -1/+1 |
* | (Flength): wrong_type_argument is no-return. | Kim F. Storm | 2006-07-18 | 1 | -24/+10 |
* | (Flength, Felt, Ffillarray): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -96/+35 |
* | (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args. | Luc Teirlinck | 2006-05-25 | 1 | -1/+1 |
* | [HAVE_MENUS && MAC_OS]: Include macterm.h. | YAMAMOTO Mitsuharu | 2006-04-12 | 1 | -1/+5 |
* | (sxhash_list): Include last non-nil CDR in hash. | Kim F. Storm | 2006-03-24 | 1 | -0/+6 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (Fprovide): Store (0 . OFEATURES) in Vautoload_queue. | Richard M. Stallman | 2005-12-26 | 1 | -1/+2 |
* | (Frequire): Treat evaluating from a source file | Richard M. Stallman | 2005-12-11 | 1 | -2/+8 |
* | (Fchar_table_range): Remove unused var i. | Kim F. Storm | 2005-10-20 | 1 | -1/+1 |
* | * xlwmenu.c (find_next_selectable): | Dan Nicolaescu | 2005-09-27 | 1 | -3/+3 |
* | (Fsort): Doc fix. | Richard M. Stallman | 2005-09-04 | 1 | -1/+1 |
* | (syms_of_fns): Add `emacs' to features. | Richard M. Stallman | 2005-08-07 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+3 |
* | (Fstring_as_multibyte): Escape backslashes in the | Kenichi Handa | 2005-07-19 | 1 | -6/+6 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (Fchar_table_range): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
* | (Fsort): Doc fix. | Kim F. Storm | 2005-06-20 | 1 | -1/+1 |
* | (Fmemq, Fmaphash): Doc fixes. | Juanma Barranquero | 2005-06-09 | 1 | -2/+2 |
* | (mapcar1): Maybe exit loop if original sequence was modified. | Kim F. Storm | 2005-06-01 | 1 | -3/+3 |
* | (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with | Nick Roberts | 2005-05-24 | 1 | -2/+2 |
* | (Fchar_table_range): Fix typos in docstring. | Juanma Barranquero | 2005-05-06 | 1 | -4/+4 |
* | (Fchar_table_range): Yet Another Int/Lisp_Object Mixup. | Stefan Monnier | 2005-05-06 | 1 | -1/+1 |
* | (char_table_range): New function. | Kenichi Handa | 2005-04-26 | 1 | -18/+111 |
* | (copy_sub_char_table): Explicitly copy the default value | Kenichi Handa | 2005-04-22 | 1 | -1/+2 |
* | (Fplist_get): Replace by Fsafe_plist_get. | Kim F. Storm | 2005-04-21 | 1 | -20/+8 |
* | (Fset_char_table_range): Don't set slots used as default | Kenichi Handa | 2005-04-20 | 1 | -25/+34 |
* | (Fsafe_get): New function. | Kim F. Storm | 2005-04-19 | 1 | -0/+13 |
* | (Vloads_in_progress): Remove extern. | Lute Kamstra | 2005-04-18 | 1 | -2/+2 |
* | (Fstring_as_multibyte, Fstring_to_multibyte): Docstring fixes. | Stefan Monnier | 2005-04-10 | 1 | -4/+16 |
* | (Vloads_in_progress): Add extern. | Richard M. Stallman | 2005-04-10 | 1 | -3/+10 |
* | (sweep_weak_table): Advance prev pointer when we keep a pair. | Kim F. Storm | 2005-01-19 | 1 | -0/+4 |
* | (Frequire): Record in load-history unconditionally. | Richard M. Stallman | 2005-01-12 | 1 | -2/+4 |
* | * dispextern.h: Change HAVE_CARBON to MAC_OS. | Steven Tamm | 2004-12-27 | 1 | -2/+2 |
* | (concat): Use SAFE_ALLOCA. | Kim F. Storm | 2004-11-29 | 1 | -2/+4 |
* | (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument. | Luc Teirlinck | 2004-11-21 | 1 | -1/+1 |