log src/syntax.c @ 5940:c608d4b0b75e cygwin64 tip

age author description
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Tue, 23 Aug 2011 04:41:45 +0900 Stephen J. Turnbull Fix performance regression in refactored syntax cache setup.
Mon, 08 Aug 2011 13:57:20 +0900 Stephen J. Turnbull Alan Mackenzie's syntax cache bounds fix.
Mon, 08 Aug 2011 13:57:20 +0900 Stephen J. Turnbull Improve documentation of syntax table internals.
Mon, 08 Aug 2011 13:57:20 +0900 Stephen J. Turnbull Initialize start and end properly (to new markers, not Qnil).
Mon, 08 Aug 2011 13:57:20 +0900 Stephen J. Turnbull Correct array bound for syntax_code_spec.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Wed, 24 Mar 2010 01:22:51 -0500 Ben Wing cleanup of code related to xfree(), better KKCC backtrace capabilities, document XD_INLINE_LISP_OBJECT_BLOCK_PTR, fix some memory leaks, other code cleanup
Fri, 05 Mar 2010 04:08:17 -0600 Ben Wing more cleanups, terminology clarification, lots of doc work ben-lisp-object
Wed, 24 Feb 2010 19:04:27 -0600 Ben Wing merge ben-lisp-object
Wed, 24 Feb 2010 01:58:04 -0600 Ben Wing merge ben-lisp-object
Mon, 28 Dec 2009 01:15:52 -0600 Ben Wing latest work on lisp-object workspace; ben-lisp-object
Sat, 26 Dec 2009 21:18:49 -0600 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
Sat, 20 Feb 2010 03:24:08 -0600 Ben Wing some random fixups
Mon, 08 Feb 2010 06:42:16 -0600 Ben Wing changes to VOID_TO_LISP et al.
Thu, 04 Feb 2010 07:28:14 -0600 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)