index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syntax.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris
2007-01-14
1
-2
/
+3
*
Fix spurious open-paren-in-column-0 in a comment.
Stefan Monnier
2006-12-10
1
-1
/
+1
*
* syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
Alan Mackenzie
2006-12-09
1
-1
/
+1
*
Space/tab mixup.
Juanma Barranquero
2006-11-24
1
-1
/
+1
*
* search.c (clear_regexp_cache): New function.
Chong Yidong
2006-09-17
1
-0
/
+5
*
(scan_lists): Use xsignal3.
Kim F. Storm
2006-07-18
1
-14
/
+9
*
(scan_sexps_forward): Use EMACS_INT for out_bytepos and
Andreas Schwab
2006-07-13
1
-1
/
+1
*
(check_syntax_table): Use CHECK_TYPE.
Kim F. Storm
2006-07-12
1
-3
/
+2
*
(forw_comment): Also use EMACS_INT for buffer positions.
Stefan Monnier
2006-07-11
1
-2
/
+3
*
(back_comment, scan_lists): Also use EMACS_INT for buffer positions.
Stefan Monnier
2006-07-09
1
-11
/
+13
*
(Fforward_comment): Revert the reversion.
Stefan Monnier
2006-07-09
1
-5
/
+5
*
(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
John Paul Wallington
2006-07-09
1
-3
/
+3
*
(Fforward_comment): Use type int for `from' and `from_byte'.
John Paul Wallington
2006-07-09
1
-2
/
+2
*
(Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
Stefan Monnier
2006-07-07
1
-5
/
+5
*
(init_syntax_once): Give most control chars' syntax Spunct.
Richard M. Stallman
2006-06-19
1
-0
/
+14
*
(Fforward_comment): Detect generic comment at beginning of
Stefan Monnier
2006-05-01
1
-2
/
+2
*
(Fforward_comment): Don't forget to break out of the loop
Stefan Monnier
2006-04-30
1
-0
/
+3
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
(Fparse_partial_sexp): Fix docstring.
Stefan Monnier
2005-10-29
1
-2
/
+2
*
(update_syntax_table): Properly reproduce the special +1
Stefan Monnier
2005-08-29
1
-4
/
+10
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-07
1
-1
/
+2
*
(syms_of_syntax): Staticpro lisp objects in gl_state.
Kim F. Storm
2005-07-14
1
-0
/
+8
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(Fstring_to_syntax): Follow error conventions.
Juanma Barranquero
2005-06-23
1
-1
/
+1
*
(Fforward_word): Avoid non-idempotent side-effects in macro arguments.
Stefan Monnier
2004-12-11
1
-2
/
+4
*
(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
Stefan Monnier
2004-10-27
1
-22
/
+22
*
(skip_chars): Fix for unibyte case.
Kenichi Handa
2004-08-20
1
-4
/
+4
*
(back_comment): Fixup globals in all cases.
Stefan Monnier
2004-08-19
1
-1
/
+1
*
(char_quoted): Mixup byte/char pos.
Stefan Monnier
2004-08-19
1
-1
/
+1
*
(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
Stefan Monnier
2004-06-30
1
-2
/
+0
*
(skip_chars): Only recognize [:class:] when it has the
Kim F. Storm
2004-06-15
1
-10
/
+7
*
Include regex.h.
Richard M. Stallman
2004-06-13
1
-9
/
+119
*
(char_quoted): Avoid warning about undefined operation.
Andreas Schwab
2004-06-13
1
-9
/
+18
*
(Fmodify_syntax_entry): Fix docstring.
Juanma Barranquero
2004-05-07
1
-3
/
+3
*
(scan_lists): Simplify backward string scan.
Stefan Monnier
2004-04-13
1
-11
/
+5
*
(skip_chars): Treat '-' at end of string as ordinary
Andreas Schwab
2004-01-06
1
-7
/
+8
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+3
*
(Fforward_word): Argument changed to optional. Set default value to 1.
Richard M. Stallman
2003-08-17
1
-6
/
+10
*
(find_defun_start): When open_paren_in_column_0_is_defun_start,
Richard M. Stallman
2003-05-17
1
-15
/
+18
*
(skip_chars): Fix previous change.
Kenichi Handa
2003-04-24
1
-2
/
+2
*
(skip_chars): Make the code faster by using the common
Kenichi Handa
2003-04-24
1
-55
/
+135
*
(back_comment): Only check nestedness of 2nd char if needed.
Stefan Monnier
2003-02-25
1
-1
/
+1
*
Trailing whitespace deleted.
Juanma Barranquero
2003-02-04
1
-1
/
+1
*
(Fskip_chars_forward)
Dave Love
2003-01-31
1
-2
/
+4
*
(scan_sexps_forward):
Dave Love
2002-11-14
1
-1
/
+1
*
(scan_sexps_forward): Undo last patch.
Stefan Monnier
2002-11-12
1
-2
/
+3
*
(scan_sexps_forward): Update syntax table before reading
Stefan Monnier
2002-11-09
1
-9
/
+3
*
(Fforward_comment): Doc fix.
Dave Love
2002-10-30
1
-2
/
+3
*
Fix typo in comment.
Juanma Barranquero
2002-10-18
1
-34
/
+34
*
(scan_lists): Don't get fooled by a symbol ending with a backslash-quoted char.
Stefan Monnier
2002-10-14
1
-1
/
+15
[next]