]> gitweb.factorcode.org Git - factor.git/history - extra/pcre/pcre.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / extra / pcre / pcre.factor
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-10 John Benediktssonpcre: add a comment for future knowledges.
2014-07-10 Doug Colemanpcre: On at least win64, the pointer is returned as...
2013-12-03 Björn Lindqvistpcre: pcre_config returns a long for some parameters...
2013-12-03 Björn Lindqvistpcre: pcre-fullinfo throws on error
2013-12-03 Björn Lindqvistpcre: pcre-config throws bad-option on error
2013-11-23 John Benediktssonpcre: handle long values in pcre-config and throw errors.
2013-11-21 John Benediktssonpcre: stop using mirror and cloning matchers.
2013-11-20 John Benediktssonpcre: smaller public interface?
2013-11-20 John Benediktssonpcre: using private to hide implementation details.
2013-11-20 Björn Lindqvistpcre: moved from basis/ to extra/