| Commit message (Expand) | Author | Age | Files | Lines |
* | *** 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 |
* | 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 |
* | (prev_char_comstart_first): Remove. | Stefan Monnier | 2000-10-02 | 1 | -38/+77 |
* | (forw_comment): Match nestedness of ender/starter. | Stefan Monnier | 2000-10-02 | 1 | -26/+30 |
* | (skip_chars): Handle negation correctly. | Kenichi Handa | 2000-09-28 | 1 | -49/+30 |
* | (back_comment): Detect cases where a comment-starter is | Stefan Monnier | 2000-08-27 | 1 | -16/+27 |
* | * syntax.c (skip_chars): Fix previous change. Make the handling of | Kenichi Handa | 2000-08-07 | 1 | -54/+50 |
* | (skip_chars): Fix handling of multibyte<->unibyte conversion. | Kenichi Handa | 2000-08-05 | 1 | -17/+35 |
* | (skip_chars): Fix typo in error message. | Gerd Moellmann | 2000-08-04 | 1 | -2/+2 |
* | (Fforward_word): Add last arg nil in call of | Gerd Moellmann | 2000-07-25 | 1 | -1/+1 |
* | (back_comment): Add null default in switch for pcc. | Dave Love | 2000-07-14 | 1 | -0/+1 |
* | (back_comment): Use one switch rather than a few `if's. | Stefan Monnier | 2000-07-12 | 1 | -40/+51 |
* | (back_comment): Simplify string-parity counting (with | Stefan Monnier | 2000-06-21 | 1 | -31/+32 |
* | (scan_sexps_forward): | Stefan Monnier | 2000-06-20 | 1 | -13/+5 |
* | (describe_syntax): Recognize the `n'estable bit. | Stefan Monnier | 2000-06-20 | 1 | -5/+15 |
* | (Fparse_partial_sexp): Doc fix. | Dave Love | 2000-06-19 | 1 | -3/+3 |
* | (find_defun_start): Move test for | Gerd Moellmann | 2000-05-29 | 1 | -13/+15 |
* | (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | Kenichi Handa | 2000-05-23 | 1 | -22/+6 |
* | Use new macro names | Gerd Moellmann | 2000-03-27 | 1 | -2/+2 |
* | (Fset_syntax_table): Use new macros for per-buffer | Gerd Moellmann | 2000-03-26 | 1 | -2/+3 |
* | (open_paren_in_column_0_is_defun_start): New variable. | Gerd Moellmann | 2000-03-24 | 1 | -2/+15 |
* | Changes towards better type safety regarding intervals, primarily | Ken Raeburn | 2000-03-22 | 1 | -5/+5 |
* | (multibyte_syntax_as_symbol): New variable. | Kenichi Handa | 2000-02-23 | 1 | -9/+32 |
* | (Fforward_comment): Undo the previous change, since cc-mode | Stefan Monnier | 2000-02-17 | 1 | -3/+7 |
* | (back_comment): Make sure we only consider comment-starters | Stefan Monnier | 2000-02-15 | 1 | -6/+23 |
* | (Fforward_word): Undo previous change. | Gerd Moellmann | 2000-01-01 | 1 | -4/+3 |
* | (Fforward_word): Notice field boundaries only if | Gerd Moellmann | 2000-01-01 | 1 | -4/+6 |
* | * callproc.c (strerror): Remove decl. | Paul Eggert | 1999-11-22 | 1 | -2/+2 |
* | (Fforward_word): Handle fields even if would have hit | Richard M. Stallman | 1999-11-09 | 1 | -9/+7 |
* | Remove whitespace after open or in front of closing parentheses. | Gerd Moellmann | 1999-11-01 | 1 | -7/+7 |
* | (Fforward_word): Supply new ESCAPE_FROM_EDGE parameter | Gerd Moellmann | 1999-10-17 | 1 | -10/+5 |
* | (update_syntax_table, find_defun_start, back_comment, | Gerd Moellmann | 1999-09-20 | 1 | -20/+21 |
* | Use XCAR and XCDR instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -2/+2 |
* | (Fforward_word): Use prompt_end_charpos instead | Gerd Moellmann | 1999-09-12 | 1 | -2/+2 |
* | (Fforward_word): Stop at a mini-buffer prompt end | Gerd Moellmann | 1999-09-02 | 1 | -11/+10 |
* | (lisp_parse_state, back_comment, Fmodify_syntax_entry) | Richard M. Stallman | 1999-08-29 | 1 | -134/+225 |
* | (Fforward_word): If in a mini-buffer and moving | Gerd Moellmann | 1999-08-25 | 1 | -0/+11 |
* | (Fforward_comment): Set comstyle for Scomment_fence. | Karl Heuer | 1999-08-16 | 1 | -1/+3 |
* | (Fparse_partial_sexp): Correct test for element 8 to be | Dave Love | 1999-05-14 | 1 | -1/+2 |
* | (scan_sexps_forward): Delete duplicate code | Karl Heuer | 1999-01-22 | 1 | -2/+9 |
* | (syms_of_syntax): Fix the setup of Qscan_error. | Richard M. Stallman | 1998-10-20 | 1 | -1/+1 |
* | (scan_lists): Bring FROM back into range BEGV...ZV. | Richard M. Stallman | 1998-10-08 | 1 | -1/+6 |
* | (scan_sexps_forward): Set up the syntax table scanning | Richard M. Stallman | 1998-08-10 | 1 | -4/+10 |
* | (Fmodify_syntax_entry): Use macro STRING_BYTES to get | Kenichi Handa | 1998-06-23 | 1 | -2/+2 |
* | (skip_chars): Don't examine STRING before verifying that it is a string. | Richard M. Stallman | 1998-06-14 | 1 | -3/+5 |
* | (Fforward_comment): Properly compute BYTEPOS arg to char_quoted. | Richard M. Stallman | 1998-06-11 | 1 | -3/+2 |
* | (struct lisp_parse_state): New field, levelstarts. | Richard M. Stallman | 1998-06-08 | 1 | -2/+21 |