summaryrefslogtreecommitdiff
path: root/src/character.h
Commit message (Expand)AuthorAgeFilesLines
...
* * character.h (PREV_CHAR_BOUNDARY): Rename local to avoid shadowing.Paul Eggert2011-03-151-4/+4
* * search.c (boyer_moore): Rename locals to avoid shadowing.Paul Eggert2011-03-151-3/+3
* * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.Paul Eggert2011-03-151-7/+7
* Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert2011-03-151-3/+0
* * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' insidePaul Eggert2011-03-071-4/+4
* Change B_ to BVARTom Tromey2011-02-161-6/+6
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* * doprnt.c, indent.c, character.c: conform to C89 pointer rulesPaul Eggert2011-02-061-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-13/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-3/+5
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-6/+7
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-2/+2
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-12/+0
* | Remove P_ and __P macros.Jan D2010-07-021-19/+19
* | Merge from emacs-23Andreas Schwab2010-06-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2010-06-031-3/+3
* | Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero2010-06-051-5/+1
* | Remove obsolete pre-unicode2 macros.Juanma Barranquero2010-06-031-17/+0
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-1/+1
|/
* * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.Andreas Schwab2010-01-301-2/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-11/+9
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-061-1/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-9/+4
* (unibyte_has_multibyte_table): Delete extern.Kenichi Handa2009-07-071-6/+0
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (CHAR_VARIATION_SELECTOR_P): New macro.Kenichi Handa2008-12-301-0/+20
* (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead ofKenichi Handa2008-11-271-20/+12
* Fix spelling and wording of comments.Eli Zaretskii2008-09-061-27/+26
* (Vunicode_category_table): Extern it.Kenichi Handa2008-08-291-0/+1
* (str_to_unibyte): Extern it.Kenichi Handa2008-06-251-0/+2
* (CHAR_TO_BYTE_SAFE): Cut&paste error.Stefan Monnier2008-06-121-1/+1
* * character.h (CHAR_TO_BYTE_SAFE): New macro.Stefan Monnier2008-06-121-0/+7
* (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.Stefan Monnier2008-06-051-1/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)Stefan Monnier2008-02-121-9/+13
* Use "do...while (0)", not "if (1)..else" in macro definitions.Jan Djärv2008-02-071-10/+10
* Update copyright years and GPL version.Glenn Morris2008-02-021-5/+5
* (CHAR_STRING): Cast C to unsigned on callingKenichi Handa2007-04-111-2/+2
* (MIN_MULTIBYTE_LEADING_CODE)Kenichi Handa2007-03-231-0/+5
* Merge from emacs--devo--0Miles Bader2006-07-191-4/+2
* *** empty log message ***Kenichi Handa2006-06-061-1/+1
* (Vscript_representative_chars): Extern it.Kenichi Handa2006-06-061-0/+1
* (BYTE8_STRING): Fix typo.Kenichi Handa2004-12-061-1/+1
* (unibyte_has_multibyte_table): Extern it.Kenichi Handa2004-10-151-0/+6
* Add arch taglinesMiles Bader2004-04-191-0/+3
* (LEADING_CODE_LATIN_1_MIN) (LEADING_CODE_LATIN_1_MAX): Delete theseKenichi Handa2004-04-121-8/+9