| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Avoid writing to purespace | YAMAMOTO Mitsuharu | 2015-12-31 | 1 | -2/+0 |
* | Make src headers idempotent and standalone | Paul Eggert | 2015-10-16 | 1 | -0/+1 |
* | Prefer ‘format’ to ‘substitute-command-keys’ | Paul Eggert | 2015-08-14 | 1 | -0/+5 |
* | Give names to Unicode code points in C code | Paul Eggert | 2015-08-11 | 1 | -0/+19 |
* | Make [:graph:] act like [:print:] sans space | Paul Eggert | 2015-04-15 | 1 | -0/+1 |
* | Make [:print:] support non-ASCII characters correctly | Eli Zaretskii | 2015-04-14 | 1 | -0/+1 |
* | Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878) | Eli Zaretskii | 2015-02-28 | 1 | -0/+3 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -1/+0 |
* | Add macros to allocate temporary Lisp objects with alloca. | Dmitry Antipov | 2014-09-09 | 1 | -2/+0 |
* | * chartab.c (char_table_translate): Move to... | Dmitry Antipov | 2014-07-08 | 1 | -0/+14 |
* | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -17/+5 |
* | * character.h: Fix misspelling of file name in comment. | Paul Eggert | 2014-02-14 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -18/+18 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -1/+1 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -1/+1 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -5/+2 |
* | * character.h (MAYBE_UNIFY_CHAR): Remove. | Paul Eggert | 2012-09-26 | 1 | -17/+0 |
* | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert | 2012-08-26 | 1 | -2/+1 |
* | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -2/+9 |
* | Add GCC-style 'const' attribute to functions that can use it. | Paul Eggert | 2012-07-09 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -1/+1 |
|\ |
|
| * | * src/fileio.c, src/character.h: Minor style tweaks. | Stefan Monnier | 2012-05-25 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2012-04-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2012-04-13 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | Warning comments about subtleties of fetching characters from buffers/strings. | Eli Zaretskii | 2012-04-06 | 1 | -2/+12 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -14/+14 |
|/ |
|
* | Don't assume that stated character widths fit in int. | Paul Eggert | 2011-07-18 | 1 | -4/+12 |
* | Don't assume that tab-width fits in int. | Paul Eggert | 2011-07-18 | 1 | -1/+11 |
* | merge trunk | Kenichi Handa | 2011-07-07 | 1 | -3/+0 |
|\ |
|
| * | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -3/+0 |
* | | Add C interface for Unicode character property table. | Kenichi Handa | 2011-07-07 | 1 | -0/+39 |
|/ |
|
* | * character.h, charset.h: Use verify_expr, not verify_true. | Paul Eggert | 2011-06-15 | 1 | -1/+1 |
* | * character.h (CHAR_VALID_P): Remove unused parameter. | Paul Eggert | 2011-06-12 | 1 | -2/+2 |
* | Make sure a 64-bit char is never passed to CHAR_STRING. | Paul Eggert | 2011-06-12 | 1 | -2/+7 |
* | * lisp.h (UNSIGNED_CMP): New macro. | Paul Eggert | 2011-06-12 | 1 | -6/+6 |
* | Minor fixes for signed vs unsigned integers. | Paul Eggert | 2011-05-31 | 1 | -1/+1 |
* | merge count_size_as_multibyte, parse_str_to_multibyte | Paul Eggert | 2011-05-20 | 1 | -1/+1 |
* | * character.c (lisp_string_width): Check for string overflow. | Paul Eggert | 2011-05-15 | 1 | -1/+1 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -1/+1 |
* | character.h: Rename locals to avoid shadowing. | Paul Eggert | 2011-03-18 | 1 | -34/+34 |
* | * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS): | Paul Eggert | 2011-03-16 | 1 | -6/+6 |
* | * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-16 | 1 | -3/+3 |
* | * character.h (PREV_CHAR_BOUNDARY): Rename local to avoid shadowing. | Paul Eggert | 2011-03-15 | 1 | -4/+4 |
* | * search.c (boyer_moore): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-15 | 1 | -3/+3 |
* | * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-15 | 1 | -7/+7 |