summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new comment style "c" flag.Stefan Monnier2010-08-121-70/+168
* Convert old-style definitionsAndreas Schwab2010-07-121-8/+4
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-37/+20
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-7/+7
* Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-7/+5
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-36/+15
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-7/+7
* * syntax.c (Fchar_syntax): Check the arg is a character.Stefan Monnier2010-05-051-1/+1
* Cleanup setup of gl_state in various parts of the code.Stefan Monnier2010-03-101-10/+5
* (skip_chars): Setup gl_state (bug#3823).Stefan Monnier2010-03-051-1/+7
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-13/+10
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-7/+7
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-2/+2
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
* * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).Chong Yidong2009-09-181-2/+2
* (Fskip_chars_forward): Fix doc typo.Glenn Morris2009-02-201-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * syntax.c (Fmodify_syntax_entry): Doc fix.Juanma Barranquero2008-12-111-2/+2
* (scan_words): Call word_boundary_p instead of comparingKenichi Handa2008-10-221-2/+2
* (struct lisp_parse_state, char_quoted, inc_bytepos)Stefan Monnier2008-07-241-25/+22
* (char_quoted): Check "charpos > beg" before decrementing.Stefan Monnier2008-07-221-16/+2
* (find_start_pos, find_start_value)Andreas Schwab2008-07-201-19/+19
* various small cleanups detailed in changelogsAdrian Robert2008-07-161-1/+0
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+13
* * character.h (CHAR_TO_BYTE_SAFE): New macro.Stefan Monnier2008-06-121-1/+5
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Fforward_word): Add ^ interactive spec.Chong Yidong2008-04-021-1/+1
* (scan_lists): Follow coding convention.Stefan Monnier2008-02-121-7/+14
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Chong Yidong2007-06-061-6/+6
* | Merge from emacs--devo--0Miles Bader2007-05-241-7/+7
|\ \
| * | (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Kenichi Handa2007-05-221-6/+6
| |/
| * (skip_chars): Update syntax-table only after we checked thatStefan Monnier2007-05-191-1/+1
* | (skip_syntaxes): Synch with the trunk.Kenichi Handa2007-05-211-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+3
|\ \ | |/
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+3
* | Merge from emacs--devo--0Miles Bader2006-12-161-2/+2
|\ \ | |/
| * Fix spurious open-paren-in-column-0 in a comment.Stefan Monnier2006-12-101-1/+1
| * * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of theAlan Mackenzie2006-12-091-1/+1
* | Merge from emacs--devo--0Miles Bader2006-12-071-1/+1
|\ \ | |/
| * Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
* | Merge from emacs--devo--0Miles Bader2006-09-201-0/+5
|\ \ | |/
| * * search.c (clear_regexp_cache): New function.Chong Yidong2006-09-171-0/+5
* | Merge from emacs--devo--0Miles Bader2006-07-191-36/+33
|\ \ | |/
| * (scan_lists): Use xsignal3.Kim F. Storm2006-07-181-14/+9