log src/search.c @ 5665:8593e614573a

age author description
Tue, 08 May 2012 09:47:41 +0100 Aidan Kehoe Add cast to Ibyte *, search.c, thank you Jeff Sparkes.
Fri, 04 May 2012 21:12:02 +0100 Aidan Kehoe Support predefined character classes in #'skip-chars-{forward,backward}, too
Wed, 25 Apr 2012 20:25:33 +0100 Aidan Kehoe Actually obey POSIX rules in #'posix-string-match, don't ignore them.
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Mon, 08 Aug 2011 13:57:20 +0900 Stephen J. Turnbull Correct array bound for syntax_code_spec.
Mon, 08 Aug 2011 13:57:19 +0900 Stephen J. Turnbull Suppress "shadowed global" warnings for floor and ceil from <math.h>.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Wed, 03 Mar 2010 18:40:12 +0000 Aidan Kehoe Make #'substring an alias of #'subseq; give the latter the byte code.
Mon, 15 Feb 2010 21:51:22 -0600 Ben Wing add regexp-debugging
Mon, 08 Feb 2010 21:28:57 -0600 Ben Wing enable more warnings and fix them
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
Wed, 27 Jan 2010 00:35:36 -0600 Ben Wing function renamings to track names of char typedefs
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Sun, 31 Jan 2010 18:09:57 +0000 Aidan Kehoe Don't compare the same octet with itself if checking for boyer_moore_ok
Sat, 30 Jan 2010 22:25:39 +0000 Aidan Kehoe Don't use Boyer-Moore if repeated octets & case-insensitive search.