log src/charset.h @ 32353:803ca8bc08b2

age author description
Tue, 10 Oct 2000 02:00:52 +0000 Kenichi Handa (CHAR_STRING): Optimized for single byte characters.
Tue, 19 Sep 2000 00:33:58 +0000 Kenichi Handa (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
Thu, 07 Sep 2000 13:02:27 +0000 Kenichi Handa (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81.
Thu, 07 Sep 2000 08:02:20 +0000 Kenichi Handa (MAKE_CHAR): Be sure to set MSB of C1 to 0.
Tue, 18 Jul 2000 12:48:53 +0000 Kenichi Handa (MAKE_CHAR): Return reasonable code even if CHARSET is undefined.
Sun, 11 Jun 2000 23:41:07 +0000 Kenichi Handa (EMACS_CHARSET_H): Renamed from _CHARSET_H.
Sat, 10 Jun 2000 00:13:13 +0000 Kenichi Handa (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
Fri, 19 May 2000 23:54:05 +0000 Kenichi Handa (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
Sat, 08 Apr 2000 19:35:24 +0000 Ken Raeburn (CHARSET_TABLE_ENTRY): Fix comment -- argument is a C int, not a lisp integer.
Sun, 02 Apr 2000 23:56:46 +0000 Stefan Monnier * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Tue, 14 Mar 2000 00:27:57 +0000 Stefan Monnier * regex.c: Declare a new type `re_char' used throughout the code for the
Mon, 27 Dec 1999 05:04:23 +0000 Kenichi Handa (CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) instead
Wed, 15 Dec 1999 00:04:14 +0000 Kenichi Handa In this entry, just `Modified' means that codes for a
Sat, 11 Sep 1999 18:35:57 +0000 Ken Raeburn (GET_TRANSLATION_TABLE): Use XCDR.
Tue, 07 Sep 1999 12:18:57 +0000 Kenichi Handa Lots of comments fixed.