| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (scan_sexps_forward): At startincomment, | Richard M. Stallman | 1994-10-12 | 1 | -1/+13 |
* | * syntax.c (find_defun_start): Call scan_buffer with new args. | Jim Blandy | 1994-10-08 | 1 | -2/+2 |
* | (Fmodify_syntax_entry): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -9/+9 |
* | (Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once): | Karl Heuer | 1994-10-04 | 1 | -20/+20 |
* | (Fsyntax_table_p, describe_syntax): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -2/+2 |
* | (Fforward_comment): Do increment from, when reaching | Richard M. Stallman | 1994-09-17 | 1 | -1/+1 |
* | (scan_lists, Fforward_comment): When moving backward over | Richard M. Stallman | 1994-06-24 | 1 | -14/+16 |
* | (Fmatching_paren): Fix typo. | Richard M. Stallman | 1994-06-20 | 1 | -1/+1 |
* | (Fmatching_paren): New function. | Richard M. Stallman | 1994-06-19 | 1 | -1/+15 |
* | (scan_lists): Get error if eob within comment with depth!=0. | Richard M. Stallman | 1994-06-16 | 1 | -2/+12 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (Fforward_comment): Do the right thing at eob. | Karl Heuer | 1994-03-02 | 1 | -35/+35 |
* | (find_defun_start): Pass new arg to scan_buffer. | Richard M. Stallman | 1994-02-03 | 1 | -2/+2 |
* | (describe_syntax): Handle Sinherit. | Richard M. Stallman | 1994-01-05 | 1 | -4/+6 |
* | (Fmodify_syntax_entry): Doc fix. | Richard M. Stallman | 1993-12-24 | 1 | -3/+4 |
* | (Fforward_comment): On backward scan, exit inner loop | Richard M. Stallman | 1993-11-10 | 1 | -5/+12 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | Doc fix. | Richard M. Stallman | 1993-08-05 | 1 | -8/+8 |
* | Doc fix. | Richard M. Stallman | 1993-08-01 | 1 | -1/+1 |
* | (scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE. | Richard M. Stallman | 1993-07-27 | 1 | -1/+0 |
* | * syntax.c (Fmodify_syntax_entry): Doc fix. | Jim Blandy | 1993-07-18 | 1 | -2/+2 |
* | (scan_lists, Fforward_comment): #if 0 the code | Richard M. Stallman | 1993-06-17 | 1 | -3/+10 |
* | (scan_lists, Fforward_comment): Pass 0 as commentstop arg | Richard M. Stallman | 1993-06-13 | 1 | -3/+9 |
* | (Fset_syntax_table): Add XFASTINT. | Richard M. Stallman | 1993-06-12 | 1 | -1/+2 |
* | * syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward | Jim Blandy | 1993-06-10 | 1 | -2/+2 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
* | (Fforward_comment): Set point to where scan stops, | Richard M. Stallman | 1993-06-08 | 1 | -20/+23 |
* | (Fforward_comment): Arg is a Lisp_Object. | Richard M. Stallman | 1993-05-25 | 1 | -5/+9 |
* | (Fforward_comment): Fix last change. | Richard M. Stallman | 1993-05-25 | 1 | -4/+9 |
* | (Fforward_comment): Always set point. | Richard M. Stallman | 1993-05-25 | 1 | -0/+4 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | (describe_syntax_1): Delete excess arg to describe_vector. | Richard M. Stallman | 1993-03-02 | 1 | -2/+260 |
* | (find_defun_start): scan_buffer returns start of line; | Richard M. Stallman | 1992-10-11 | 1 | -5/+0 |
* | (describe_syntax): Use insert_char to insert `match'. | Joseph Arceneaux | 1992-10-01 | 1 | -3/+1 |
* | (scan_lists): When searching back for comment: | Richard M. Stallman | 1992-09-19 | 1 | -16/+112 |
* | (scan_lists): Improve smarts for backwards scan of comments. | Richard M. Stallman | 1992-09-05 | 1 | -56/+174 |
* | entered into RCS | Jim Blandy | 1992-06-24 | 1 | -5/+6 |