]> gitweb.factorcode.org Git - factor.git/history - extra/pcre
scryfall: better moxfield words
[factor.git] / extra / pcre /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-22 John Benediktssonpcre.ffi: just use pcre.dll.
2023-01-20 John BenediktssonSwitch to https urls
2023-01-15 Doug Colemanpcre.ffi: pcred.dll is the debug version, no need for...
2023-01-15 Doug Colemanpcre.ffi: use compiled pcre name
2022-08-23 GiftpflanzeHarmonize spelling
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-12 John Benediktssonextra: using https://factorcode.org
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
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-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
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...
2016-08-19 Björn Lindqvistpcre.tests: fix tcs that breaks on pcre 8.39
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-08 Jon Harperauthors, use utf-8 to fix Björn's name
2015-07-22 Doug Colemanpcre: fix test
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2014-11-18 Doug Colemanpcre.ffi: Use pcre.dll on Windows.
2014-11-13 John Benediktssonbasis/extra: cleanup uses of add-library.
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...
2014-04-28 Doug ColemanRevert "pcre.ffi: Fix pcre for Arch Linux 32bit on...
2014-04-28 Doug Colemanpcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib.
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-12-03 Björn Lindqvistpcre.ffi: using find-library to locate shared lib
2013-11-28 John Benediktssonpcre: fix help-lint errors.
2013-11-25 John Benediktssonfix some uses of "1 tail" to be "rest".
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: remove platforms.txt it works on windows too.
2013-11-20 John Benediktssonpcre: smaller public interface?
2013-11-20 John Benediktssonpcre: using private to hide implementation details.
2013-11-20 John Benediktssonpcre: add platforms.txt to restrict to unix only.
2013-11-20 John Benediktssonpcre: fix bug with macosx .
2013-11-20 Björn Lindqvistpcre: ensure we aren't using 16 or 32 bit pcre because...
2013-11-20 Björn Lindqvistpcre: filename for macosx
2013-11-20 Björn Lindqvistpcre: authors and summary files
2013-11-20 Björn Lindqvistpcre: Stub documentation
2013-11-20 Björn Lindqvistpcre: moved from basis/ to extra/