summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
1998-04-14Fix -Wimplicit warnings.Andreas Schwab
1998-03-18(Fbackward_prefix_chars): Set point properly while scanning.Richard M. Stallman
1998-03-02(update_syntax_table): Properly update `position' field of used intervals.Richard M. Stallman
1998-02-22(update_syntax_table): Fix calculations using offset.Karl Heuer
1998-02-16(skip_chars): Use INC_POS instead of INC_BOTH.Richard M. Stallman
1998-01-25(back_comment): Move the find_defun_start callRichard M. Stallman
1998-01-21(skip_chars): Use unibyte_char_to_multibyte,Richard M. Stallman
1998-01-18(skip_chars): Fix test for end of string, looking for `-'.Karl Heuer
1998-01-09(skip_chars): Handle multibyte and unibyte stringsRichard M. Stallman
1998-01-01(scan_sexps_forward): Additional arg FROM_BYTE. Calls changed.Richard M. Stallman
1997-12-21(Fparse_partial_sexp): Return nil for 9th elementRichard M. Stallman
1997-12-21Comment and whitespace changes.Richard M. Stallman
1997-11-23(back_comment): Handle 2-char comment startsKarl Heuer
1997-11-20(skip_chars): Check type of `string' before using it.Karl Heuer
1997-07-24(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.Richard M. Stallman
1997-07-12(init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.Richard M. Stallman
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman
1997-06-29(scan_sexps_forward): Split up a complex if-test.Richard M. Stallman
1997-06-02(Fsyntax_table_p, check_syntax_table): Use EQ.Richard M. Stallman
1997-05-31(Fforward_comment): Handle unmatched two-character comment starters.Richard M. Stallman
1997-05-31(back_comment): Detect 2-char comment starts properly.Richard M. Stallman
1997-05-13(describe_syntax_1): Pass new args to describe_vector.Richard M. Stallman
1997-04-28(skip_chars): Fix previous change in syntax/backward case.Richard M. Stallman
1997-04-25(skip_chars): Merge mule changes back in.Richard M. Stallman
1997-04-15Update copyright year.Richard M. Stallman
1997-04-15(SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'Richard M. Stallman
1997-02-28(init_syntax_once): Add trick to avoid compiler warningKenichi Handa
1997-02-27(describe_syntax): Handle the case that the argumentKenichi Handa
1997-02-20Include charset.h and category.h.Karl Heuer
1997-02-10(scan_lists): Signal errors using scan-error.Richard M. Stallman
1996-09-01Change all references from point to PT.Karl Heuer
1996-02-24(Fcopy_syntax_table): Set default to nil.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1996-01-09(Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):Erik Naggum
1995-11-11(check_syntax_table): Check the purpose slot.Richard M. Stallman
1995-10-14(Qsyntax_table): New variable.Richard M. Stallman
1995-10-07(describe_syntax): Handle new syntax-table data format.Richard M. Stallman
1995-08-19(scan_sexps_forward): Fix previous change.Richard M. Stallman
1995-08-16(scan_sexps_forward): Use the initial depthRichard M. Stallman
1995-05-29(describe_syntax_1): Pass new arg to describe_vector.Karl Heuer
1995-05-25(scan_lists): Make stringterm an unsigned char.Karl Heuer
1995-03-09(Fforward_comment): Always clear immediate_quit for return.Richard M. Stallman
1995-01-18Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.Karl Heuer
1994-11-09(describe_syntax_1): Set help-mode in *Help* buffer.Karl Heuer
1994-10-12(scan_sexps_forward): At startincomment,Richard M. Stallman
1994-10-08* syntax.c (find_defun_start): Call scan_buffer with new args.Jim Blandy
1994-10-04(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.Karl Heuer
1994-10-04(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once):Karl Heuer
1994-09-27(Fsyntax_table_p, describe_syntax): Use type test macros.Karl Heuer
1994-09-17(Fforward_comment): Do increment from, when reachingRichard M. Stallman