summaryrefslogtreecommitdiff
path: root/src/character.h
Commit message (Expand)AuthorAgeFilesLines
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-151-0/+1
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-141-0/+1
* Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-281-0/+3
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Add macros to allocate temporary Lisp objects with alloca.Dmitry Antipov2014-09-091-2/+0
* * chartab.c (char_table_translate): Move to...Dmitry Antipov2014-07-081-0/+14
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-17/+5
* * character.h: Fix misspelling of file name in comment.Paul Eggert2014-02-141-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-18/+18
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-5/+2
* * character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert2012-09-261-17/+0
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-261-2/+1
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-2/+9
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-091-1/+1
* Merge from trunk.Paul Eggert2012-05-251-1/+1
|\
| * * src/fileio.c, src/character.h: Minor style tweaks.Stefan Monnier2012-05-251-1/+1
* | Merge from trunk.Paul Eggert2012-04-211-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2012-04-131-1/+1
* | Merge from trunk.Paul Eggert2012-04-091-2/+12
|\ \ | |/
| * Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii2012-04-061-2/+12
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-14/+14
|/
* Don't assume that stated character widths fit in int.Paul Eggert2011-07-181-4/+12
* Don't assume that tab-width fits in int.Paul Eggert2011-07-181-1/+11
* merge trunkKenichi Handa2011-07-071-3/+0
|\
| * Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-3/+0
* | Add C interface for Unicode character property table.Kenichi Handa2011-07-071-0/+39
|/
* * character.h, charset.h: Use verify_expr, not verify_true.Paul Eggert2011-06-151-1/+1
* * character.h (CHAR_VALID_P): Remove unused parameter.Paul Eggert2011-06-121-2/+2
* Make sure a 64-bit char is never passed to CHAR_STRING.Paul Eggert2011-06-121-2/+7
* * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-121-6/+6
* Minor fixes for signed vs unsigned integers.Paul Eggert2011-05-311-1/+1
* merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert2011-05-201-1/+1
* * character.c (lisp_string_width): Check for string overflow.Paul Eggert2011-05-151-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-1/+1
* character.h: Rename locals to avoid shadowing.Paul Eggert2011-03-181-34/+34
* * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):Paul Eggert2011-03-161-6/+6
* * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.Paul Eggert2011-03-161-3/+3
* * 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