| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254). | Paul Eggert | 2011-03-15 | 1 | -3/+0 |
* | * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside | Paul Eggert | 2011-03-07 | 1 | -4/+4 |
* | 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 |
* | * doprnt.c, indent.c, character.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -13/+0 |
* | 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 more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -3/+5 |
* | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -6/+7 |
* | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -2/+2 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -12/+0 |
* | | Remove P_ and __P macros. | Jan D | 2010-07-02 | 1 | -19/+19 |
* | | Merge from emacs-23 | Andreas Schwab | 2010-06-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2010-06-03 | 1 | -3/+3 |
* | | Remove obsolete macro BASE_LEADING_CODE_P. | Juanma Barranquero | 2010-06-05 | 1 | -5/+1 |
* | | Remove obsolete pre-unicode2 macros. | Juanma Barranquero | 2010-06-03 | 1 | -17/+0 |
* | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -1/+1 |
|/ |
|
* | * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning. | Andreas Schwab | 2010-01-30 | 1 | -2/+2 |