Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | | | | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. | ||||
* | 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 |
| | | | | | | | | | | used in macros DOWNCASE and UPCASE1. (set_case_table): Setup canonical table correctly. Use map_char_table instead of compute_trt_inverse. (set_canon, set_identity, shuffle): New functions given to map_char_table. (compute_trt_identity, compute_trt_shuffle, compute_trt_inverse): Deleted. | ||||
* | (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 |
| | | | | | | | (compute_trt_identity, compute_trt_shuffle): Set up bytes[0] with the charset code. Check for a sub-char-table when deciding to recurse. Terminate the loop properly for a sub-char-table. | ||||
* | Include charset.h. | Karl Heuer | 1997-05-15 | 1 | -28/+83 |
| | | | | | | | | (compute_trt_inverse): Totally rewritten. Args are now Lisp_Object. Callers changed. (compute_trt_identity, compute_trt_shuffle): New subroutines. (init_casetab_once): Use XSETFASTINT to store into case table; use CHAR_TABLE_SINGLE_BYTE_SLOTS to end the loop. | ||||
* | (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 |
| | | | | Vascii_upcase_table. | ||||
* | (set_case_table): Set upcase_table, case_canon_table | Richard M. Stallman | 1996-05-06 | 1 | -1/+6 |
| | | | | and case_eqv_table in the buffer. | ||||
* | 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 |
| | | | | | | | (set_case_table): Delete obsolete local variable `down'; use `table' directly where referenced. Fix assignment to `canon' when nil. Store eqv in extras[2], not extras[0]. (init_casetab_once): Case-tables have 3 extra slots, not 4. | ||||
* | Case tables are now char-tables, | Richard M. Stallman | 1995-10-19 | 1 | -76/+66 |
| | | | | | | and the case table is stored in the downcase_table slot only. (Fcurrent_case_table, Fstandard_case_table, set_case_table) (compute_trt_inverse, init_casetab_once): Use new data format. | ||||
* | 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 |
| | | | | (Fcase_table_p): Accept nil for EQV with non-nil CANON. | ||||
* | 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 |
| | | | | | | | | arguments to wrong_type_argument. * casefiddle.c (caseify_object): Same. * casetab.c (check_case_table): Same. * search.c (Fstore_match_data): Same. * syntax.c (check_syntax_table): Same. | ||||
* | * casetab.c (set_case_table): Declare this to be static, and | Jim Blandy | 1992-10-31 | 1 | -2/+5 |
| | | | | | | | return a Lisp_Object. Add static declaration for this before Fset_case_table and Fset_standard_case_table. (Fset_case_table, Fset_standard_case_table): Return the return value of set_case_table, instead of returning garbage. | ||||
* | entered into RCS | Jim Blandy | 1992-01-13 | 1 | -5/+5 |
| | |||||
* | Initial revision | Jim Blandy | 1990-11-12 | 1 | -0/+250 |