aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.h
Commit message (Expand)AuthorAgeFilesLines
* (CHAR_STRING): Optimized for single byte characters.Kenichi Handa2000-10-101-3/+5
* (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.Kenichi Handa2000-09-191-2/+2
* (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81.Kenichi Handa2000-09-071-2/+2
* (MAKE_CHAR): Be sure to set MSB of C1 to 0.Kenichi Handa2000-09-071-1/+1
* (MAKE_CHAR): Return reasonable code even if CHARSET is undefined.Kenichi Handa2000-07-181-14/+17
* (EMACS_CHARSET_H): Renamed from _CHARSET_H.Kenichi Handa2000-06-111-3/+3
* (CHARSET_8_BIT_GRAPHIC): Define as 0x80.Kenichi Handa2000-06-101-7/+9
* (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,Kenichi Handa2000-05-191-146/+212
* (CHARSET_TABLE_ENTRY): Fix comment -- argument is a C int, not a lisp integer.Ken Raeburn2000-04-081-1/+1
* * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.Stefan Monnier2000-04-021-12/+0
* * regex.c: Declare a new type `re_char' used throughout the code for theStefan Monnier2000-03-141-14/+3
* (CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) insteadKenichi Handa1999-12-271-2/+3
* In this entry, just `Modified' means that codes for aKenichi Handa1999-12-151-255/+106
* (GET_TRANSLATION_TABLE): Use XCDR.Ken Raeburn1999-09-111-1/+1
* Lots of comments fixed.Kenichi Handa1999-09-071-18/+32
* (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2Kenichi Handa1999-09-031-102/+149
* (BCOPY_SHORT): Fix typo `unsigined'.Karl Heuer1999-08-101-1/+1
* (CHAR_LEN): Moved here from dispextern.h.Gerd Moellmann1999-07-211-0/+8
* Fix previous change.Kenichi Handa1999-05-261-1/+1
* (Vcharset_table): Comment fixed.Kenichi Handa1999-05-261-2/+2
* (find_charset_in_str): Update declaration.Kenichi Handa1998-12-151-1/+1
* Declare char_valid_p.Andreas Schwab1998-12-031-0/+1
* (CHAR_BYTES): If C has modifier bits, return 1.Kenichi Handa1998-11-261-1/+2
* (SINGLE_BYTE_CHAR_P): Check if C is negative or not.Kenichi Handa1998-11-161-1/+1
* (cmpchar_component): Proto-type adjusted.Kenichi Handa1998-11-101-1/+1
* (SPLIT_NON_ASCII_CHAR): Check dimension of an invalidKenichi Handa1998-11-061-10/+9
* (MAKE_NON_ASCII_CHAR): Check validity of CHARSET.Kenichi Handa1998-11-061-7/+7
* (Vauto_fill_chars): Extern it.Kenichi Handa1998-10-191-0/+3
* (STRING_CHAR_AND_LENGTH): Return correct value inKenichi Handa1998-09-071-5/+3
* (CHAR_BYTES): New macro.Kenichi Handa1998-08-281-0/+4
* (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR -Kenichi Handa1998-07-061-1/+4
* Doc fixes.Karl Heuer1998-06-201-2/+2
* (STRING_CHAR_AND_CHAR_LENGTH): New macro.Kenichi Handa1998-05-221-7/+16
* (find_charset_in_str): Number of arguments fixed.Kenichi Handa1998-05-211-1/+2
* Change terms unify/unification toKenichi Handa1998-05-181-4/+6
* (MULTIBYTE_FORM_LENGTH): Don't check LEN here.Kenichi Handa1998-04-091-4/+3
* (string_to_non_ascii_char, multibyte_form_length)Karl Heuer1998-04-081-4/+4
* (CHAR_STRING): Cast to unsigned char ** explicitly.Karl Heuer1998-04-081-1/+1
* (NONASCII_INSERT_OFFSET): New macro.Kenichi Handa1998-03-031-0/+23
* (INC_POS): Use macro BASE_LEADING_CODE_P.Kenichi Handa1998-02-201-17/+30
* (INC_BOTH, DEC_BOTH): In unibyte mode, simply increment bytepos.Richard M. Stallman1998-02-161-12/+18
* Delete garbage line "int use_dialog_box".Kenichi Handa1998-01-231-4/+0
* (BCOPY_SHORT): New macro.Kenichi Handa1998-01-221-1/+19
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (FETCH_STRING_CHAR_ADVANCE): New macro.Richard M. Stallman1998-01-051-0/+28
* (CHAR_HEAD_P): Take char, not pointer, as arg.Richard M. Stallman1997-12-311-7/+59
* (SPLIT_STRING): Remove extra argument toAndreas Schwab1997-11-251-1/+1
* Add more prototypes and function declarations.Andreas Schwab1997-11-211-1/+11
* (ASCII_BYTE_P): New macro.Karl Heuer1997-11-151-0/+3
* (CHAR_VALID_P): Renamed from VALID_CHAR_P, newKenichi Handa1997-10-231-9/+6