2004-12-11 |
Stefan Monnier |
(Fforward_word): Avoid non-idempotent side-effects in macro arguments.
|
2004-10-27 |
Stefan Monnier |
(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
|
2004-08-20 |
Kenichi Handa |
(skip_chars): Fix for unibyte case.
|
2004-08-19 |
Stefan Monnier |
(back_comment): Fixup globals in all cases.
|
2004-08-19 |
Stefan Monnier |
(char_quoted): Mixup byte/char pos.
|
2004-06-30 |
Stefan Monnier |
(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
|
2004-06-15 |
Kim F. Storm |
(skip_chars): Only recognize [:class:] when it has the
|
2004-06-13 |
Richard M. Stallman |
Include regex.h.
|
2004-06-13 |
Andreas Schwab |
(char_quoted): Avoid warning about undefined operation.
|
2004-05-07 |
Juanma Barranquero |
(Fmodify_syntax_entry): Fix docstring.
|
2004-04-13 |
Stefan Monnier |
(scan_lists): Simplify backward string scan.
|
2004-01-06 |
Andreas Schwab |
(skip_chars): Treat '-' at end of string as ordinary
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-08-17 |
Richard M. Stallman |
(Fforward_word): Argument changed to optional. Set default value to 1.
|
2003-05-17 |
Richard M. Stallman |
(find_defun_start): When open_paren_in_column_0_is_defun_start,
|
2003-04-24 |
Kenichi Handa |
(skip_chars): Fix previous change.
|
2003-04-24 |
Kenichi Handa |
(skip_chars): Make the code faster by using the common
|
2003-02-25 |
Stefan Monnier |
(back_comment): Only check nestedness of 2nd char if needed.
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2003-01-31 |
Dave Love |
(Fskip_chars_forward)
|
2002-11-14 |
Dave Love |
(scan_sexps_forward):
|
2002-11-12 |
Stefan Monnier |
(scan_sexps_forward): Undo last patch.
|
2002-11-09 |
Stefan Monnier |
(scan_sexps_forward): Update syntax table before reading
|
2002-10-30 |
Dave Love |
(Fforward_comment): Doc fix.
|
2002-10-18 |
Juanma Barranquero |
Fix typo in comment.
|
2002-10-14 |
Stefan Monnier |
(scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.
|
2002-07-19 |
Ken Raeburn |
(Fstring_to_syntax, skip_chars): Treat Lisp string
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2001-11-26 |
Stefan Monnier |
(syms_of_syntax): Remove defsubr of Sdescribe_syntax.
|
2001-11-19 |
Stefan Monnier |
(describe_syntax): Add dummy arg.
|