log src/charset.h @ 38377:308a2e8895e3

age author description
Wed, 07 Feb 2001 04:24:28 +0000 Kenichi Handa (parse_str_to_multibyte): Extern it.
Mon, 22 Jan 2001 23:20:06 +0000 Dave Love comment fixes
Fri, 19 Jan 2001 05:22:38 +0000 Kenichi Handa (c_string_width, lisp_string_width): Extern them.
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