| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs--devo--0 | Miles Bader | 2006-12-07 | 1 | -37/+31 |
|\ |
|
| * | (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 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-11-21 | 1 | -9/+11 |
|\ \
| |/ |
|
| * | (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 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-11-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | (Ffeaturep, syms_of_fns): Fix typos in docstrings. | Juanma Barranquero | 2006-11-05 | 1 | -2/+2 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-10-03 | 1 | -4/+28 |
|\ \
| |/ |
|
| * | (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 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-09-05 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | (concat) [__GNUC__]: Declare with `__attribute__((noinline))'. | Eli Zaretskii | 2006-09-02 | 1 | -1/+6 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-08-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (sxhash_string): Rotate properly; don't lose bits. | Richard M. Stallman | 2006-08-25 | 1 | -1/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-08-03 | 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 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-07-19 | 1 | -119/+44 |
|\ \
| |/ |
|
| * | (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 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-06-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args. | Luc Teirlinck | 2006-05-25 | 1 | -1/+1 |
* | | (assoc_no_quit): New function. | Kenichi Handa | 2006-06-06 | 1 | -0/+16 |
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56 | Miles Bader | 2006-04-17 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | [HAVE_MENUS && MAC_OS]: Include macterm.h. | YAMAMOTO Mitsuharu | 2006-04-12 | 1 | -1/+5 |
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49 | Miles Bader | 2006-03-28 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | (sxhash_list): Include last non-nil CDR in hash. | Kim F. Storm | 2006-03-24 | 1 | -0/+6 |
* | | (Fstring_bytes): Fix docstring. | Kenichi Handa | 2006-03-02 | 1 | -1/+1 |
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 | Miles Bader | 2006-02-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97 | Miles Bader | 2006-01-16 | 1 | -3/+10 |
|\ \
| |/ |
|
| * | (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 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86 | Miles Bader | 2005-09-30 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | * xlwmenu.c (find_next_selectable): | Dan Nicolaescu | 2005-09-27 | 1 | -3/+3 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79 | Miles Bader | 2005-09-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (Fsort): Doc fix. | Richard M. Stallman | 2005-09-04 | 1 | -1/+1 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 | Miles Bader | 2005-08-26 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | (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 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 | Miles Bader | 2005-07-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65 | Miles Bader | 2005-06-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (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 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63 | Miles Bader | 2005-06-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | (Fmemq, Fmaphash): Doc fixes. | Juanma Barranquero | 2005-06-09 | 1 | -2/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57 | Miles Bader | 2005-06-06 | 1 | -3/+3 |
|\ \
| |/ |
|