| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | | * lisp.h (modify_region): Rename to... | Dmitry Antipov | 2012-12-03 | 1 | -1/+1 |
|/ |
|
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
* | * casefiddle.c, casetab.c, category.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 1 | -6/+7 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -3/+2 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -24/+18 |
|/ |
|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -3/+3 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -2/+1 |
* | * lisp.h (UNSIGNED_CMP): New macro. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -5/+5 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -5/+5 |
* | * casefiddle.c (casify_region): Remove var that is set but not used. | Paul Eggert | 2011-04-02 | 1 | -2/+1 |
* | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -11/+11 |
* | * casefiddle.c (casify_region): Mark local as initialized. | Paul Eggert | 2011-03-15 | 1 | -1/+4 |
* | * casefiddle.c (casify_object, casify_region): Now static. | Paul Eggert | 2011-03-15 | 1 | -2/+2 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -6/+6 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -6/+6 |
* | * casefiddle.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -3/+2 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Fix int/EMACS_INT use in casefiddle.c and syntax.c. | Eli Zaretskii | 2010-09-24 | 1 | -2/+2 |
* | | * casefiddle.c (casify_region): Setup gl_state. | Stefan Monnier | 2010-08-18 | 1 | -0/+2 |
* | | Introduce a new comment style "c" flag. | Stefan Monnier | 2010-08-12 | 1 | -1/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -22/+11 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -1/+1 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -11/+5 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (casify_object): Try to guess better whether the argument is a byte or a char. | Stefan Monnier | 2008-05-27 | 1 | -0/+6 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (casify_object): Fix up int/EMACS_INT mixup. | Stefan Monnier | 2008-04-01 | 1 | -5/+5 |
* | (casify_object): Avoid pathological N^2 worst case if | Stefan Monnier | 2008-03-24 | 1 | -27/+50 |
* | (casify_region): Only call after-change and composition | Stefan Monnier | 2008-02-12 | 1 | -10/+12 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |