log src/syntax.c @ 22486:a28020246db1

age author description
Sun, 14 Jun 1998 19:04:01 +0000 Richard M. Stallman (skip_chars): Don't examine STRING before verifying that it is a string.
Thu, 11 Jun 1998 02:33:06 +0000 Richard M. Stallman (Fforward_comment): Properly compute BYTEPOS arg to char_quoted.
Mon, 08 Jun 1998 04:29:46 +0000 Richard M. Stallman (struct lisp_parse_state): New field, levelstarts.
Sat, 06 Jun 1998 20:20:13 +0000 Richard M. Stallman (scan_lists): Properly skip the comment-fence character
Mon, 18 May 1998 04:53:37 +0000 Kenichi Handa (skip_chars): Fix previous change.
Mon, 18 May 1998 00:59:38 +0000 Kenichi Handa (skip_chars): Fix bug in handling a range which
Wed, 13 May 1998 06:47:15 +0000 Richard M. Stallman (skip_chars): When fetching char after \,
Sat, 09 May 1998 07:39:00 +0000 Richard M. Stallman (scan_lists, scan_sexps_forward): Move complex expressions
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Wed, 18 Mar 1998 00:11:33 +0000 Richard M. Stallman (Fbackward_prefix_chars): Set point properly while scanning.
Mon, 02 Mar 1998 02:40:53 +0000 Richard M. Stallman (update_syntax_table): Properly update `position' field of used intervals.
Sun, 22 Feb 1998 01:04:11 +0000 Karl Heuer (update_syntax_table): Fix calculations using offset.
Mon, 16 Feb 1998 03:02:53 +0000 Richard M. Stallman (skip_chars): Use INC_POS instead of INC_BOTH.
Sun, 25 Jan 1998 01:55:51 +0000 Richard M. Stallman (back_comment): Move the find_defun_start call
Wed, 21 Jan 1998 22:02:05 +0000 Richard M. Stallman (skip_chars): Use unibyte_char_to_multibyte,