projects/cl-irregsexp/cl-irregsexp.git
3 years agonew benchmark results master
John Fremlin [Thu, 18 Mar 2010 00:21:54 +0000] 
new benchmark results

3 years agoadded new re2 library benchmark
John Fremlin [Thu, 18 Mar 2010 00:21:27 +0000] 
added new re2 library benchmark

3 years agoupdate to new c++ std support
John Fremlin [Thu, 18 Mar 2010 00:21:04 +0000] 
update to new c++ std support

3 years agocorrect sign for -1 etc
John Fremlin [Thu, 11 Mar 2010 20:29:57 +0000] 
correct sign for -1 etc

3 years agocorrect parsing of floats like -0.1
John Fremlin [Thu, 11 Mar 2010 18:50:38 +0000] 
correct parsing of floats like -0.1

3 years agocorrect major bracket typo
John Fremlin [Sat, 9 Jan 2010 03:32:20 +0000] 
correct major bracket typo

3 years agoinline version of alist-get
John Fremlin [Sun, 3 Jan 2010 01:36:04 +0000] 
inline version of alist-get

3 years agodo not allocate a buffer for replacements unless at least one replacement is done
John Fremlin [Sun, 20 Dec 2009 05:28:56 +0000] 
do not allocate a buffer for replacements unless at least one replacement is done

3 years agoallow the declaration used in defun-speedy to be configured
John Fremlin [Thu, 19 Nov 2009 10:51:57 +0000] 
allow the declaration used in defun-speedy to be configured

3 years agoremove sbcl workaround now bug 410940 is fixed
John Fremlin [Thu, 19 Nov 2009 10:50:36 +0000] 
remove sbcl workaround now bug 410940 is fixed

3 years agoremove unnecessary variable
John Fremlin [Wed, 7 Oct 2009 10:39:09 +0000] 
remove unnecessary variable

3 years agoturn on optimizations
John Fremlin [Tue, 6 Oct 2009 11:19:39 +0000] 
turn on optimizations

3 years agoredid the replace code to make it O(n) instead of O(n^2)
John Fremlin [Tue, 6 Oct 2009 11:17:23 +0000] 
redid the replace code to make it O(n) instead of O(n^2)

3 years agosome care for replace.lisp, notably get rid of the single usage of iterate
Attila Lendvai [Wed, 30 Sep 2009 14:04:14 +0000] 
some care for replace.lisp, notably get rid of the single usage of iterate

3 years agodon't abbreviate in integer &key max-len. also propagate them to make them usable...
Attila Lendvai [Mon, 28 Sep 2009 22:46:25 +0000] 
don't abbreviate in integer &key max-len. also propagate them to make them usable as (foo (integer :max-length 2))

3 years agomove to alexandria from cl-utilities as recommended by Attila Lendvai
John Fremlin [Tue, 29 Sep 2009 04:49:11 +0000] 
move to alexandria from cl-utilities as recommended by Attila Lendvai

3 years agodon't try to compiler macroexpand forms that are not normal function names
John Fremlin [Sun, 20 Sep 2009 09:38:32 +0000] 
don't try to compiler macroexpand forms that are not normal function names

3 years agocorrect force-byte-vector
John Fremlin [Sat, 19 Sep 2009 11:42:04 +0000] 
correct force-byte-vector

3 years agoNote sbcl bug
John Fremlin [Sun, 9 Aug 2009 05:25:41 +0000] 
Note sbcl bug

3 years agotweaks
John Fremlin [Sat, 8 Aug 2009 16:19:16 +0000] 
tweaks

3 years agoupdate tests to new match-integer
John Fremlin [Sat, 8 Aug 2009 16:19:03 +0000] 
update tests to new match-integer

3 years agohandle constant symbols as literal constants
John Fremlin [Sat, 8 Aug 2009 16:17:06 +0000] 
handle constant symbols as literal constants

3 years agofix utf8 correctness on lisps where char-code-limit is smaller than #x200000 (e.g...
John Fremlin [Sat, 8 Aug 2009 16:16:27 +0000] 
fix utf8 correctness on lisps where char-code-limit is smaller than #x200000 (e.g. sbcl)

3 years agouse compiler-macros as god intended (doh)
John Fremlin [Sun, 26 Jul 2009 09:52:09 +0000] 
use compiler-macros as god intended (doh)

3 years agofaster replace when no replacement is done
John Fremlin [Sun, 26 Jul 2009 09:51:49 +0000] 
faster replace when no replacement is done

3 years agocorrect range type declaration for integer matchers
John Fremlin [Thu, 2 Jul 2009 12:05:06 +0000] 
correct range type declaration for integer matchers

3 years agocorrect utf8 decode for lisps that do not support the full Unicode code space
John Fremlin [Sat, 20 Jun 2009 08:04:45 +0000] 
correct utf8 decode for lisps that do not support the full Unicode code space

