| Age | Commit message (Expand) | Author |
| 2013-11-03 | Port to stricter C99 platforms. | Paul Eggert |
| 2013-09-24 | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert |
| 2012-09-26 | * character.h (MAYBE_UNIFY_CHAR): Remove. | Paul Eggert |
| 2012-08-26 | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert |
| 2012-08-02 | Use C99-style 'extern inline' if available. | Paul Eggert |
| 2012-07-09 | Add GCC-style 'const' attribute to functions that can use it. | Paul Eggert |
| 2012-05-25 | Merge from trunk. | Paul Eggert |
| 2012-05-25 | * src/fileio.c, src/character.h: Minor style tweaks. | Stefan Monnier |
| 2012-04-21 | Merge from trunk. | Paul Eggert |
| 2012-04-13 | Spelling fixes. | Paul Eggert |
| 2012-04-09 | Merge from trunk. | Paul Eggert |
| 2012-04-06 | Warning comments about subtleties of fetching characters from buffers/strings. | Eli Zaretskii |
| 2011-12-10 | Merge from trunk. | Paul Eggert |
| 2011-11-19 | Spelling fixes. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-07-18 | Don't assume that stated character widths fit in int. | Paul Eggert |
| 2011-07-18 | Don't assume that tab-width fits in int. | Paul Eggert |
| 2011-07-07 | merge trunk | Kenichi Handa |
| 2011-07-07 | Add C interface for Unicode character property table. | Kenichi Handa |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero |
| 2011-06-15 | * character.h, charset.h: Use verify_expr, not verify_true. | Paul Eggert |
| 2011-06-12 | * character.h (CHAR_VALID_P): Remove unused parameter. | Paul Eggert |
| 2011-06-12 | Make sure a 64-bit char is never passed to CHAR_STRING. | Paul Eggert |
| 2011-06-12 | * lisp.h (UNSIGNED_CMP): New macro. | Paul Eggert |
| 2011-05-31 | Minor fixes for signed vs unsigned integers. | Paul Eggert |
| 2011-05-20 | merge count_size_as_multibyte, parse_str_to_multibyte | Paul Eggert |
| 2011-05-15 | * character.c (lisp_string_width): Check for string overflow. | Paul Eggert |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert |
| 2011-03-29 | src/*.c: Remove some additional unused parameters. | Juanma Barranquero |
| 2011-03-18 | character.h: Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-16 | * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS): | Paul Eggert |
| 2011-03-16 | * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-15 | * character.h (PREV_CHAR_BOUNDARY): Rename local to avoid shadowing. | Paul Eggert |
| 2011-03-15 | * search.c (boyer_moore): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-15 | * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing. | Paul Eggert |
| 2011-03-15 | Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). | Paul Eggert |
| 2011-03-07 | * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside | Paul Eggert |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey |
| 2011-02-06 | * doprnt.c, indent.c, character.c: conform to C89 pointer rules | Paul Eggert |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris |
| 2011-01-14 | Merge from emacs-23 | Stefan Monnier |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-09-23 | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii |
| 2010-09-23 | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii |
| 2010-07-26 | Use const, move declarations to header files. | Dan Nicolaescu |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab |
| 2010-07-02 | Remove P_ and __P macros. | Jan D |