Sun, 17 Sep 2006 17:38:59 +0000 |
Chong Yidong |
* search.c (clear_regexp_cache): New function.
|
Tue, 18 Jul 2006 13:29:00 +0000 |
Kim F. Storm |
(scan_lists): Use xsignal3.
|
Thu, 13 Jul 2006 11:43:52 +0000 |
Andreas Schwab |
(scan_sexps_forward): Use EMACS_INT for out_bytepos and
|
Wed, 12 Jul 2006 13:21:51 +0000 |
Kim F. Storm |
(check_syntax_table): Use CHECK_TYPE.
|
Tue, 11 Jul 2006 13:52:21 +0000 |
Stefan Monnier |
(forw_comment): Also use EMACS_INT for buffer positions.
|
Sun, 09 Jul 2006 14:36:07 +0000 |
Stefan Monnier |
(back_comment, scan_lists): Also use EMACS_INT for buffer positions.
|
Sun, 09 Jul 2006 14:19:33 +0000 |
Stefan Monnier |
(Fforward_comment): Revert the reversion.
|
Sun, 09 Jul 2006 03:31:25 +0000 |
John Paul Wallington |
(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
|
Sun, 09 Jul 2006 03:19:16 +0000 |
John Paul Wallington |
(Fforward_comment): Use type int for `from' and `from_byte'.
|
Fri, 07 Jul 2006 16:52:13 +0000 |
Stefan Monnier |
(Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
|
Mon, 19 Jun 2006 21:54:58 +0000 |
Richard M. Stallman |
(init_syntax_once): Give most control chars' syntax Spunct.
|
Mon, 01 May 2006 13:09:24 +0000 |
Stefan Monnier |
(Fforward_comment): Detect generic comment at beginning of
|
Sun, 30 Apr 2006 15:35:54 +0000 |
Stefan Monnier |
(Fforward_comment): Don't forget to break out of the loop
|
Mon, 06 Feb 2006 15:23:23 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Sat, 29 Oct 2005 16:05:41 +0000 |
Stefan Monnier |
(Fparse_partial_sexp): Fix docstring.
|
Mon, 29 Aug 2005 20:49:28 +0000 |
Stefan Monnier |
(update_syntax_table): Properly reproduce the special +1
|
Sun, 07 Aug 2005 12:33:19 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Thu, 14 Jul 2005 11:24:18 +0000 |
Kim F. Storm |
(syms_of_syntax): Staticpro lisp objects in gl_state.
|
Mon, 04 Jul 2005 16:49:24 +0000 |
Lute Kamstra |
Update FSF's address.
|
Thu, 23 Jun 2005 16:15:29 +0000 |
Juanma Barranquero |
(Fstring_to_syntax): Follow error conventions.
|
Sat, 11 Dec 2004 21:59:15 +0000 |
Stefan Monnier |
(Fforward_word): Avoid non-idempotent side-effects in macro arguments.
|
Wed, 27 Oct 2004 20:15:05 +0000 |
Stefan Monnier |
(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
|
Fri, 20 Aug 2004 08:46:50 +0000 |
Kenichi Handa |
(skip_chars): Fix for unibyte case.
|
Thu, 19 Aug 2004 22:17:59 +0000 |
Stefan Monnier |
(back_comment): Fixup globals in all cases.
|
Thu, 19 Aug 2004 19:00:58 +0000 |
Stefan Monnier |
(char_quoted): Mixup byte/char pos.
|
Wed, 30 Jun 2004 19:34:49 +0000 |
Stefan Monnier |
(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
|
Tue, 15 Jun 2004 09:42:31 +0000 |
Kim F. Storm |
(skip_chars): Only recognize [:class:] when it has the
|
Sun, 13 Jun 2004 22:25:34 +0000 |
Richard M. Stallman |
Include regex.h.
|
Sun, 13 Jun 2004 15:28:55 +0000 |
Andreas Schwab |
(char_quoted): Avoid warning about undefined operation.
|
Fri, 07 May 2004 22:26:29 +0000 |
Juanma Barranquero |
(Fmodify_syntax_entry): Fix docstring.
|
Tue, 13 Apr 2004 21:45:13 +0000 |
Stefan Monnier |
(scan_lists): Simplify backward string scan.
|
Tue, 06 Jan 2004 16:10:13 +0000 |
Andreas Schwab |
(skip_chars): Treat '-' at end of string as ordinary
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Sun, 17 Aug 2003 00:25:17 +0000 |
Richard M. Stallman |
(Fforward_word): Argument changed to optional. Set default value to 1.
|
Sat, 17 May 2003 12:50:24 +0000 |
Richard M. Stallman |
(find_defun_start): When open_paren_in_column_0_is_defun_start,
|
Thu, 24 Apr 2003 23:24:51 +0000 |
Kenichi Handa |
(skip_chars): Fix previous change.
|
Thu, 24 Apr 2003 01:27:55 +0000 |
Kenichi Handa |
(skip_chars): Make the code faster by using the common
|
Tue, 25 Feb 2003 01:36:23 +0000 |
Stefan Monnier |
(back_comment): Only check nestedness of 2nd char if needed.
|
Tue, 04 Feb 2003 14:56:31 +0000 |
Juanma Barranquero |
Trailing whitespace deleted.
|
Fri, 31 Jan 2003 15:38:54 +0000 |
Dave Love |
(Fskip_chars_forward)
|
Thu, 14 Nov 2002 14:17:40 +0000 |
Dave Love |
(scan_sexps_forward):
|
Tue, 12 Nov 2002 20:40:47 +0000 |
Stefan Monnier |
(scan_sexps_forward): Undo last patch.
|
Sat, 09 Nov 2002 22:20:02 +0000 |
Stefan Monnier |
(scan_sexps_forward): Update syntax table before reading
|
Wed, 30 Oct 2002 19:17:31 +0000 |
Dave Love |
(Fforward_comment): Doc fix.
|
Fri, 18 Oct 2002 10:09:43 +0000 |
Juanma Barranquero |
Fix typo in comment.
|
Mon, 14 Oct 2002 04:43:22 +0000 |
Stefan Monnier |
(scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.
|
Fri, 19 Jul 2002 14:27:24 +0000 |
Ken Raeburn |
(Fstring_to_syntax, skip_chars): Treat Lisp string
|
Mon, 15 Jul 2002 00:00:41 +0000 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
Mon, 26 Nov 2001 23:37:01 +0000 |
Stefan Monnier |
(syms_of_syntax): Remove defsubr of Sdescribe_syntax.
|
Mon, 19 Nov 2001 22:46:47 +0000 |
Stefan Monnier |
(describe_syntax): Add dummy arg.
|
Fri, 02 Nov 2001 23:27:02 +0000 |
Stefan Monnier |
(describe_syntax): New wrapper.
|
Fri, 02 Nov 2001 20:46:55 +0000 |
Pavel Jank |
Update usage of CHECK_ macros (remove unused second argument).
|
Thu, 25 Oct 2001 04:18:22 +0000 |
Stefan Monnier |
Fix comment ending.
|
Tue, 23 Oct 2001 12:00:50 +0000 |
Pavel Jank |
(modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.
|
Sat, 20 Oct 2001 20:54:39 +0000 |
Pavel Jank |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
Fri, 12 Oct 2001 01:37:54 +0000 |
Stefan Monnier |
(update_syntax_table): Simplify.
|
Wed, 10 Oct 2001 16:05:21 +0000 |
Stefan Monnier |
Include keymap.h.
|
Sat, 08 Sep 2001 14:30:12 +0000 |
Richard M. Stallman |
Comment change.
|
Fri, 15 Jun 2001 07:31:16 +0000 |
Eli Zaretskii |
Fixed a typo in a comment.
|
Tue, 01 May 2001 13:49:44 +0000 |
Stefan Monnier |
(update_syntax_table): Check that oldi has the same
|
Sat, 09 Dec 2000 20:17:47 +0000 |
Stefan Monnier |
(scan_lists): Check that the right quote char has the
|
Tue, 24 Oct 2000 00:09:09 +0000 |
Kenichi Handa |
*** empty log message ***
|
Sun, 15 Oct 2000 22:12:01 +0000 |
Stefan Monnier |
(describe_syntax): Add code for comment and string fences.
|
Sun, 15 Oct 2000 21:42:41 +0000 |
Stefan Monnier |
(Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.
|
Sun, 15 Oct 2000 05:55:40 +0000 |
Eli Zaretskii |
Fix wording in a comment.
|
Thu, 12 Oct 2000 02:54:26 +0000 |
Kenichi Handa |
(skip_chars): Change the way of handling a range from unibyte char to
|
Mon, 02 Oct 2000 22:15:14 +0000 |
Stefan Monnier |
(prev_char_comstart_first): Remove.
|
Mon, 02 Oct 2000 21:59:00 +0000 |
Stefan Monnier |
(forw_comment): Match nestedness of ender/starter.
|
Thu, 28 Sep 2000 01:42:31 +0000 |
Kenichi Handa |
(skip_chars): Handle negation correctly.
|
Sun, 27 Aug 2000 17:44:42 +0000 |
Stefan Monnier |
(back_comment): Detect cases where a comment-starter is
|
Mon, 07 Aug 2000 05:57:08 +0000 |
Kenichi Handa |
* syntax.c (skip_chars): Fix previous change. Make the handling of
|
Sat, 05 Aug 2000 01:45:10 +0000 |
Kenichi Handa |
(skip_chars): Fix handling of multibyte<->unibyte conversion.
|
Fri, 04 Aug 2000 15:07:13 +0000 |
Gerd Moellmann |
(skip_chars): Fix typo in error message.
|
Tue, 25 Jul 2000 09:19:52 +0000 |
Gerd Moellmann |
(Fforward_word): Add last arg nil in call of
|
Fri, 14 Jul 2000 17:49:13 +0000 |
Dave Love |
(back_comment): Add null default in switch for pcc.
|
Wed, 12 Jul 2000 01:08:20 +0000 |
Stefan Monnier |
(back_comment): Use one switch rather than a few `if's.
|
Wed, 21 Jun 2000 14:56:24 +0000 |
Stefan Monnier |
(back_comment): Simplify string-parity counting (with
|
Tue, 20 Jun 2000 22:48:26 +0000 |
Stefan Monnier |
(scan_sexps_forward):
|
Tue, 20 Jun 2000 22:30:44 +0000 |
Stefan Monnier |
(describe_syntax): Recognize the `n'estable bit.
|
Mon, 19 Jun 2000 22:21:53 +0000 |
Dave Love |
(Fparse_partial_sexp): Doc fix.
|
Mon, 29 May 2000 16:16:45 +0000 |
Gerd Moellmann |
(find_defun_start): Move test for
|
Tue, 23 May 2000 02:25:45 +0000 |
Kenichi Handa |
(skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
|
Mon, 27 Mar 2000 12:50:13 +0000 |
Gerd Moellmann |
Use new macro names
|
Sun, 26 Mar 2000 14:06:41 +0000 |
Gerd Moellmann |
(Fset_syntax_table): Use new macros for per-buffer
|
Fri, 24 Mar 2000 20:49:56 +0000 |
Gerd Moellmann |
(open_paren_in_column_0_is_defun_start): New variable.
|
Wed, 22 Mar 2000 21:44:05 +0000 |
Ken Raeburn |
Changes towards better type safety regarding intervals, primarily
|
Wed, 23 Feb 2000 00:10:34 +0000 |
Kenichi Handa |
(multibyte_syntax_as_symbol): New variable.
|
Thu, 17 Feb 2000 05:57:38 +0000 |
Stefan Monnier |
(Fforward_comment): Undo the previous change, since cc-mode
|
Tue, 15 Feb 2000 06:21:26 +0000 |
Stefan Monnier |
(back_comment): Make sure we only consider comment-starters
|
Sat, 01 Jan 2000 17:23:34 +0000 |
Gerd Moellmann |
(Fforward_word): Undo previous change.
|
Sat, 01 Jan 2000 17:06:50 +0000 |
Gerd Moellmann |
(Fforward_word): Notice field boundaries only if
|
Mon, 22 Nov 1999 08:19:51 +0000 |
Paul Eggert |
* callproc.c (strerror): Remove decl.
|
Tue, 09 Nov 1999 19:00:59 +0000 |
Richard M. Stallman |
(Fforward_word): Handle fields even if would have hit
|
Mon, 01 Nov 1999 13:55:25 +0000 |
Gerd Moellmann |
Remove whitespace after open or in front of closing parentheses.
|
Sun, 17 Oct 1999 12:56:25 +0000 |
Gerd Moellmann |
(Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
|
Mon, 20 Sep 1999 00:34:44 +0000 |
Gerd Moellmann |
(update_syntax_table, find_defun_start, back_comment,
|
Mon, 13 Sep 1999 03:35:33 +0000 |
Ken Raeburn |
Use XCAR and XCDR instead of explicit member access.
|
Sun, 12 Sep 1999 20:21:56 +0000 |
Gerd Moellmann |
(Fforward_word): Use prompt_end_charpos instead
|
Thu, 02 Sep 1999 20:35:55 +0000 |
Gerd Moellmann |
(Fforward_word): Stop at a mini-buffer prompt end
|
Sun, 29 Aug 1999 21:32:52 +0000 |
Richard M. Stallman |
(lisp_parse_state, back_comment, Fmodify_syntax_entry)
|
Wed, 25 Aug 1999 21:12:36 +0000 |
Gerd Moellmann |
(Fforward_word): If in a mini-buffer and moving
|
Mon, 16 Aug 1999 20:34:56 +0000 |
Karl Heuer |
(Fforward_comment): Set comstyle for Scomment_fence.
|
Fri, 14 May 1999 09:51:02 +0000 |
Dave Love |
(Fparse_partial_sexp): Correct test for element 8 to be
|
Fri, 22 Jan 1999 21:57:43 +0000 |
Karl Heuer |
(scan_sexps_forward): Delete duplicate code
|
Tue, 20 Oct 1998 20:56:18 +0000 |
Richard M. Stallman |
(syms_of_syntax): Fix the setup of Qscan_error.
|
Thu, 08 Oct 1998 10:47:51 +0000 |
Richard M. Stallman |
(scan_lists): Bring FROM back into range BEGV...ZV.
|
Mon, 10 Aug 1998 21:19:03 +0000 |
Richard M. Stallman |
(scan_sexps_forward): Set up the syntax table scanning
|
Tue, 23 Jun 1998 00:29:51 +0000 |
Kenichi Handa |
(Fmodify_syntax_entry): Use macro STRING_BYTES to get
|
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.
|