aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (struct lisp_parse_state, char_quoted, inc_bytepos)Stefan Monnier2008-07-241-25/+22
| | | | (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
* (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
| | | | | | (find_start_value_byte, find_start_begv, find_defun_start) (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
* 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
| | | | | | | | * character.c (Fmultibyte_char_to_unibyte): Obey the docstring. * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro. (WEAK_ALIAS): Simplify. * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap when searching a unibyte buffer.
* 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
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 751-770) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change. - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 18-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-208
| * | (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
| | | | | | | | the new location is valid.
* | (skip_syntaxes): Synch with the trunk.Kenichi Handa2007-05-211-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+3
| | | | | | | | 2001).
* | Merge from emacs--devo--0Miles Bader2006-12-161-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
| * 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
| | | | | | | | result is now neither the last elt nor optional for OLDSTATE.
* | Merge from emacs--devo--0Miles Bader2006-12-071-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-09-201-0/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 437-446) - Update from CVS - lisp/url/url-methods.el: Fix format error when http_proxy is empty string - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 137-140) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111
| * * search.c (clear_regexp_cache): New function.Chong Yidong2006-09-171-0/+5
| | | | | | | | * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
* | Merge from emacs--devo--0Miles Bader2006-07-191-36/+33
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 343-356) - Update from CVS - Update for ERC 5.1.3. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 113-115) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
| * (scan_lists): Use xsignal3.Kim F. Storm2006-07-181-14/+9
| |
| * (scan_sexps_forward): Use EMACS_INT for out_bytepos andAndreas Schwab2006-07-131-1/+1
| | | | | | | | out_charpos.
| * (check_syntax_table): Use CHECK_TYPE.Kim F. Storm2006-07-121-3/+2
| |
| * (forw_comment): Also use EMACS_INT for buffer positions.Stefan Monnier2006-07-111-2/+3
| |
| * (back_comment, scan_lists): Also use EMACS_INT for buffer positions.Stefan Monnier2006-07-091-11/+13
| |
| * (Fforward_comment): Revert the reversion.Stefan Monnier2006-07-091-5/+5
| |
| * (Fforward_comment): Use type int for `stop', `count1', `out_charpos'John Paul Wallington2006-07-091-3/+3
| | | | | | | | and `out_bytepos' too; revert Stef's previous change.
| * (Fforward_comment): Use type int for `from' and `from_byte'.John Paul Wallington2006-07-091-2/+2
| |
| * (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.Stefan Monnier2006-07-071-5/+5
| |
* | Merge from emacs--devo--0Miles Bader2006-06-201-0/+14
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 314-319) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 107) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-78
| * (init_syntax_once): Give most control chars' syntax Spunct.Richard M. Stallman2006-06-191-0/+14
| |
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58Miles Bader2006-05-021-2/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 239-258) - Update from CVS - (Ffield_beginning, find_field): Undo change of 2006-04-23. - Rcirc patch from Ryan Yeske - Merge from gnus--rel--5.10 - Clean up lisp/gnus/ChangeLog a bit * gnus--rel--5.10 (patch 91-98) - Merge from emacs--devo--0 - Update from CVS
| * (Fforward_comment): Detect generic comment at beginning ofStefan Monnier2006-05-011-2/+2
| | | | | | | | buffer when moving backwards.
| * (Fforward_comment): Don't forget to break out of the loopStefan Monnier2006-04-301-0/+3
| | | | | | | | when we skipped backward over a generic comment.
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
| * (Fparse_partial_sexp): Fix docstring.Stefan Monnier2005-10-291-2/+2
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79Miles Bader2005-09-061-4/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 519-530) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 106-111) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (update_syntax_table): Properly reproduce the special +1Stefan Monnier2005-08-291-4/+10
| | | | | | | | | | setting of e_property at the end of the buffer when bumping into the INTERVALS_AT_ONCE limit.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
| |