log src/charset.h @ 28322:986882bafaf1

age author description
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.
Fri, 03 Sep 1999 01:28:42 +0000 Kenichi Handa (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2
Tue, 10 Aug 1999 17:30:22 +0000 Karl Heuer (BCOPY_SHORT): Fix typo `unsigined'.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (CHAR_LEN): Moved here from dispextern.h.
Wed, 26 May 1999 08:03:16 +0000 Kenichi Handa Fix previous change.
Wed, 26 May 1999 07:15:39 +0000 Kenichi Handa (Vcharset_table): Comment fixed.
Tue, 15 Dec 1998 04:35:38 +0000 Kenichi Handa (find_charset_in_str): Update declaration.
Thu, 03 Dec 1998 09:22:52 +0000 Andreas Schwab Declare char_valid_p.
Thu, 26 Nov 1998 08:12:12 +0000 Kenichi Handa (CHAR_BYTES): If C has modifier bits, return 1.
Mon, 16 Nov 1998 06:26:27 +0000 Kenichi Handa (SINGLE_BYTE_CHAR_P): Check if C is negative or not.
Tue, 10 Nov 1998 00:24:40 +0000 Kenichi Handa (cmpchar_component): Proto-type adjusted.
Fri, 06 Nov 1998 10:59:09 +0000 Kenichi Handa (SPLIT_NON_ASCII_CHAR): Check dimension of an invalid
Fri, 06 Nov 1998 00:44:16 +0000 Kenichi Handa (MAKE_NON_ASCII_CHAR): Check validity of CHARSET.
Mon, 19 Oct 1998 00:40:10 +0000 Kenichi Handa (Vauto_fill_chars): Extern it.
Mon, 07 Sep 1998 13:39:15 +0000 Kenichi Handa (STRING_CHAR_AND_LENGTH): Return correct value in
Fri, 28 Aug 1998 12:22:39 +0000 Kenichi Handa (CHAR_BYTES): New macro.
Mon, 06 Jul 1998 06:33:55 +0000 Kenichi Handa (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR -
Sat, 20 Jun 1998 22:06:30 +0000 Karl Heuer Doc fixes.
Fri, 22 May 1998 09:44:27 +0000 Kenichi Handa (STRING_CHAR_AND_CHAR_LENGTH): New macro.
Thu, 21 May 1998 01:48:52 +0000 Kenichi Handa (find_charset_in_str): Number of arguments fixed.
Mon, 18 May 1998 00:59:38 +0000 Kenichi Handa Change terms unify/unification to
Thu, 09 Apr 1998 05:40:23 +0000 Kenichi Handa (MULTIBYTE_FORM_LENGTH): Don't check LEN here.
Wed, 08 Apr 1998 06:55:55 +0000 Karl Heuer (string_to_non_ascii_char, multibyte_form_length)
Wed, 08 Apr 1998 06:50:18 +0000 Karl Heuer (CHAR_STRING): Cast to unsigned char ** explicitly.
Tue, 03 Mar 1998 01:29:16 +0000 Kenichi Handa (NONASCII_INSERT_OFFSET): New macro.
Fri, 20 Feb 1998 01:40:47 +0000 Kenichi Handa (INC_POS): Use macro BASE_LEADING_CODE_P.