| Commit message (Expand) | Author | Age | Files | Lines |
* | (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment when used as truth | Pavel JanÃk | 2002-01-01 | 1 | -1/+1 |
* | (CHAR_STRING_NO_SIGNAL): New macro. | Gerd Moellmann | 2001-07-13 | 1 | -0/+12 |
* | (parse_str_to_multibyte): Extern it. | Kenichi Handa | 2001-02-07 | 1 | -0/+1 |
* | comment fixes | Dave Love | 2001-01-22 | 1 | -23/+23 |
* | (c_string_width, lisp_string_width): Extern them. | Kenichi Handa | 2001-01-19 | 1 | -0/+2 |
* | (CHAR_STRING): Optimized for single byte characters. | Kenichi Handa | 2000-10-10 | 1 | -3/+5 |
* | (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change. | Kenichi Handa | 2000-09-19 | 1 | -2/+2 |
* | (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81. | Kenichi Handa | 2000-09-07 | 1 | -2/+2 |
* | (MAKE_CHAR): Be sure to set MSB of C1 to 0. | Kenichi Handa | 2000-09-07 | 1 | -1/+1 |
* | (MAKE_CHAR): Return reasonable code even if CHARSET is undefined. | Kenichi Handa | 2000-07-18 | 1 | -14/+17 |
* | (EMACS_CHARSET_H): Renamed from _CHARSET_H. | Kenichi Handa | 2000-06-11 | 1 | -3/+3 |
* | (CHARSET_8_BIT_GRAPHIC): Define as 0x80. | Kenichi Handa | 2000-06-10 | 1 | -7/+9 |
* | (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL, | Kenichi Handa | 2000-05-19 | 1 | -146/+212 |
* | (CHARSET_TABLE_ENTRY): Fix comment -- argument is a C int, not a lisp integer. | Ken Raeburn | 2000-04-08 | 1 | -1/+1 |
* | * regex.c (PTR_TO_OFFSET) [!emacs]: Remove. | Stefan Monnier | 2000-04-02 | 1 | -12/+0 |
* | * regex.c: Declare a new type `re_char' used throughout the code for the | Stefan Monnier | 2000-03-14 | 1 | -14/+3 |
* | (CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) instead | Kenichi Handa | 1999-12-27 | 1 | -2/+3 |
* | In this entry, just `Modified' means that codes for a | Kenichi Handa | 1999-12-15 | 1 | -255/+106 |
* | (GET_TRANSLATION_TABLE): Use XCDR. | Ken Raeburn | 1999-09-11 | 1 | -1/+1 |
* | Lots of comments fixed. | Kenichi Handa | 1999-09-07 | 1 | -18/+32 |
* | (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2 | Kenichi Handa | 1999-09-03 | 1 | -102/+149 |
* | (BCOPY_SHORT): Fix typo `unsigined'. | Karl Heuer | 1999-08-10 | 1 | -1/+1 |
* | (CHAR_LEN): Moved here from dispextern.h. | Gerd Moellmann | 1999-07-21 | 1 | -0/+8 |
* | Fix previous change. | Kenichi Handa | 1999-05-26 | 1 | -1/+1 |
* | (Vcharset_table): Comment fixed. | Kenichi Handa | 1999-05-26 | 1 | -2/+2 |
* | (find_charset_in_str): Update declaration. | Kenichi Handa | 1998-12-15 | 1 | -1/+1 |
* | Declare char_valid_p. | Andreas Schwab | 1998-12-03 | 1 | -0/+1 |
* | (CHAR_BYTES): If C has modifier bits, return 1. | Kenichi Handa | 1998-11-26 | 1 | -1/+2 |
* | (SINGLE_BYTE_CHAR_P): Check if C is negative or not. | Kenichi Handa | 1998-11-16 | 1 | -1/+1 |
* | (cmpchar_component): Proto-type adjusted. | Kenichi Handa | 1998-11-10 | 1 | -1/+1 |
* | (SPLIT_NON_ASCII_CHAR): Check dimension of an invalid | Kenichi Handa | 1998-11-06 | 1 | -10/+9 |
* | (MAKE_NON_ASCII_CHAR): Check validity of CHARSET. | Kenichi Handa | 1998-11-06 | 1 | -7/+7 |
* | (Vauto_fill_chars): Extern it. | Kenichi Handa | 1998-10-19 | 1 | -0/+3 |
* | (STRING_CHAR_AND_LENGTH): Return correct value in | Kenichi Handa | 1998-09-07 | 1 | -5/+3 |
* | (CHAR_BYTES): New macro. | Kenichi Handa | 1998-08-28 | 1 | -0/+4 |
* | (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR - | Kenichi Handa | 1998-07-06 | 1 | -1/+4 |
* | Doc fixes. | Karl Heuer | 1998-06-20 | 1 | -2/+2 |
* | (STRING_CHAR_AND_CHAR_LENGTH): New macro. | Kenichi Handa | 1998-05-22 | 1 | -7/+16 |
* | (find_charset_in_str): Number of arguments fixed. | Kenichi Handa | 1998-05-21 | 1 | -1/+2 |
* | Change terms unify/unification to | Kenichi Handa | 1998-05-18 | 1 | -4/+6 |
* | (MULTIBYTE_FORM_LENGTH): Don't check LEN here. | Kenichi Handa | 1998-04-09 | 1 | -4/+3 |
* | (string_to_non_ascii_char, multibyte_form_length) | Karl Heuer | 1998-04-08 | 1 | -4/+4 |
* | (CHAR_STRING): Cast to unsigned char ** explicitly. | Karl Heuer | 1998-04-08 | 1 | -1/+1 |
* | (NONASCII_INSERT_OFFSET): New macro. | Kenichi Handa | 1998-03-03 | 1 | -0/+23 |
* | (INC_POS): Use macro BASE_LEADING_CODE_P. | Kenichi Handa | 1998-02-20 | 1 | -17/+30 |
* | (INC_BOTH, DEC_BOTH): In unibyte mode, simply increment bytepos. | Richard M. Stallman | 1998-02-16 | 1 | -12/+18 |
* | Delete garbage line "int use_dialog_box". | Kenichi Handa | 1998-01-23 | 1 | -4/+0 |
* | (BCOPY_SHORT): New macro. | Kenichi Handa | 1998-01-22 | 1 | -1/+19 |
* | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
* | (FETCH_STRING_CHAR_ADVANCE): New macro. | Richard M. Stallman | 1998-01-05 | 1 | -0/+28 |