| Commit message (Expand) | Author | Age | Files | Lines |
* | (map_char_table): Use an array of int for `indices' rather than | Stefan Monnier | 2007-07-10 | 1 | -1/+1 |
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
* | (init_casetab_once): Call set_case_table. | Richard M. Stallman | 2006-09-08 | 1 | -0/+3 |
* | * casetab.c (check_case_table): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -5/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (Fset_case_table): Doc fix. | Richard M. Stallman | 2005-10-23 | 1 | -2/+3 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (set_case_table): If standard is nonzero, setup | Kenichi Handa | 2005-04-01 | 1 | -1/+6 |
* | Comment change. | Richard M. Stallman | 2005-01-29 | 1 | -1/+1 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (set_case_table): Pass new arg to map_char_table. | Richard M. Stallman | 2003-05-17 | 1 | -5/+5 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
* | (set_case_table): Make canon table point to eqv table. | Richard M. Stallman | 2002-09-06 | 1 | -0/+3 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel JanÃk | 2001-10-20 | 1 | -27/+27 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+2 |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -2/+3 |
* | (case_temp1, case_temp2): New variables temporarily | Kenichi Handa | 1997-05-28 | 1 | -92/+42 |
* | (compute_trt_identity, compute_trt_shuffle): Add comments. | Karl Heuer | 1997-05-15 | 1 | -0/+15 |
* | (compute_trt_identity): Use make_sub_char_table. | Richard M. Stallman | 1997-05-15 | 1 | -11/+11 |
* | Include charset.h. | Karl Heuer | 1997-05-15 | 1 | -28/+83 |
* | (init_casetab_once): Initialize the purpose slot. | Richard M. Stallman | 1997-04-08 | 1 | -0/+1 |
* | (syms_of_casetab): staticpro Vascii_canontable, Vascii_eqv_table, and | Erik Naggum | 1996-09-17 | 1 | -0/+3 |
* | (set_case_table): Set upcase_table, case_canon_table | Richard M. Stallman | 1996-05-06 | 1 | -1/+6 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fcase_table_p): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -8/+8 |
* | (Fset_case_table): Doc fix. | Richard M. Stallman | 1995-10-29 | 1 | -3/+3 |
* | (Fcase_table_p, Fcurrent_case_table): Delete unused local variables. | Erik Naggum | 1995-10-23 | 1 | -11/+9 |
* | Case tables are now char-tables, | Richard M. Stallman | 1995-10-19 | 1 | -76/+66 |
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
* | (STRING256_P): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+1 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (set_case_table): Handle nil for EQV with non-nil CANON. | Richard M. Stallman | 1994-04-17 | 1 | -6/+11 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | * casetab.c: Fix formatting, so as not to confuse etags. | Jim Blandy | 1993-05-25 | 1 | -4/+2 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | * callint.c (Fcall_interactively): Pass the correct number of | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
* | * casetab.c (set_case_table): Declare this to be static, and | Jim Blandy | 1992-10-31 | 1 | -2/+5 |
* | entered into RCS | Jim Blandy | 1992-01-13 | 1 | -5/+5 |
* | Initial revision | Jim Blandy | 1990-11-12 | 1 | -0/+250 |