]> gitweb.factorcode.org Git - factor.git/history - extra/pcre/pcre.factor
Fixes #2966
[factor.git] / extra / pcre / pcre.factor
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-01-20 Doug Colemanfactor: trim more using lists.
2020-11-30 John Benediktssonextra: use loop>array in a few places.
2018-06-20 Doug Colemanfactor: fix a few issues with new patch.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-08-21 Björn Lindqvistpcre: fix so that version parses "8.36-RC1 2014-04...
2016-08-19 Björn Lindqvistpcre: only include PCRE_UCP on versions >= 8.10 of...
2016-08-19 Björn Lindqvistpcre: new word 'version' for getting the version of...
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/