| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (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 |
| * | (scan_lists): Signal errors using scan-error. | Richard M. Stallman | 1997-02-10 | 1 | -4/+26 |
| * | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -2/+2 |
| * | (Fcopy_syntax_table): Set default to nil. | Richard M. Stallman | 1996-02-24 | 1 | -1/+10 |
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| * | (Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry): | Erik Naggum | 1996-01-09 | 1 | -22/+23 |
| * | (check_syntax_table): Check the purpose slot. | Richard M. Stallman | 1995-11-11 | 1 | -4/+9 |
| * | (Qsyntax_table): New variable. | Richard M. Stallman | 1995-10-14 | 1 | -3/+17 |
| * | (describe_syntax): Handle new syntax-table data format. | Richard M. Stallman | 1995-10-07 | 1 | -84/+147 |
| * | (scan_sexps_forward): Fix previous change. | Richard M. Stallman | 1995-08-19 | 1 | -2/+2 |
| * | (scan_sexps_forward): Use the initial depth | Richard M. Stallman | 1995-08-16 | 1 | -2/+2 |
| * | (describe_syntax_1): Pass new arg to describe_vector. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
| * | (scan_lists): Make stringterm an unsigned char. | Karl Heuer | 1995-05-25 | 1 | -1/+1 |
| * | (Fforward_comment): Always clear immediate_quit for return. | Richard M. Stallman | 1995-03-09 | 1 | -0/+1 |
| * | Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. | Karl Heuer | 1995-01-18 | 1 | -41/+9 |
| * | (describe_syntax_1): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -0/+1 |