aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-01-01(Fforward_word): Undo previous change.Gerd Moellmann1-4/+3
2000-01-01(Fforward_word): Notice field boundaries only ifGerd Moellmann1-4/+6
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert1-2/+2
1999-11-09(Fforward_word): Handle fields even if would have hitRichard M. Stallman1-9/+7
1999-11-01Remove whitespace after open or in front of closing parentheses.Gerd Moellmann1-7/+7
1999-10-17(Fforward_word): Supply new ESCAPE_FROM_EDGE parameterGerd Moellmann1-10/+5
1999-09-20(update_syntax_table, find_defun_start, back_comment,Gerd Moellmann1-20/+21
1999-09-13Use XCAR and XCDR instead of explicit member access.Ken Raeburn1-2/+2
1999-09-12(Fforward_word): Use prompt_end_charpos insteadGerd Moellmann1-2/+2
1999-09-02(Fforward_word): Stop at a mini-buffer prompt endGerd Moellmann1-11/+10
1999-08-29(lisp_parse_state, back_comment, Fmodify_syntax_entry)Richard M. Stallman1-134/+225
1999-08-25(Fforward_word): If in a mini-buffer and movingGerd Moellmann1-0/+11
1999-08-16(Fforward_comment): Set comstyle for Scomment_fence.Karl Heuer1-1/+3
1999-05-14(Fparse_partial_sexp): Correct test for element 8 to beDave Love1-1/+2
1999-01-22(scan_sexps_forward): Delete duplicate codeKarl Heuer1-2/+9
1998-10-20(syms_of_syntax): Fix the setup of Qscan_error.Richard M. Stallman1-1/+1
1998-10-08(scan_lists): Bring FROM back into range BEGV...ZV.Richard M. Stallman1-1/+6
1998-08-10(scan_sexps_forward): Set up the syntax table scanningRichard M. Stallman1-4/+10
1998-06-23(Fmodify_syntax_entry): Use macro STRING_BYTES to getKenichi Handa1-2/+2
1998-06-14(skip_chars): Don't examine STRING before verifying that it is a string.Richard M. Stallman1-3/+5
1998-06-11(Fforward_comment): Properly compute BYTEPOS arg to char_quoted.Richard M. Stallman1-3/+2
1998-06-08(struct lisp_parse_state): New field, levelstarts.Richard M. Stallman1-2/+21
1998-06-06(scan_lists): Properly skip the comment-fence characterRichard M. Stallman1-43/+88
1998-05-18(skip_chars): Fix previous change.Kenichi Handa1-9/+10
1998-05-18(skip_chars): Fix bug in handling a range whichKenichi Handa1-8/+20
1998-05-13(skip_chars): When fetching char after \,Richard M. Stallman1-3/+7
1998-05-09(scan_lists, scan_sexps_forward): Move complex expressionsRichard M. Stallman1-4/+17
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+3
1998-03-18(Fbackward_prefix_chars): Set point properly while scanning.Richard M. Stallman1-17/+26
1998-03-02(update_syntax_table): Properly update `position' field of used intervals.Richard M. Stallman1-0/+15
1998-02-22(update_syntax_table): Fix calculations using offset.Karl Heuer1-26/+26
1998-02-16(skip_chars): Use INC_POS instead of INC_BOTH.Richard M. Stallman1-34/+36
1998-01-25(back_comment): Move the find_defun_start callRichard M. Stallman1-4/+19
1998-01-21(skip_chars): Use unibyte_char_to_multibyte,Richard M. Stallman1-5/+2
1998-01-18(skip_chars): Fix test for end of string, looking for `-'.Karl Heuer1-11/+16
1998-01-09(skip_chars): Handle multibyte and unibyte stringsRichard M. Stallman1-31/+57
1998-01-01(scan_sexps_forward): Additional arg FROM_BYTE. Calls changed.Richard M. Stallman1-494/+325
1997-12-21(Fparse_partial_sexp): Return nil for 9th elementRichard M. Stallman1-17/+19
1997-12-21Comment and whitespace changes.Richard M. Stallman1-21/+23
1997-11-23(back_comment): Handle 2-char comment startsKarl Heuer1-17/+12
1997-11-20(skip_chars): Check type of `string' before using it.Karl Heuer1-2/+2
1997-07-24(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.Richard M. Stallman1-1/+7
1997-07-12(init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.Richard M. Stallman1-1/+1
1997-07-04Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1-3/+3
1997-06-29(scan_sexps_forward): Split up a complex if-test.Richard M. Stallman1-4/+18
1997-06-02(Fsyntax_table_p, check_syntax_table): Use EQ.Richard M. Stallman1-6/+6
1997-05-31(Fforward_comment): Handle unmatched two-character comment starters.Richard M. Stallman1-0/+11
1997-05-31(back_comment): Detect 2-char comment starts properly.Richard M. Stallman1-9/+15
1997-05-13(describe_syntax_1): Pass new args to describe_vector.Richard M. Stallman1-2/+3
1997-04-28(skip_chars): Fix previous change in syntax/backward case.Richard M. Stallman1-4/+8