3 years agobetter inlining for SBCL
John Fremlin [Sun, 31 May 2009 00:19:16 +0000] 
better inlining for SBCL

4 years agoCorrectly handle floats starting with 0.
John Fremlin [Sat, 2 May 2009 09:47:38 +0000] 
Correctly handle floats starting with 0.

4 years agoMerge branch 'master' of http://common-lisp.net/projects/cl-irregsexp/cl-irregsexp
John Fremlin [Sun, 22 Mar 2009 15:49:39 +0000] 
Merge branch 'master' of common-lisp.net/projects/cl-irregsexp/cl-irregsexp

4 years agofix alist-get
John Fremlin [Sun, 22 Mar 2009 15:48:52 +0000] 
fix alist-get

4 years agosmall fixes
John Fremlin [Sun, 22 Mar 2009 15:41:06 +0000] 
small fixes

4 years agoportability fixes
John Fremlin [Wed, 11 Feb 2009 23:49:18 +0000] 
portability fixes

4 years agobugfix when (match-end) is included in a match-until-and-eat
John Fremlin [Sat, 7 Feb 2009 18:37:03 +0000] 
bugfix when (match-end) is included in a match-until-and-eat

4 years agocorrect cdr-assoc and small fixes
John Fremlin [Sat, 7 Feb 2009 15:28:00 +0000] 
correct cdr-assoc and small fixes

4 years agoAdded split functionality
John Fremlin [Fri, 23 Jan 2009 14:51:08 +0000] 
Added split functionality

4 years agoDocument git
John Fremlin [Sat, 10 Jan 2009 14:44:06 +0000] 
Document git

4 years agotest commit
John Fremlin [Sat, 10 Jan 2009 14:30:35 +0000] 
test commit

4 years agosmall fixes
John Fremlin [Sat, 3 Jan 2009 15:08:34 +0000] 
small fixes

4 years agoadded bind macros and some tweaks
John Fremlin [Sat, 3 Jan 2009 11:28:04 +0000] 
added bind macros and some tweaks

4 years agoadded match-float and the bench stuff
John Fremlin [Mon, 3 Nov 2008 07:21:01 +0000] 
added match-float and the bench stuff

4 years agotidy up
John Fremlin [Sat, 1 Nov 2008 15:31:27 +0000] 
tidy up

4 years agobooted the specials *pos* and *target* down to lexical vars
John Fremlin [Sat, 1 Nov 2008 14:40:38 +0000] 
booted the specials *pos* and *target* down to lexical vars

4 years agomoved to macros as inline fails on sbcl
John Fremlin [Sat, 1 Nov 2008 13:59:23 +0000] 
moved to macros as inline fails on sbcl

4 years agogot rid of *fail*, everything is lexical now
John Fremlin [Wed, 29 Oct 2008 15:36:48 +0000] 
got rid of *fail*, everything is lexical now

4 years agonow passing all tests
John Fremlin [Sun, 26 Oct 2008 20:57:33 +0000] 
now passing all tests

4 years agocorrect many performance bugs and restructure
John Fremlin [Sun, 26 Oct 2008 13:24:17 +0000] 
correct many performance bugs and restructure

4 years agoIR for more optimisations and some documentation
John Fremlin [Fri, 24 Oct 2008 07:57:43 +0000] 
IR for more optimisations and some documentation

4 years agoconstants can be any fixed length prefix
John Fremlin [Thu, 16 Oct 2008 14:56:51 +0000] 
constants can be any fixed length prefix

4 years agosome tweaks for better compilation speed and memory usage on sbcl
John Fremlin [Sat, 11 Oct 2008 17:56:05 +0000] 
some tweaks for better compilation speed and memory usage on sbcl

4 years agochange integer parsing to macro
John Fremlin [Mon, 29 Sep 2008 17:22:20 +0000] 
change integer parsing to macro

4 years agotweaks
John Fremlin [Tue, 23 Sep 2008 16:46:03 +0000] 
tweaks

4 years agoadd native utf8
John Fremlin [Sun, 21 Sep 2008 15:49:09 +0000] 
add native utf8

4 years agotypo
John Fremlin [Fri, 22 Aug 2008 21:15:39 +0000] 
typo

4 years agoBM and doc
John Fremlin [Fri, 22 Aug 2008 21:01:50 +0000] 
BM and doc

5 years agomany fixes; now working with HTTP server
John Fremlin [Mon, 28 Apr 2008 11:46:43 +0000] 
many fixes; now working with HTTP server

5 years agogitignore
John Fremlin [Sat, 12 Apr 2008 17:51:57 +0000] 
gitignore

5 years agostart
John Fremlin [Sat, 12 Apr 2008 17:51:32 +0000] 
start