aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* (Fforward_comment): Set comstyle for Scomment_fence.Karl Heuer1999-08-161-1/+3
* (Fparse_partial_sexp): Correct test for element 8 to beDave Love1999-05-141-1/+2
* (scan_sexps_forward): Delete duplicate codeKarl Heuer1999-01-221-2/+9
* (syms_of_syntax): Fix the setup of Qscan_error.Richard M. Stallman1998-10-201-1/+1
* (scan_lists): Bring FROM back into range BEGV...ZV.Richard M. Stallman1998-10-081-1/+6
* (scan_sexps_forward): Set up the syntax table scanningRichard M. Stallman1998-08-101-4/+10
* (Fmodify_syntax_entry): Use macro STRING_BYTES to getKenichi Handa1998-06-231-2/+2
* (skip_chars): Don't examine STRING before verifying that it is a string.Richard M. Stallman1998-06-141-3/+5
* (Fforward_comment): Properly compute BYTEPOS arg to char_quoted.Richard M. Stallman1998-06-111-3/+2
* (struct lisp_parse_state): New field, levelstarts.Richard M. Stallman1998-06-081-2/+21
* (scan_lists): Properly skip the comment-fence characterRichard M. Stallman1998-06-061-43/+88
* (skip_chars): Fix previous change.Kenichi Handa1998-05-181-9/+10
* (skip_chars): Fix bug in handling a range whichKenichi Handa1998-05-181-8/+20
* (skip_chars): When fetching char after \,Richard M. Stallman1998-05-131-3/+7
* (scan_lists, scan_sexps_forward): Move complex expressionsRichard M. Stallman1998-05-091-4/+17
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+3
* (Fbackward_prefix_chars): Set point properly while scanning.Richard M. Stallman1998-03-181-17/+26
* (update_syntax_table): Properly update `position' field of used intervals.Richard M. Stallman1998-03-021-0/+15
* (update_syntax_table): Fix calculations using offset.Karl Heuer1998-02-221-26/+26
* (skip_chars): Use INC_POS instead of INC_BOTH.Richard M. Stallman1998-02-161-34/+36
* (back_comment): Move the find_defun_start callRichard M. Stallman1998-01-251-4/+19
* (skip_chars): Use unibyte_char_to_multibyte,Richard M. Stallman1998-01-211-5/+2
* (skip_chars): Fix test for end of string, looking for `-'.Karl Heuer1998-01-181-11/+16
* (skip_chars): Handle multibyte and unibyte stringsRichard M. Stallman1998-01-091-31/+57
* (scan_sexps_forward): Additional arg FROM_BYTE. Calls changed.Richard M. Stallman1998-01-011-494/+325
* (Fparse_partial_sexp): Return nil for 9th elementRichard M. Stallman1997-12-211-17/+19
* Comment and whitespace changes.Richard M. Stallman1997-12-211-21/+23
* (back_comment): Handle 2-char comment startsKarl Heuer1997-11-231-17/+12
* (skip_chars): Check type of `string' before using it.Karl Heuer1997-11-201-2/+2
* (Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.Richard M. Stallman1997-07-241-1/+7
* (init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.Richard M. Stallman1997-07-121-1/+1
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-3/+3
* (scan_sexps_forward): Split up a complex if-test.Richard M. Stallman1997-06-291-4/+18
* (Fsyntax_table_p, check_syntax_table): Use EQ.Richard M. Stallman1997-06-021-6/+6
* (Fforward_comment): Handle unmatched two-character comment starters.Richard M. Stallman1997-05-311-0/+11
* (back_comment): Detect 2-char comment starts properly.Richard M. Stallman1997-05-311-9/+15
* (describe_syntax_1): Pass new args to describe_vector.Richard M. Stallman1997-05-131-2/+3
* (skip_chars): Fix previous change in syntax/backward case.Richard M. Stallman1997-04-281-4/+8
* (skip_chars): Merge mule changes back in.Richard M. Stallman1997-04-251-20/+165
* Update copyright year.Richard M. Stallman1997-04-151-1/+1
* (SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'Richard M. Stallman1997-04-151-101/+783
* (init_syntax_once): Add trick to avoid compiler warningKenichi Handa1997-02-281-3/+9
* (describe_syntax): Handle the case that the argumentKenichi Handa1997-02-271-0/+6
* Include charset.h and category.h.Karl Heuer1997-02-201-122/+226
* (scan_lists): Signal errors using scan-error.Richard M. Stallman1997-02-101-4/+26
* Change all references from point to PT.Karl Heuer1996-09-011-2/+2
* (Fcopy_syntax_table): Set default to nil.Richard M. Stallman1996-02-241-1/+10
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):Erik Naggum1996-01-091-22/+23
* (check_syntax_table): Check the purpose slot.Richard M. Stallman1995-11-111-4/+9