log src/syntax.c @ 112453:06719a229a46 default tip

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Sat, 20 Nov 2010 11:07:00 +0100 Andreas Schwab * src/xfaces.c (lookup_face): Make static.
Fri, 24 Sep 2010 11:24:47 -0400 Eli Zaretskii Fix int/EMACS_INT use in casefiddle.c and syntax.c.
Thu, 23 Sep 2010 15:00:31 -0400 Chong Yidong Merge changes from emacs-23 branch
Tue, 21 Sep 2010 17:52:13 +0200 Stefan Monnier * src/syntax.c (back_comment): Detect the case where a 1-char comment
Thu, 12 Aug 2010 16:44:16 +0200 Stefan Monnier Introduce a new comment style "c" flag.
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 21:52:39 -0700 Dan Nicolaescu Convert declarations or definitions to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Wed, 05 May 2010 13:51:40 -0400 Stefan Monnier * syntax.c (Fchar_syntax): Check the arg is a character.
Wed, 10 Mar 2010 09:45:21 -0500 Stefan Monnier Cleanup setup of gl_state in various parts of the code.
Fri, 05 Mar 2010 13:42:38 -0500 Stefan Monnier (skip_chars): Setup gl_state (bug#3823).
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sun, 18 Oct 2009 03:08:32 +0000 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
Sun, 04 Oct 2009 02:58:53 +0000 Juanma Barranquero Fix typos in comments.
Fri, 18 Sep 2009 23:40:00 +0000 Chong Yidong * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Fri, 20 Feb 2009 06:08:57 +0000 Glenn Morris (Fskip_chars_forward): Fix doc typo.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Thu, 11 Dec 2008 01:49:46 +0000 Juanma Barranquero * syntax.c (Fmodify_syntax_entry): Doc fix.
Wed, 22 Oct 2008 05:31:05 +0000 Kenichi Handa (scan_words): Call word_boundary_p instead of comparing
Thu, 24 Jul 2008 20:27:57 +0000 Stefan Monnier (struct lisp_parse_state, char_quoted, inc_bytepos)
Tue, 22 Jul 2008 17:09:24 +0000 Stefan Monnier (char_quoted): Check "charpos > beg" before decrementing.
Sun, 20 Jul 2008 18:37:46 +0000 Andreas Schwab (find_start_pos, find_start_value)
Wed, 16 Jul 2008 23:24:46 +0000 Adrian Robert various small cleanups detailed in changelogs
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)
Thu, 12 Jun 2008 20:25:47 +0000 Stefan Monnier * character.h (CHAR_TO_BYTE_SAFE): New macro.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 02 Apr 2008 20:15:32 +0000 Chong Yidong (Fforward_word): Add ^ interactive spec.
Tue, 12 Feb 2008 21:29:33 +0000 Stefan Monnier (scan_lists): Follow coding convention.
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Thu, 24 May 2007 21:31:10 +0000 Miles Bader Merge from emacs--devo--0
Mon, 21 May 2007 12:40:01 +0000 Kenichi Handa (skip_syntaxes): Synch with the trunk.
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Dec 2006 01:29:26 +0000 Miles Bader Merge from emacs--devo--0
Thu, 07 Dec 2006 04:14:14 +0000 Miles Bader Merge from emacs--devo--0
Wed, 20 Sep 2006 06:04:23 +0000 Miles Bader Merge from emacs--devo--0
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Tue, 20 Jun 2006 07:35:06 +0000 Miles Bader Merge from emacs--devo--0
Tue, 02 May 2006 05:51:52 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Tue, 06 Sep 2005 00:25:20 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Fri, 22 Jul 2005 08:27:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Fri, 24 Jun 2005 01:59:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
Tue, 14 Dec 2004 07:34:55 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78
Thu, 04 Nov 2004 08:55:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
Fri, 29 Oct 2004 00:24:33 +0000 Kenichi Handa (skip_syntaxes): Return lispy 0 (not nil) if point is