aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-07* syntax.c (Fskip_syntax_backward): Doc clarification.Lars Ingebrigtsen1-1/+2
2014-02-05Fix bug #16453.Bastien Guerry1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-09-21Fix syntax.h bug introduced by recent INLINE change.Paul Eggert1-3/+5
2013-09-20A simpler, centralized INLINE.Paul Eggert1-2/+0
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov1-3/+3
2013-08-13Doc fix for forward-word and backward-word.Xue Fuqiao1-0/+1
2013-07-10Syntax cleanup, mostly replacing macros with functions.Paul Eggert1-72/+200
2013-06-20* syntax.c: Integer cleanups.Paul Eggert1-189/+162
2013-06-18* syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert1-24/+21
2013-02-10* syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov1-0/+1
2013-02-08* search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov1-2/+5
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov1-2/+2
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert1-2/+2
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-09-08Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong1-5/+5
2012-08-17* buffer.h (BSET): Remove.Paul Eggert1-1/+8
2012-08-17* lisp.h (CSET): Remove.Paul Eggert1-1/+1
2012-08-16Use ASCII tests for character types.Paul Eggert1-1/+0
2012-08-16Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov1-1/+1
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov1-1/+1
2012-08-08Cleanup intervals.Dmitry Antipov1-6/+6
2012-08-04Doc fixes and improvements for syntax tables.Chong Yidong1-1/+1
2012-07-30* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert1-4/+4
2012-07-27Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii1-1/+1
2012-07-27Utility function to make a list from specified amount of objects.Dmitry Antipov1-1/+1
2012-07-10Optimize pure C strings initialization.Dmitry Antipov1-1/+1
2012-07-05More xmalloc and related cleanup.Paul Eggert1-2/+2
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey1-1/+0
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov1-10/+9
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-1/+1
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-1/+1
2012-02-20Spelling fix.Paul Eggert1-1/+1
2012-02-17Clarify doc of scan-lists.Chong Yidong1-8/+13
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-10-25* syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert this part of the change.Paul Eggert1-2/+2
2011-09-21Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert1-2/+2
2011-09-21* syntax.c (scan_words): Revamp to pacify GCC 4.6.1.Paul Eggert1-2/+2
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-94/+98
2011-08-30Fix syntax scanning bug causing fontification crashes.Chong Yidong1-0/+5
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-6/+3
2011-05-28[ChangeLog]Paul Eggert1-1/+1
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-2/+2
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert1-2/+2
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-2/+2
2011-04-24Repair the MSDOS build following latest changes.Eli Zaretskii1-0/+2
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii1-1/+1
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert1-1/+1