summaryrefslogtreecommitdiff
path: root/src/casetab.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\ \ | | |/
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * | (map_char_table): Use an array of int for `indices' rather thanStefan Monnier2007-07-101-1/+1
| |/
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\ \ | |/
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merge from emacs--devo--0Miles Bader2006-09-141-0/+3
|\ \ | |/
| * (init_casetab_once): Call set_case_table.Richard M. Stallman2006-09-081-0/+3
* | Merge from emacs--devo--0Miles Bader2006-07-191-5/+2
|\ \ | |/
| * * casetab.c (check_case_table): Use CHECK_TYPE.Kim F. Storm2006-07-121-5/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+3
|\ \ | |/
| * (Fset_case_table): Doc fix.Richard M. Stallman2005-10-231-2/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33Miles Bader2005-04-021-1/+6
|\ \ | |/
| * (set_case_table): If standard is nonzero, setupKenichi Handa2005-04-011-1/+6
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-10Miles Bader2005-02-021-1/+1
|\ \ | |/
| * Comment change.Richard M. Stallman2005-01-291-1/+1
* | Sync to HEADKenichi Handa2004-04-161-0/+3
* | (set_case_table): Remove unused var.Dave Love2003-09-291-1/+0
* | *** empty log message ***Kenichi Handa2003-09-081-28/+59
|\ \
| * | (set_canon, set_identity, shuffle): Simplified.Kenichi Handa2002-08-201-31/+16
| * | (init_casetab_once, init_casetab_once): FixDave Love2002-07-161-6/+7
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-26/+69
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (set_case_table): Pass new arg to map_char_table.Richard M. Stallman2003-05-171-5/+5
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* | (set_case_table): Make canon table point to eqv table.Richard M. Stallman2002-09-061-0/+3
|/
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-27/+27
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+2
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-2/+3
* (case_temp1, case_temp2): New variables temporarilyKenichi Handa1997-05-281-92/+42
* (compute_trt_identity, compute_trt_shuffle): Add comments.Karl Heuer1997-05-151-0/+15
* (compute_trt_identity): Use make_sub_char_table.Richard M. Stallman1997-05-151-11/+11
* Include charset.h.Karl Heuer1997-05-151-28/+83
* (init_casetab_once): Initialize the purpose slot.Richard M. Stallman1997-04-081-0/+1
* (syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, andErik Naggum1996-09-171-0/+3
* (set_case_table): Set upcase_table, case_canon_tableRichard M. Stallman1996-05-061-1/+6
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fcase_table_p): Harmonize arguments with documentation.Erik Naggum1996-01-091-8/+8
* (Fset_case_table): Doc fix.Richard M. Stallman1995-10-291-3/+3
* (Fcase_table_p, Fcurrent_case_table): Delete unused local variables.Erik Naggum1995-10-231-11/+9
* Case tables are now char-tables,Richard M. Stallman1995-10-191-76/+66