summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-281-1/+1
* Fix minor glitches from ‘format’ reversionPaul Eggert2015-08-231-3/+5
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-231-5/+3
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-181-4/+5
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-141-3/+4
* Fix some minor quoting issues with grave accentPaul Eggert2015-08-091-1/+3
* * src/syntax.c (Fbackward_prefix_chars): Reword docstringNicolas Richard2015-06-111-1/+2
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-8/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24; up to 117687Glenn Morris2014-11-081-1/+1
|\
| * * src/syntax.c (back_comment): Fix off-by-one error.Alan Mackenzie2014-11-061-1/+1
| * Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-281-4/+7
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-2/+4
* | Remove stray semicolons.Paul Eggert2014-09-041-1/+1
* | Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-271-4/+7
* | * syntax.c (back_comment): Use more-natural location for label.Paul Eggert2014-07-091-4/+2
|/
* * src/syntax.c (find_defun_start): Try the cache evenStefan Monnier2014-07-041-13/+23
* * syntax.c (Fskip_syntax_backward): Doc clarification.Lars Ingebrigtsen2014-02-071-1/+2
* Fix bug #16453.Bastien Guerry2014-02-051-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix syntax.h bug introduced by recent INLINE change.Paul Eggert2013-09-211-3/+5
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-261-3/+3
* Doc fix for forward-word and backward-word.Xue Fuqiao2013-08-131-0/+1
* Syntax cleanup, mostly replacing macros with functions.Paul Eggert2013-07-101-72/+200
* * syntax.c: Integer cleanups.Paul Eggert2013-06-201-189/+162
* * syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert2013-06-181-24/+21
* * syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov2013-02-101-0/+1
* * search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov2013-02-081-2/+5
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-081-5/+5
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+8
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-1/+1
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1
* Cleanup intervals.Dmitry Antipov2012-08-081-6/+6
* Doc fixes and improvements for syntax tables.Chong Yidong2012-08-041-1/+1
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-4/+4
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-1/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+2
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-1/+0
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-10/+9
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1