| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | 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 | -11/+9 |
* | * process.c (socket_options): Make it const. | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -9/+4 |
* | (unibyte_has_multibyte_table): Delete extern. | Kenichi Handa | 2009-07-07 | 1 | -6/+0 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (CHAR_VARIATION_SELECTOR_P): New macro. | Kenichi Handa | 2008-12-30 | 1 | -0/+20 |
* | (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of | Kenichi Handa | 2008-11-27 | 1 | -20/+12 |
* | Fix spelling and wording of comments. | Eli Zaretskii | 2008-09-06 | 1 | -27/+26 |
* | (Vunicode_category_table): Extern it. | Kenichi Handa | 2008-08-29 | 1 | -0/+1 |
* | (str_to_unibyte): Extern it. | Kenichi Handa | 2008-06-25 | 1 | -0/+2 |
* | (CHAR_TO_BYTE_SAFE): Cut&paste error. | Stefan Monnier | 2008-06-12 | 1 | -1/+1 |
* | * character.h (CHAR_TO_BYTE_SAFE): New macro. | Stefan Monnier | 2008-06-12 | 1 | -0/+7 |
* | (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte. | Stefan Monnier | 2008-06-05 | 1 | -1/+2 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-15 | 1 | -6/+4 |
* | (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE) | Stefan Monnier | 2008-02-12 | 1 | -9/+13 |
* | Use "do...while (0)", not "if (1)..else" in macro definitions. | Jan Djärv | 2008-02-07 | 1 | -10/+10 |
* | Update copyright years and GPL version. | Glenn Morris | 2008-02-02 | 1 | -5/+5 |
* | (CHAR_STRING): Cast C to unsigned on calling | Kenichi Handa | 2007-04-11 | 1 | -2/+2 |
* | (MIN_MULTIBYTE_LEADING_CODE) | Kenichi Handa | 2007-03-23 | 1 | -0/+5 |
* | Merge from emacs--devo--0 | Miles Bader | 2006-07-19 | 1 | -4/+2 |
* | *** empty log message *** | Kenichi Handa | 2006-06-06 | 1 | -1/+1 |
* | (Vscript_representative_chars): Extern it. | Kenichi Handa | 2006-06-06 | 1 | -0/+1 |
* | (BYTE8_STRING): Fix typo. | Kenichi Handa | 2004-12-06 | 1 | -1/+1 |
* | (unibyte_has_multibyte_table): Extern it. | Kenichi Handa | 2004-10-15 | 1 | -0/+6 |
* | Add arch taglines | Miles Bader | 2004-04-19 | 1 | -0/+3 |
* | (LEADING_CODE_LATIN_1_MIN) (LEADING_CODE_LATIN_1_MAX): Delete these | Kenichi Handa | 2004-04-12 | 1 | -8/+9 |