index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syntax.c
Age
Commit message (
Expand
)
Author
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-08-30
Merge changes from emacs-23 branch
Chong Yidong
2011-08-30
Fix syntax scanning bug causing fontification crashes.
Chong Yidong
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-05-28
[ChangeLog]
Paul Eggert
2011-05-09
Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...
Eli Zaretskii
2011-04-25
Merge from mainline.
Paul Eggert
2011-04-25
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-24
Repair the MSDOS build following latest changes.
Eli Zaretskii
2011-04-16
Fix regex.c, syntax.c and friends for buffers > 2GB.
Eli Zaretskii
2011-04-14
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
* syntax.c (syntax_temp): Define only if !__GNUC__.
Paul Eggert
2011-04-10
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-09
* syntax.c (skip_chars): Likewise.
Paul Eggert
2011-04-04
* syntax.c (update_syntax_table): Use unsigned instead of int.
Paul Eggert
2011-04-04
* syntax.c (scan_words): Remove var that was set but not used.
Paul Eggert
2011-03-27
* syntax.c (scan_sexps_forward): Avoid pointer wraparound.
Paul Eggert
2011-03-16
* syntax.c (back_comment, skip_chars): Mark vars as initialized.
Paul Eggert
2011-03-16
* syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
Paul Eggert
2011-02-16
Change B_ to BVAR
Tom Tromey
2011-02-14
Hide implementation of `struct buffer'
Tom Tromey
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-18
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-02
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2010-12-27
Remove unused declarations
Andreas Schwab
2010-11-20
* src/xfaces.c (lookup_face): Make static.
Andreas Schwab
2010-09-24
Fix int/EMACS_INT use in casefiddle.c and syntax.c.
Eli Zaretskii
2010-09-23
Merge changes from emacs-23 branch
Chong Yidong
2010-09-21
* src/syntax.c (back_comment): Detect the case where a 1-char comment
Stefan Monnier
2010-08-12
Introduce a new comment style "c" flag.
Stefan Monnier
2010-07-12
Convert old-style definitions
Andreas Schwab
2010-07-08
Convert DEFUNs to standard C.
Dan Nicolaescu
2010-07-08
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab
2010-07-04
Convert declarations or definitions to standard C.
Dan Nicolaescu
2010-07-04
Convert (most) functions in src to standard C.
Dan Nicolaescu
2010-07-02
Remove __P and P_ from .c and .m files and definition of P_
Jan D
2010-05-05
* syntax.c (Fchar_syntax): Check the arg is a character.
Stefan Monnier
2010-03-10
Cleanup setup of gl_state in various parts of the code.
Stefan Monnier
2010-03-05
(skip_chars): Setup gl_state (bug#3823).
Stefan Monnier
2010-01-13
Add 2010 to copyright years.
Glenn Morris
2009-11-21
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Andreas Schwab
2009-11-06
* xterm.c (syms_of_xterm):
Dan Nicolaescu
2009-10-19
* alloc.c: Do not define struct catchtag.
Dan Nicolaescu
2009-10-18
Remove leftover table unibyte_to_multibyte_table.
Stefan Monnier
2009-10-04
Fix typos in comments.
Juanma Barranquero
[next]