]> gitweb.factorcode.org Git - factor.git/history - core/strings
scryfall: parse mtga deck format
[factor.git] / core / strings /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-05-16 razetimestrings: correct article commas
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 Colemanvocabs.loader: use ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-07-31 Doug Colemansequences: bound -> index-or-length
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemanfactor: refactor subseq-start
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemanstrings.parser: short -> bound
2022-07-31 Doug Colemansequences: rename some helper words and subseq/member...
2022-07-27 John Benediktssonstrings.parser: make internal escape words private
2022-07-26 John Benediktssonstrings.parser: fix bug with octal escape followed...
2022-07-26 John Benediktssonstrings.parser: support octal escapes of 1, 2, or 3...
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-20 John Benediktssonmultiline: require spaces after, similar to strings...
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2020-12-24 John Benediktssonstrings.parser: adding line continuations.
2020-12-18 John Benediktssonstrings: embed sequence-hashcode algorithm in rehash...
2020-12-10 John Benediktssonstrings.parser: fix blank.
2020-12-07 John Benediktssonstrings.parser: use single quotes around got.
2020-12-07 John Benediktssonstrings.parser: use unexpected instead of string errors.
2020-11-19 John Benediktssonstrings.parser: fix "string"length bug when parsing...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-07-30 Alexander Iljindocs: replace $description with $class-description...
2016-04-05 John Benediktssonstrings.parser: allow "\u{snowman}" or "\u{2603}".
2016-04-04 John Benediktssonstrings.parser: adding error tests.
2016-04-04 John Benediktssonstrings.parser: fix docs for parse-string.
2016-04-04 John Benediktssonstrings.parser: remove parse-short-string, everyone...
2016-04-04 John Benediktssonstrings.parser: better string error messages.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2015-08-18 John Benediktssonstrings.parser: finish removing triple-strings.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
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-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2014-12-03 John Benediktssonuse suffix! and append!.
2014-06-04 John Benediktssonkernel: change errors to be in kernel.private.
2014-06-04 Björn Lindqvistkernel: symbolic constants for the various kernel errors
2014-06-04 John Benediktssonstrings.parser: simplify parse-string.
2014-06-04 John Benediktssonstrings.parser: simplify next-escape.
2014-06-04 John Benediktssonsyntax: adding \b \v and \f escape codes.
2014-05-20 John Benediktssonstrings.parser: using type declarations.
2014-05-19 John Benediktssonstrings.parser: use sbuf accumulator instead of make.
2013-06-25 John Benediktssonstrings: faster clone-like when both arguments are...
2013-04-22 John Benediktssonstrings.parser: use rest-slice.
2013-03-24 Doug Colemanstrings, multiline: Fix unexpected-eof.
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2013-03-05 John Benediktssoncore: cleanup USING lists.
2012-07-27 John Benediktssonstrings.parser: support "\x" ascii hex escapes.
2012-07-26 Doug Colemancore: Use integer>fixnum instead of >fixnum for ``nth...
2011-12-11 rienfixed effect based on inner behavior and outer context
2011-11-24 Joe Groffuse radix literals
2011-11-16 Joe Groffstrings: inline >string and 1string
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-17 John BenediktssonMore lint cleanups.
2011-10-06 John BenediktssonRevert "sequences: change to use tuple-hashcode algorit...
2011-10-06 John Benediktssonsequences: change to use tuple-hashcode algorithm,...
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 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-27 John BenediktssonMerge branch 'cleanup'
2011-08-25 Doug ColemanFix unit test in strings
2011-08-25 Slava Pestovstrings: fix broken unit tests introduced by recent...
2011-08-10 John BenediktssonMerge branch 'highlight' of github.com:mrjbq7/factor...
2011-08-01 John BenediktssonMerge branch 'master' of github.com:mrjbq7/factor
2011-08-01 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-08-01 Joe GroffMerge branch 'master' of https://github.com/yac/factor
2011-07-29 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-07-29 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-07-28 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2011-07-21 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-07-20 Joe Groffstrings: a few more peace-of-mind tests setting out...
2011-07-20 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-07-20 Joe Groffstrings: the fast path for set-string-nth was being...
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-06 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-23 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
next