| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Sync to HEAD. | Kenichi Handa | 2004-04-12 | 1 | -0/+3 |
* | | (CHARSET_OFFSET): New macro. | Kenichi Handa | 2004-02-17 | 1 | -0/+9 |
* | | (CHAR_CHARSET_P): Fix for the case that the method is subset or | Kenichi Handa | 2004-02-06 | 1 | -3/+5 |
* | | (charset_table_used): Delete extern. | Kenichi Handa | 2003-12-29 | 1 | -1/+0 |
* | | (charset_unicode): Extern it. | Kenichi Handa | 2003-10-06 | 1 | -0/+1 |
* | | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -817/+480 |
|\ \ |
|
| * | | (ENCODE_CHAR): If the method is SUBSET or SUPERSET, call encode_char. | Kenichi Handa | 2003-01-11 | 1 | -1/+3 |
| * | | (charset_ordered_list_tick): Declare extern. | Dave Love | 2002-09-03 | 1 | -1/+1 |
| * | | *** empty log message *** | Kenichi Handa | 2002-09-03 | 1 | -1/+2 |
| * | | (charset_unibyte): Extern it instead of | Kenichi Handa | 2002-08-15 | 1 | -1/+1 |
| * | | (charset_8_bit): Extern it. | Kenichi Handa | 2002-07-31 | 1 | -1/+1 |
| * | | (Vcharset_ordered_list): Extern it. | Kenichi Handa | 2002-07-22 | 1 | -2/+21 |
| * | | (CHECK_CHARSET_GET_ID): Use XINT on AREF result. | Dave Love | 2002-07-16 | 1 | -2/+2 |
| * | | Comments. | Dave Love | 2002-07-06 | 1 | -7/+7 |
| * | | (enum define_charset_arg_index): Delete | Kenichi Handa | 2002-06-12 | 1 | -36/+68 |
| * | | (charset_jisx0201_roman, charset_jisx0208_1978, | Kenichi Handa | 2002-05-30 | 1 | -0/+3 |
| * | | (sturct define_charset_arg_index): New enums charset_arg_min_code and | Kenichi Handa | 2002-05-30 | 1 | -0/+6 |
| * | | (struct charset): New member `code_space_mask'. | Kenichi Handa | 2002-05-10 | 1 | -1/+12 |
| * | | *** empty log message *** | Kenichi Handa | 2002-03-05 | 1 | -6/+14 |
| * | | Completely re-written. Character and multibyte | Kenichi Handa | 2002-03-01 | 1 | -777/+402 |
* | | | New directory | Kenichi Handa | 2003-09-08 | 1 | -3/+0 |
| |/
|/| |
|
* | | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | | (VALID_LEADING_CODE_P): New macro. | Kenichi Handa | 2003-05-31 | 1 | -11/+19 |
* | | (PARSE_MULTIBYTE_SEQ): Pretend `length' is used. | Stefan Monnier | 2003-04-17 | 1 | -1/+1 |
* | | (Funibyte_char_to_multibyte): Export. | Stefan Monnier | 2003-01-19 | 1 | -0/+2 |
* | | (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros. | Kenichi Handa | 2003-01-16 | 1 | -0/+28 |
* | | (BCOPY_SHORT): Source pointer now points to const. | Ken Raeburn | 2002-07-19 | 1 | -1/+2 |
* | | (find_charset_in_text, c_string_width): | Ken Raeburn | 2002-07-16 | 1 | -5/+6 |
* | | (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | | * charset.h (FETCH_STRING_CHAR_ADVANCE, | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -3/+3 |
* | | (DEC_POS, BUF_DEC_POS): Use BEG_BYTE. | Stefan Monnier | 2002-04-01 | 1 | -4/+8 |
|/ |
|
* | (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 |