summaryrefslogtreecommitdiff
path: root/src/character.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Fchar_resolve_modifiers): Rewrite Elisp functionMartin Rudalics2008-09-281-2/+2
* (syms_of_character): Docstring of script-representative-chars fixed.Kenichi Handa2008-09-011-1/+6
* (Vunicode_category_table): New variable.Kenichi Handa2008-08-291-0/+11
* (str_to_unibyte): Modify the comment.Kenichi Handa2008-07-041-1/+2
* (str_to_unibyte): New function.Kenichi Handa2008-06-251-0/+32
* * character.h (CHAR_TO_BYTE_SAFE): New macro.Stefan Monnier2008-06-121-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Fmultibyte_char_to_unibyte): Return latin1 chars unchanged.Stefan Monnier2008-04-181-10/+14
* (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction):Juanma Barranquero2008-04-161-4/+8
* (char_resolve_modifier_mask): Fix previous change.Kenichi Handa2008-03-051-12/+11
* (char_resolve_modifier_mask): Fix previous changeKenichi Handa2008-03-051-6/+27
* (char_resolve_modifier_mask): New function.Kenichi Handa2008-03-051-35/+46
* * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1.Stefan Monnier2008-02-121-4/+4
* Update copyright years and GPL version.Glenn Morris2008-02-021-6/+7
* (Funibyte_string): Add "usage: ..." to the docstring.Kenichi Handa2007-06-161-1/+2
* (Funibyte_string): New function.Kenichi Handa2007-05-141-0/+24
* (char_string): Type of arg C changed to unsigned.Kenichi Handa2007-04-111-2/+4
* (multibyte_char_to_unibyte_safe): New function.Kenichi Handa2007-02-151-0/+16
* *** empty log message ***Kenichi Handa2006-06-061-2/+2
* (Vscript_representative_chars): New variable.Kenichi Handa2006-06-061-0/+7
* (lisp_string_width): Check multibyteness of STRING.Kenichi Handa2005-12-281-13/+21
* Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44Miles Bader2005-05-051-19/+1
* (unibyte_has_multibyte_table): New variable.Kenichi Handa2004-10-151-0/+4
* Add arch taglinesMiles Bader2004-04-191-0/+3
* *** empty log message ***Kenichi Handa2004-04-121-0/+12
* (translate_char): Accept list of translation tables.Kenichi Handa2004-01-271-9/+16