]> gitweb.factorcode.org Git - factor.git/history - basis/regexp
scryfall: better moxfield words
[factor.git] / basis / regexp /
2024-02-25 GiftpflanzeDelete empty test files
2023-10-25 John Benediktssonregexp: use subseq-unsafe in a few places, more efficie...
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove in-out, it's just in>> out>>
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use in-out word
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2022-10-03 John Benediktssonregexp: fix \B docs
2022-08-10 John Benediktssonregexp: don't use execute so the generated code is...
2022-08-09 John Benediktssonregexp: fix case-insensitive lookahead and lookbehind.
2022-01-10 John Benediktssonbasis: use check-instance in a few places
2022-01-03 John Benediktssonbasis/extra: removing unnecessary IN: statements.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-03-18 John Benediktssonregexp.classes: inline bi* = instead of shadowing ...
2021-03-18 John Benediktssonregexp.classes: rename substitute to (substitute).
2021-01-30 Doug ColemanMerge branch 'master' of https://github.com/factor...
2021-01-30 Doug Colemanfactor: More using list cleanup
2020-12-16 Benjamin Pollacksets: rename combine/refine to union-all/intersect-all
2020-12-15 John Benediktssonregexp: fixing the name collision for ^.
2020-12-07 John Benediktssonregexp.disambiguate: use sets:refine.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2019-09-25 John Benediktssonregexp.classes: use \v\a escapes.
2019-03-21 John Benediktssonregexp: try again to fix the issue with backslashes.
2019-03-18 John BenediktssonRevert "regexp: fix take-until to handle escapes at...
2019-03-18 John BenediktssonRevert "regexp: slightly more complicated tokenization...
2019-03-17 John Benediktssonregexp: slightly more complicated tokenization to handl...
2019-03-17 John Benediktssonregexp: fix take-until to handle escapes at the end...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-01-25 Alexander IljinFix the existing IN: suffixes for the test vocabs
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
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...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-07 John Benediktssonusing map-reduce instead of unclip reduce.
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-18 John Benediktssonregexp.minimize: a little bit simpler, a little bit...
2016-07-16 John Benediktssonusing ``H{ } zip-index-as``.
2016-04-12 Doug Colemanregexp.disambiguate: Make it cleaner imo, but still...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-31 Doug Colemanregexp: Fix / escape in regexp. Fixes validators test.
2016-03-31 John Benediktssonregexp: need this to be (parse-raw).
2016-03-31 John Benediktssonregexp: one R/ syntax to rule them all, simpler this...
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-28 John Benediktssonregexp.combinators: fix <char-range>.
2016-03-21 Doug Colemanbasis: rename the only four words with backtick in...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-08 Doug Colemanbasis: use harvest-values
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-22 Doug Colemanregexp: remove R" R[ and R{, there are still plenty...
2015-07-20 Doug Colemanfactor: rename classes:members to class-members so...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-20 John Benediktssonregexp.parser: fix for recent unicode.scripts change.
2014-05-19 John BenediktssonRevert "regexp.compiler: slightly faster with t/f check."
2014-05-19 John Benediktssonregexp.compiler: slightly faster with t/f check.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-05-18 John Benediktssonregexp: adding re-replace-with.
2013-04-02 John Benediktssonregexp.minimize: use sort-pair instead of natural-sort.
2013-03-09 John Benediktssonregexp.dfa: more use of hash-sets.
2012-10-23 John BenediktssonChange "3dup drop" to "2over".
2012-09-17 Doug Colemancombinators.smart: Add cleave>array.
2012-09-12 John Benediktssonregexp.classes: bit more speed with read-only slots.
2012-09-12 John Benediktssonregexp.classes: inline class-member?.
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2012-07-31 John Benediktssonfix some docs to have string article names.
2012-07-24 John Benediktssonrename some words to x>sequence and sequence>x.
2012-07-16 John Benediktssonusing if-zero in more places.
2011-12-07 Joe Groffregexp.parser: fix failing test
2011-11-28 Doug Colemanregexp: trivial refactoring
2011-11-24 Joe Groffuse radix literals
2011-11-10 Joe Groffslice boa -> <slice-unsafe>
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-11 Slava Pestovregexp.classes: remove dependency on mirrors vocab
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-05-07 Slava PestovMerge branch 'doc-fixes' of git://github.com/mrjbq7...
2011-05-07 Slava PestovMerge branch 'cleanup' of git://github.com/mrjbq7/factor
next