aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.h
Commit message (Expand)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* Update AIST copyright years.Kenichi Handa2006-12-131-1/+2
* (PREV_CHAR_BOUNDARY): Make it work from within a char's byte sequence.Stefan Monnier2006-09-221-5/+17
* (invalid_character): Mark as NO_RETURN.Dan Nicolaescu2006-05-291-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* Copyright fixedKenichi Handa2005-12-191-2/+3
* (charset_mule_unicode_0100_24ff)Kenichi Handa2005-10-241-0/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.Eli Zaretskii2004-04-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (VALID_LEADING_CODE_P): New macro.Kenichi Handa2003-05-311-11/+19
* (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.Stefan Monnier2003-04-171-1/+1
* (Funibyte_char_to_multibyte): Export.Stefan Monnier2003-01-191-0/+2
* (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.Kenichi Handa2003-01-161-0/+28
* (BCOPY_SHORT): Source pointer now points to const.Ken Raeburn2002-07-191-1/+2
* (find_charset_in_text, c_string_width):Ken Raeburn2002-07-161-5/+6
* (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTESKen Raeburn2002-07-161-2/+2
* * charset.h (FETCH_STRING_CHAR_ADVANCE,Ken Raeburn2002-07-161-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-3/+3
* (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.Stefan Monnier2002-04-011-4/+8
* (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment when used as truthPavel Janík2002-01-011-1/+1
* (CHAR_STRING_NO_SIGNAL): New macro.Gerd Moellmann2001-07-131-0/+12
* (parse_str_to_multibyte): Extern it.Kenichi Handa2001-02-071-0/+1
* comment fixesDave Love2001-01-221-23/+23
* (c_string_width, lisp_string_width): Extern them.Kenichi Handa2001-01-191-0/+2
* (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