| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (scan_lists): Properly skip the comment-fence character | Richard M. Stallman | 1998-06-06 | 1 | -43/+88 |
* | (skip_chars): Fix previous change. | Kenichi Handa | 1998-05-18 | 1 | -9/+10 |
* | (skip_chars): Fix bug in handling a range which | Kenichi Handa | 1998-05-18 | 1 | -8/+20 |
* | (skip_chars): When fetching char after \, | Richard M. Stallman | 1998-05-13 | 1 | -3/+7 |
* | (scan_lists, scan_sexps_forward): Move complex expressions | Richard M. Stallman | 1998-05-09 | 1 | -4/+17 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+3 |
* | (Fbackward_prefix_chars): Set point properly while scanning. | Richard M. Stallman | 1998-03-18 | 1 | -17/+26 |
* | (update_syntax_table): Properly update `position' field of used intervals. | Richard M. Stallman | 1998-03-02 | 1 | -0/+15 |
* | (update_syntax_table): Fix calculations using offset. | Karl Heuer | 1998-02-22 | 1 | -26/+26 |
* | (skip_chars): Use INC_POS instead of INC_BOTH. | Richard M. Stallman | 1998-02-16 | 1 | -34/+36 |
* | (back_comment): Move the find_defun_start call | Richard M. Stallman | 1998-01-25 | 1 | -4/+19 |
* | (skip_chars): Use unibyte_char_to_multibyte, | Richard M. Stallman | 1998-01-21 | 1 | -5/+2 |
* | (skip_chars): Fix test for end of string, looking for `-'. | Karl Heuer | 1998-01-18 | 1 | -11/+16 |
* | (skip_chars): Handle multibyte and unibyte strings | Richard M. Stallman | 1998-01-09 | 1 | -31/+57 |
* | (scan_sexps_forward): Additional arg FROM_BYTE. Calls changed. | Richard M. Stallman | 1998-01-01 | 1 | -494/+325 |
* | (Fparse_partial_sexp): Return nil for 9th element | Richard M. Stallman | 1997-12-21 | 1 | -17/+19 |
* | Comment and whitespace changes. | Richard M. Stallman | 1997-12-21 | 1 | -21/+23 |
* | (back_comment): Handle 2-char comment starts | Karl Heuer | 1997-11-23 | 1 | -17/+12 |
* | (skip_chars): Check type of `string' before using it. | Karl Heuer | 1997-11-20 | 1 | -2/+2 |
* | (Fforward_comment): When count1 is negative, return nil if FROM reaches STOP. | Richard M. Stallman | 1997-07-24 | 1 | -1/+7 |
* | (init_syntax_once): Convert Fmake_vector argument to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -3/+3 |
* | (scan_sexps_forward): Split up a complex if-test. | Richard M. Stallman | 1997-06-29 | 1 | -4/+18 |
* | (Fsyntax_table_p, check_syntax_table): Use EQ. | Richard M. Stallman | 1997-06-02 | 1 | -6/+6 |
* | (Fforward_comment): Handle unmatched two-character comment starters. | Richard M. Stallman | 1997-05-31 | 1 | -0/+11 |
* | (back_comment): Detect 2-char comment starts properly. | Richard M. Stallman | 1997-05-31 | 1 | -9/+15 |
* | (describe_syntax_1): Pass new args to describe_vector. | Richard M. Stallman | 1997-05-13 | 1 | -2/+3 |
* | (skip_chars): Fix previous change in syntax/backward case. | Richard M. Stallman | 1997-04-28 | 1 | -4/+8 |
* | (skip_chars): Merge mule changes back in. | Richard M. Stallman | 1997-04-25 | 1 | -20/+165 |
* | Update copyright year. | Richard M. Stallman | 1997-04-15 | 1 | -1/+1 |
* | (SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table' | Richard M. Stallman | 1997-04-15 | 1 | -101/+783 |
* | (init_syntax_once): Add trick to avoid compiler warning | Kenichi Handa | 1997-02-28 | 1 | -3/+9 |
* | (describe_syntax): Handle the case that the argument | Kenichi Handa | 1997-02-27 | 1 | -0/+6 |
* | Include charset.h and category.h. | Karl Heuer | 1997-02-20 | 1 | -122/+226 |