aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * character.c: Minor spelling and indenting fixes.Paul Eggert2011-05-151-2/+3
* * character.c (lisp_string_width): Check for string overflow.Paul Eggert2011-05-151-5/+16
* * alloc.c (string_overflow): New function.Paul Eggert2011-05-151-2/+2
* Merge from mainline.Paul Eggert2011-04-251-27/+8
|\
| * Delete char-direction-table and char-direction.Eli Zaretskii2011-04-241-18/+0
| * Fix typos in comments in character.c and textprop.c.Eli Zaretskii2011-04-231-8/+7
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-1/+1
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-2/+2
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-2/+2
|/
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+2
* Merge from mainline.Paul Eggert2011-03-291-5/+2
|\
| * src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-5/+2
* | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-4/+6
|/
* * character.c (string_count_byte8): Likewise.Paul Eggert2011-03-071-1/+1
* Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-1/+1
|\
| * Fix typos.Juanma Barranquero2011-02-231-1/+1
* | Change B_ to BVARTom Tromey2011-02-161-2/+2
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-2/+2
* | * doprnt.c, indent.c, character.c: conform to C89 pointer rulesPaul Eggert2011-02-061-2/+2
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-8/+7
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-34/+8
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-011-11/+0
* | Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-13/+15
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-23/+35
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-3/+3
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-25/+12
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-55/+20
|/
* * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA toChong Yidong2010-05-181-10/+20
* Fix handling of the multibyte form of raw-bytes in unibyte->multibyte convers...Kenichi Handa2010-03-021-5/+12
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-3/+3
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-1/+1
* (char_resolve_modifier_mask): Don't resolve meta to theStefan Monnier2009-10-201-0/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-6/+1
* (unibyte_has_multibyte_table): Delete it.Kenichi Handa2009-07-071-26/+12
* * character.c (syms_of_character) <script-representative-chars>:Juanma Barranquero2009-02-051-2/+2
* (Vscript_representative_chars): Docstring modified.Kenichi Handa2009-02-051-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.Dan Nicolaescu2008-12-031-3/+1
* (Vchar_unify_table): Comment added.Kenichi Handa2008-11-111-1/+1
* (Fget_byte): Fix and make it faster for unibyte target.Kenichi Handa2008-11-101-0/+4
* (Fget_byte): New function.Kenichi Handa2008-11-081-0/+58
* * character.c (syms_of_character) <script-representative-chars>:Juanma Barranquero2008-10-231-3/+3