log src/character.c @ 112380:aa1e27e3a554

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Fri, 01 Oct 2010 19:46:13 -0700 Glenn Morris Remove some functions, variables and aliases obsolete since at least 21.1.
Thu, 23 Sep 2010 10:32:38 -0400 Eli Zaretskii Fix more uses of int instead of EMACS_INT.
Thu, 23 Sep 2010 08:09:12 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Tue, 18 May 2010 14:01:10 -0400 Chong Yidong * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
Tue, 02 Mar 2010 13:44:28 +0900 Kenichi Handa Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Tue, 20 Oct 2009 13:48:37 +0000 Stefan Monnier (char_resolve_modifier_mask): Don't resolve meta to the
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sun, 18 Oct 2009 03:08:32 +0000 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
Tue, 07 Jul 2009 06:26:18 +0000 Kenichi Handa (unibyte_has_multibyte_table): Delete it.
Thu, 05 Feb 2009 08:46:51 +0000 Juanma Barranquero * character.c (syms_of_character) <script-representative-chars>:
Thu, 05 Feb 2009 06:20:26 +0000 Kenichi Handa (Vscript_representative_chars): Docstring modified.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Wed, 03 Dec 2008 02:40:26 +0000 Dan Nicolaescu * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
Tue, 11 Nov 2008 01:05:17 +0000 Kenichi Handa (Vchar_unify_table): Comment added.
Mon, 10 Nov 2008 00:45:26 +0000 Kenichi Handa (Fget_byte): Fix and make it faster for unibyte target.
Sat, 08 Nov 2008 13:02:18 +0000 Kenichi Handa (Fget_byte): New function.
Thu, 23 Oct 2008 08:55:34 +0000 Juanma Barranquero * character.c (syms_of_character) <script-representative-chars>:
Sun, 28 Sep 2008 08:40:23 +0000 Martin Rudalics (Fchar_resolve_modifiers): Rewrite Elisp function
Mon, 01 Sep 2008 02:44:56 +0000 Kenichi Handa (syms_of_character): Docstring of script-representative-chars fixed.