summaryrefslogtreecommitdiff
path: root/src/charset.h
Commit message (Expand)AuthorAge
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Copyright fixedKenichi Handa2005-12-19
* (charset_mule_unicode_0100_24ff)Kenichi Handa2005-10-24
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.Eli Zaretskii2004-04-04
* Add arch taglinesMiles Bader2003-09-01
* (VALID_LEADING_CODE_P): New macro.Kenichi Handa2003-05-31
* (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.Stefan Monnier2003-04-17
* (Funibyte_char_to_multibyte): Export.Stefan Monnier2003-01-19
* (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.Kenichi Handa2003-01-16
* (BCOPY_SHORT): Source pointer now points to const.Ken Raeburn2002-07-19
* (find_charset_in_text, c_string_width):Ken Raeburn2002-07-16
* (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTESKen Raeburn2002-07-16
* * charset.h (FETCH_STRING_CHAR_ADVANCE,Ken Raeburn2002-07-16
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.Stefan Monnier2002-04-01
* (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment when used as truthPavel Janík2002-01-01
* (CHAR_STRING_NO_SIGNAL): New macro.Gerd Moellmann2001-07-13
* (parse_str_to_multibyte): Extern it.Kenichi Handa2001-02-07
* comment fixesDave Love2001-01-22
* (c_string_width, lisp_string_width): Extern them.Kenichi Handa2001-01-19
* (CHAR_STRING): Optimized for single byte characters.Kenichi Handa2000-10-10
* (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.Kenichi Handa2000-09-19
* (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81.Kenichi Handa2000-09-07
* (MAKE_CHAR): Be sure to set MSB of C1 to 0.Kenichi Handa2000-09-07
* (MAKE_CHAR): Return reasonable code even if CHARSET is undefined.Kenichi Handa2000-07-18
* (EMACS_CHARSET_H): Renamed from _CHARSET_H.Kenichi Handa2000-06-11
* (CHARSET_8_BIT_GRAPHIC): Define as 0x80.Kenichi Handa2000-06-10
* (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,Kenichi Handa2000-05-19
* (CHARSET_TABLE_ENTRY): Fix comment -- argument is a C int, not a lisp integer.Ken Raeburn2000-04-08
* * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.Stefan Monnier2000-04-02
* * regex.c: Declare a new type `re_char' used throughout the code for theStefan Monnier2000-03-14
* (CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) insteadKenichi Handa1999-12-27
* In this entry, just `Modified' means that codes for aKenichi Handa1999-12-15
* (GET_TRANSLATION_TABLE): Use XCDR.Ken Raeburn1999-09-11
* Lots of comments fixed.Kenichi Handa1999-09-07
* (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2Kenichi Handa1999-09-03
* (BCOPY_SHORT): Fix typo `unsigined'.Karl Heuer1999-08-10
* (CHAR_LEN): Moved here from dispextern.h.Gerd Moellmann1999-07-21
* Fix previous change.Kenichi Handa1999-05-26
* (Vcharset_table): Comment fixed.Kenichi Handa1999-05-26
* (find_charset_in_str): Update declaration.Kenichi Handa1998-12-15
* Declare char_valid_p.Andreas Schwab1998-12-03
* (CHAR_BYTES): If C has modifier bits, return 1.Kenichi Handa1998-11-26
* (SINGLE_BYTE_CHAR_P): Check if C is negative or not.Kenichi Handa1998-11-16
* (cmpchar_component): Proto-type adjusted.Kenichi Handa1998-11-10
* (SPLIT_NON_ASCII_CHAR): Check dimension of an invalidKenichi Handa1998-11-06
* (MAKE_NON_ASCII_CHAR): Check validity of CHARSET.Kenichi Handa1998-11-06
* (Vauto_fill_chars): Extern it.Kenichi Handa1998-10-19