| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -350/+553 |
| |\ | |||||
| | * | (skip_chars, skip_syntaxes): Fix type errors. | Dave Love | 2003-01-07 | 1 | -3/+3 |
| | | | |||||
| | * | *** empty log message *** | Kenichi Handa | 2002-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | (skip_syntaxes): Fix previous change. | Kenichi Handa | 2002-09-18 | 1 | -25/+30 |
| | | | |||||
| | * | (skip_syntaxes): Fix previous change. | Kenichi Handa | 2002-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | (skip_chars): Fix previous change. | Kenichi Handa | 2002-09-13 | 1 | -21/+18 |
| | | | | | | | | | (skip_syntaxes): Fix previous change. | ||||
| | * | (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix. | Dave Love | 2002-09-05 | 1 | -1/+1 |
| | | | |||||
| | * | (char_quoted): Use FETCH_CHAR_AS_MULTIBYTE to convert | Kenichi Handa | 2002-09-03 | 1 | -239/+397 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unibyte chars to multibyte. (back_comment): Likewise. (scan_words): Likewise. (skip_chars): The arg syntaxp is deleted, and the code for handling syntaxes is moved to skip_syntaxes. Callers changed. Fix the case that the multibyteness of STRING and the current buffer doesn't match. (skip_syntaxes): New function. (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by SINGLE_BYTE_CHAR_P. (Fforward_comment): Use FETCH_CHAR_AS_MULTIBYTE to convert unibyte chars to multibyte. (scan_lists): Likewise. (Fbackward_prefix_chars): Likewise. (scan_sexps_forward): Likewise. | ||||
| | * | (scan_words): Don't treat characters belonging to | Kenichi Handa | 2002-08-19 | 1 | -28/+40 |
| | | | | | | | | | different scripts constituting a work. | ||||
| | * | (Vnext_word_boundary_function_table): New variable. | Kenichi Handa | 2002-08-01 | 1 | -25/+70 |
| | | | | | | | | | | | | | (syms_of_syntax): Declare it as a Lisp variable. (scan_words): Call functions in Vnext_word_boundary_function_table if any. | ||||
| | * | (scan_sexps_forward): Declare an arg. | Dave Love | 2002-07-30 | 1 | -0/+1 |
| | | | |||||
| | * | Include "character.h" instead of "charset.h". | Kenichi Handa | 2002-03-01 | 1 | -89/+86 |
| | | | | | | | | | | | | | | | | | (syntax_parent_lookup): Deleted. (Fmodify_syntax_entry): Accept a cons as CHAR. (skip_chars): Adjusted for the new multibyte form. (init_syntax_once): Call char_table_set_range instead of directly accessing the structure of a char table. | ||||
| * | | New directory | Kenichi Handa | 2003-09-08 | 1 | -13/+6 |
| | | | |||||
| * | | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | | |||||
| * | | (Fforward_word): Argument changed to optional. Set default value to 1. | Richard M. Stallman | 2003-08-17 | 1 | -6/+10 |
| | | | |||||
| * | | (find_defun_start): When open_paren_in_column_0_is_defun_start, | Richard M. Stallman | 2003-05-17 | 1 | -15/+18 |
| | | | | | | | | | return beginning of buffer. | ||||
| * | | (skip_chars): Fix previous change. | Kenichi Handa | 2003-04-24 | 1 | -2/+2 |
| | | | |||||
| * | | (skip_chars): Make the code faster by using the common | Kenichi Handa | 2003-04-24 | 1 | -55/+135 |
| | | | | | | | | | technique of *p, *stop, and *endp. | ||||
| * | | (back_comment): Only check nestedness of 2nd char if needed. | Stefan Monnier | 2003-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | | | |||||
| * | | (Fskip_chars_forward) | Dave Love | 2003-01-31 | 1 | -2/+4 |
| | | | | | | | | | (open-paren-in-column-0-is-defun-start): Doc fix. | ||||
| * | | (scan_sexps_forward): | Dave Love | 2002-11-14 | 1 | -1/+1 |
| | | | | | | | | | Declare all args (per C99). | ||||
| * | | (scan_sexps_forward): Undo last patch. | Stefan Monnier | 2002-11-12 | 1 | -2/+3 |
| | | | | | | | | | Use a more obvious fix: check eob before updating the syntax table. | ||||
| * | | (scan_sexps_forward): Update syntax table before reading | Stefan Monnier | 2002-11-09 | 1 | -9/+3 |
| | | | | | | | | | a char rather than after so we don't update the table past eob. | ||||
| * | | (Fforward_comment): Doc fix. | Dave Love | 2002-10-30 | 1 | -2/+3 |
| | | | |||||
| * | | Fix typo in comment. | Juanma Barranquero | 2002-10-18 | 1 | -34/+34 |
| | | | |||||
| * | | (scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char. | Stefan Monnier | 2002-10-14 | 1 | -1/+15 |
| | | | | | | | | | (scan_lists, scan_sexps_forward): Pacify the compiler. | ||||
| * | | (Fstring_to_syntax, skip_chars): Treat Lisp string | Ken Raeburn | 2002-07-19 | 1 | -4/+5 |
| | | | | | | | | | contents as const. | ||||
| * | | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -10/+10 |
| |/ | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | (syms_of_syntax): Remove defsubr of Sdescribe_syntax. | Stefan Monnier | 2001-11-26 | 1 | -44/+0 |
| | | | | | (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove. | ||||
| * | (describe_syntax): Add dummy arg. | Stefan Monnier | 2001-11-19 | 1 | -5/+6 |
| | | | | | (describe_syntax_1): Update call to describe_vector. | ||||
| * | (describe_syntax): New wrapper. | Stefan Monnier | 2001-11-02 | 1 | -16/+28 |
| | | | | | | | (Finternal_describe_syntax_value): Rename from describe_syntax. Don't insert space at front and \n at the end. (syms_of_syntax): Defsubr Sinternal_describe_syntax_value. | ||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -14/+14 |
| | | |||||
| * | Fix comment ending. | Stefan Monnier | 2001-10-25 | 1 | -2/+1 |
| | | |||||
| * | (modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage. | Pavel Janík | 2001-10-23 | 1 | -9/+10 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -192/+174 |
| | | |||||
| * | (update_syntax_table): Simplify. | Stefan Monnier | 2001-10-12 | 1 | -74/+59 |
| | | | | | (Fforward_comment): Don't skip quoted chars when going backward. | ||||
| * | Include keymap.h. | Stefan Monnier | 2001-10-10 | 1 | -0/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2001-09-08 | 1 | -3/+9 |
| | | |||||
| * | Fixed a typo in a comment. | Eli Zaretskii | 2001-06-15 | 1 | -1/+1 |
| | | |||||
| * | (update_syntax_table): Check that oldi has the same | Stefan Monnier | 2001-05-01 | 1 | -7/+7 |
| | | | | | properties as old_prop before deciding not to invalidate. | ||||
| * | (scan_lists): Check that the right quote char has the | Stefan Monnier | 2000-12-09 | 1 | -4/+6 |
| | | | | | | right Sstring syntax when jumping over strings. (init_syntax_once): Use Smax rather than 13. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-10-24 | 1 | -6/+6 |
| | | |||||
| * | (describe_syntax): Add code for comment and string fences. | Stefan Monnier | 2000-10-15 | 1 | -1/+7 |
| | | |||||
| * | (Fstring_to_syntax): New function extracted from Fmodify_syntax_entry. | Stefan Monnier | 2000-10-15 | 1 | -69/+77 |
| | | | | | | | (Fmodify_syntax_entry): Use it and document the ! and | fences. (skip_chars, Fforward_comment): Remove unused variables. (syms_of_syntax): Add defsubr for string-to-syntax. | ||||
| * | Fix wording in a comment. | Eli Zaretskii | 2000-10-15 | 1 | -6/+6 |
| | | |||||
| * | (skip_chars): Change the way of handling a range from unibyte char to | Kenichi Handa | 2000-10-12 | 1 | -6/+7 |
| | | | | | multibyte char. | ||||
| * | (prev_char_comstart_first): Remove. | Stefan Monnier | 2000-10-02 | 1 | -38/+77 |
| | | | | | | | (back_comment): Check two-char comment markers more carefully to better handle overlapping cases like *//* or /* */* */ ... Match nestedness of ender/starter. | ||||
| * | (forw_comment): Match nestedness of ender/starter. | Stefan Monnier | 2000-10-02 | 1 | -26/+30 |
| | | | | | (Fforward_comment): Treat an unmatched \n comment-ender as whitespace. | ||||
| * | (skip_chars): Handle negation correctly. | Kenichi Handa | 2000-09-28 | 1 | -49/+30 |
| | | |||||