summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
John Fremlin [Thu, 18 Mar 2010 00:21:54 +0000]
new benchmark results
John Fremlin [Thu, 18 Mar 2010 00:21:27 +0000]
added new re2 library benchmark
John Fremlin [Thu, 18 Mar 2010 00:21:04 +0000]
update to new c++ std support
John Fremlin [Thu, 11 Mar 2010 20:29:57 +0000]
correct sign for -1 etc
John Fremlin [Thu, 11 Mar 2010 18:50:38 +0000]
correct parsing of floats like -0.1
John Fremlin [Sat, 9 Jan 2010 03:32:20 +0000]
correct major bracket typo
John Fremlin [Sun, 3 Jan 2010 01:36:04 +0000]
inline version of alist-get
John Fremlin [Sun, 20 Dec 2009 05:28:56 +0000]
do not allocate a buffer for replacements unless at least one replacement is done
John Fremlin [Thu, 19 Nov 2009 10:51:57 +0000]
allow the declaration used in defun-speedy to be configured
John Fremlin [Thu, 19 Nov 2009 10:50:36 +0000]
remove sbcl workaround now bug 410940 is fixed
John Fremlin [Wed, 7 Oct 2009 10:39:09 +0000]
remove unnecessary variable
John Fremlin [Tue, 6 Oct 2009 11:19:39 +0000]
turn on optimizations
John Fremlin [Tue, 6 Oct 2009 11:17:23 +0000]
redid the replace code to make it O(n) instead of O(n^2)
Attila Lendvai [Wed, 30 Sep 2009 14:04:14 +0000]
some care for replace.lisp, notably get rid of the single usage of iterate
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))
John Fremlin [Tue, 29 Sep 2009 04:49:11 +0000]
move to alexandria from cl-utilities as recommended by Attila Lendvai
John Fremlin [Sun, 20 Sep 2009 09:38:32 +0000]
don't try to compiler macroexpand forms that are not normal function names
John Fremlin [Sat, 19 Sep 2009 11:42:04 +0000]
correct force-byte-vector
John Fremlin [Sun, 9 Aug 2009 05:25:41 +0000]
Note sbcl bug
John Fremlin [Sat, 8 Aug 2009 16:19:16 +0000]
tweaks
John Fremlin [Sat, 8 Aug 2009 16:19:03 +0000]
update tests to new match-integer
John Fremlin [Sat, 8 Aug 2009 16:17:06 +0000]
handle constant symbols as literal constants
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)
John Fremlin [Sun, 26 Jul 2009 09:52:09 +0000]
use compiler-macros as god intended (doh)
John Fremlin [Sun, 26 Jul 2009 09:51:49 +0000]
faster replace when no replacement is done
John Fremlin [Thu, 2 Jul 2009 12:05:06 +0000]
correct range type declaration for integer matchers
John Fremlin [Sat, 20 Jun 2009 08:04:45 +0000]
correct utf8 decode for lisps that do not support the full Unicode code space
John Fremlin [Sun, 31 May 2009 00:19:16 +0000]
better inlining for SBCL
John Fremlin [Sat, 2 May 2009 09:47:38 +0000]
Correctly handle floats starting with 0.
John Fremlin [Sun, 22 Mar 2009 15:49:39 +0000]
Merge branch 'master' of common-lisp.net/projects/cl-irregsexp/cl-irregsexp
John Fremlin [Sun, 22 Mar 2009 15:48:52 +0000]
fix alist-get
John Fremlin [Sun, 22 Mar 2009 15:41:06 +0000]
small fixes
John Fremlin [Wed, 11 Feb 2009 23:49:18 +0000]
portability fixes
John Fremlin [Sat, 7 Feb 2009 18:37:03 +0000]
bugfix when (match-end) is included in a match-until-and-eat
John Fremlin [Sat, 7 Feb 2009 15:28:00 +0000]
correct cdr-assoc and small fixes
John Fremlin [Fri, 23 Jan 2009 14:51:08 +0000]
Added split functionality
John Fremlin [Sat, 10 Jan 2009 14:44:06 +0000]
Document git
John Fremlin [Sat, 10 Jan 2009 14:30:35 +0000]
test commit
John Fremlin [Sat, 3 Jan 2009 15:08:34 +0000]
small fixes
John Fremlin [Sat, 3 Jan 2009 11:28:04 +0000]
added bind macros and some tweaks
John Fremlin [Mon, 3 Nov 2008 07:21:01 +0000]
added match-float and the bench stuff
John Fremlin [Sat, 1 Nov 2008 15:31:27 +0000]
tidy up
John Fremlin [Sat, 1 Nov 2008 14:40:38 +0000]
booted the specials *pos* and *target* down to lexical vars
John Fremlin [Sat, 1 Nov 2008 13:59:23 +0000]
moved to macros as inline fails on sbcl
John Fremlin [Wed, 29 Oct 2008 15:36:48 +0000]
got rid of *fail*, everything is lexical now
John Fremlin [Sun, 26 Oct 2008 20:57:33 +0000]
now passing all tests
John Fremlin [Sun, 26 Oct 2008 13:24:17 +0000]
correct many performance bugs and restructure
John Fremlin [Fri, 24 Oct 2008 07:57:43 +0000]
IR for more optimisations and some documentation
John Fremlin [Thu, 16 Oct 2008 14:56:51 +0000]
constants can be any fixed length prefix
John Fremlin [Sat, 11 Oct 2008 17:56:05 +0000]
some tweaks for better compilation speed and memory usage on sbcl
John Fremlin [Mon, 29 Sep 2008 17:22:20 +0000]
change integer parsing to macro
John Fremlin [Tue, 23 Sep 2008 16:46:03 +0000]
tweaks
John Fremlin [Sun, 21 Sep 2008 15:49:09 +0000]
add native utf8
John Fremlin [Fri, 22 Aug 2008 21:15:39 +0000]
typo
John Fremlin [Fri, 22 Aug 2008 21:01:50 +0000]
BM and doc
John Fremlin [Mon, 28 Apr 2008 11:46:43 +0000]
many fixes; now working with HTTP server
John Fremlin [Sat, 12 Apr 2008 17:51:57 +0000]
gitignore
John Fremlin [Sat, 12 Apr 2008 17:51:32 +0000]
start