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
*
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Chong Yidong
2009-09-18
1
-2
/
+2
*
(Fskip_chars_forward): Fix doc typo.
Glenn Morris
2009-02-20
1
-1
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-08
1
-1
/
+1
*
* syntax.c (Fmodify_syntax_entry): Doc fix.
Juanma Barranquero
2008-12-11
1
-2
/
+2
*
(scan_words): Call word_boundary_p instead of comparing
Kenichi Handa
2008-10-22
1
-2
/
+2
*
(struct lisp_parse_state, char_quoted, inc_bytepos)
Stefan Monnier
2008-07-24
1
-25
/
+22
*
(char_quoted): Check "charpos > beg" before decrementing.
Stefan Monnier
2008-07-22
1
-16
/
+2
*
(find_start_pos, find_start_value)
Andreas Schwab
2008-07-20
1
-19
/
+19
*
various small cleanups detailed in changelogs
Adrian Robert
2008-07-16
1
-1
/
+0
*
merging Emacs.app (NeXTstep port)
Adrian Robert
2008-07-15
1
-0
/
+13
*
* character.h (CHAR_TO_BYTE_SAFE): New macro.
Stefan Monnier
2008-06-12
1
-1
/
+5
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-14
1
-6
/
+4
*
(Fforward_word): Add ^ interactive spec.
Chong Yidong
2008-04-02
1
-1
/
+1
*
(scan_lists): Follow coding convention.
Stefan Monnier
2008-02-12
1
-7
/
+14
*
Merge from emacs--devo--0
Miles Bader
2008-01-09
1
-1
/
+1
|
\
|
*
Add 2008 to copyright years.
Glenn Morris
2008-01-08
1
-1
/
+1
*
|
Merge from emacs--devo--0
Miles Bader
2007-07-27
1
-1
/
+1
|
\
|
|
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
|
*
(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
Chong Yidong
2007-06-06
1
-6
/
+6
*
|
Merge from emacs--devo--0
Miles Bader
2007-05-24
1
-7
/
+7
|
\
\
|
*
|
(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
Kenichi Handa
2007-05-22
1
-6
/
+6
|
|
/
|
*
(skip_chars): Update syntax-table only after we checked that
Stefan Monnier
2007-05-19
1
-1
/
+1
*
|
(skip_syntaxes): Synch with the trunk.
Kenichi Handa
2007-05-21
1
-1
/
+1
*
|
Merge from emacs--devo--0
Miles Bader
2007-01-26
1
-2
/
+3
|
\
|
|
*
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris
2007-01-14
1
-2
/
+3
*
|
Merge from emacs--devo--0
Miles Bader
2006-12-16
1
-2
/
+2
|
\
|
|
*
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
*
|
Merge from emacs--devo--0
Miles Bader
2006-12-07
1
-1
/
+1
|
\
|
|
*
Space/tab mixup.
Juanma Barranquero
2006-11-24
1
-1
/
+1
*
|
Merge from emacs--devo--0
Miles Bader
2006-09-20
1
-0
/
+5
|
\
|
|
*
* search.c (clear_regexp_cache): New function.
Chong Yidong
2006-09-17
1
-0
/
+5
*
|
Merge from emacs--devo--0
Miles Bader
2006-07-19
1
-36
/
+33
|
\
|
|
*
(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
*
|
Merge from emacs--devo--0
Miles Bader
2006-06-20
1
-0
/
+14
|
\
|
|
*
(init_syntax_once): Give most control chars' syntax Spunct.
Richard M. Stallman
2006-06-19
1
-0
/
+14
*
|
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Miles Bader
2006-05-02
1
-2
/
+5
|
\
|
|
*
(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
*
|
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Miles Bader
2006-02-08
1
-1
/
+1
|
\
|
|
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
|
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Miles Bader
2006-01-16
1
-2
/
+2
|
\
|
[next]