]> gitweb.factorcode.org Git - factor.git/history - core
scryfall: add more filter/reject words, better mtga parser
[factor.git] / core /
2024-03-25 Doug Colemancore: remove ?string>number in favor of ?if
2024-03-24 Doug Colemanmath.parser: add a variant ?string>number for use with...
2024-03-24 Doug Colemanio.files: implement (file-writer-secure)
2024-03-11 Giftpflanzesequences: Fix documentation
2024-02-25 John Benediktssonsequences: faster last2 and some tests
2024-02-24 GiftpflanzeMake -roots=<paths> known to the documentation
2024-02-20 Alexander Ilinsequences: move last2 to the sequences vocab
2024-02-13 John Benediktssonmath.parser: use append! and suffix!
2024-02-13 Giftpflanzemath.parser: Improve performance
2024-02-13 John Benediktssonmath.parser: move (format-float) to formatting.private
2024-02-12 John Benediktssonmath.parser: require hex-string>bytes to have even...
2024-02-12 John Benediktssonmath.parser: fix edge case for float>dec
2024-02-12 John Benediktssonio: rename some private words
2024-02-12 John Benediktssonmath.parser: rename some private words
2024-02-12 John Benediktssonmath.parser: tweak dragonbox by not using case/cond
2024-02-11 Giftpflanzemath.parser: Add Dragonbox float representation algorithm 2943/head
2024-02-08 John Benediktssonmath.parser: add a few more tests for number>string
2024-01-31 John Benediktssoncore/basis/extra: update some stack effects
2024-01-31 John Benediktssonmath: some docs tweaks for gcd and mod-inv
2024-01-31 John Benediktssonmath: fix docs for gcd
2024-01-14 John Benediktssonsequences: improve docs for subseq-index.
2024-01-09 John Benediktssonvocabs: oops fix valid-vocab-name?
2024-01-09 John Benediktssonvocabs: use valid-vocab-name? to filter disk vocabs
2023-12-26 John Benediktssonsyntax: remove warning from MAIN:
2023-11-16 razetimekernel: clarify docs for while*
2023-11-07 Capitalassocs: update docs and give example with hashtable
2023-11-01 John Benediktssonbit-sets: adjust M\ bit-set set-like to match capacity
2023-10-26 John Benediktssonmemoize.syntax: adding IDENTITY-MEMO[
2023-10-26 John Benediktssonsplitting: faster split-lines using subseq-unsafe
2023-10-25 John Benediktssonranges: fix exclusive ranges for float, ratio, etc.
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-10-23 John Benediktssonsequences: change infimum/supremum to alias
2023-10-23 nomennescioRefactored (minimum) and (maximum)
2023-10-23 nomennescioAdded unit tests
2023-10-23 nomennescioBetter?
2023-10-23 nomennescioSpecialize minimum and maximum on repetition too.
2023-10-23 nomennescioGenerics minimum and maximum added.
2023-10-21 razetimesyntax: "INITIALIZED-SYMBOL:" typo
2023-10-13 John Benediktssonlexer: change new-lexer to take a string
2023-10-13 John Benediktssonclasses.predicate: fix dispatch
2023-10-13 John Benediktssonclasses.predicate: faster predicate-def for anonymous...
2023-10-13 CapitalMove changes from work/ to core/ and basis/
2023-10-13 John Benediktssonparser: fix docs for scan-word
2023-10-13 nomennescioReformat
2023-10-13 nomennescioMake slice a wrapped-sequence
2023-10-13 nomennescioMake sequence-view a wrapped-sequence
2023-10-13 nomennescioAdd wrapped-sequence that require instances to have...
2023-10-13 nomennescioFixup test
2023-10-13 nomennescioMake sequence-view typed. Fixup tests.
2023-10-13 nomennescioReformat
2023-10-13 nomennescioRefactor reversed using sequence-view
2023-10-13 nomennescioAdded virtual-sequence sequence-view, which is a MVC...
2023-10-10 chunes3Add examples to several words
2023-09-21 John Benediktssonclasses.tuple: check slot value in set-slot-named ...
2023-09-21 John Benediktssonslots: adding check-slot-value
2023-09-19 John Benediktssonsequences: simplify <repetition>
2023-09-19 John Benediktssonmath.functions: merge integer-sqrt and integer-log...
2023-09-19 John Benediktssonsplitting: slightly faster linebreak? and docs
2023-09-19 John Benediktssonsplitting: implement universal linebreaks by splitting on:
2023-09-18 John Benediktssonio.files: adding check-file-exists
2023-09-12 John Benediktssonranges: add some docs for syntax words
2023-09-12 John Benediktssonranges: adding syntax words ..= and ..<
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-09-09 John Benediktssonsequences: making supremum/infimum generic
2023-09-09 John Benediktssoncore: adding missing summary.txt
2023-09-09 John Benediktssonranges: test intersect on ratio and float
2023-09-09 John Benediktssonmath: make lcm work on real
2023-09-09 John Benediktssonmath: fix bug with ``0 0 lcm``
2023-09-09 John Benediktssonmath: define simple-gcd on real
2023-09-08 John Benediktssonranges: speed up M\ range members
2023-09-07 John Benediktssonranges: M\ range in? should use >forward-range<
2023-09-07 John Benediktssonranges: switch back to locals version
2023-09-07 John Benediktssonmath: adding docs for lcm
2023-09-07 John Benediktssonranges: switch from locals to a stack version.
2023-09-07 John Benediktssonmath.functions: move lcm to core/math
2023-09-07 Keldan ChapmanAdd set methods to ranges
2023-09-06 John BenediktssonRevert "Add set methods to ranges"
2023-09-06 Keldan ChapmanAdd set methods to ranges
2023-09-06 John Benediktssonkernel: docs example doesn't need prettyprint
2023-09-06 John Benediktssonkernel: fix help-lint warnings
2023-09-06 Marc Michaelkernel-docs: adds examples to the documentation of ?
2023-09-06 Marc Michaelkernel-docs: refines values and description for ?
2023-09-01 John Benediktssonio.pathnames: adding user-resource-path
2023-09-01 John Benediktssonio.files: using some of the new file-exists combinators
2023-09-01 John BenediktssonRevert "system: make exit have ( n -- ) stack effect"
2023-09-01 John Benediktssonio.files: document potential if-file-exists race condition
2023-09-01 John Benediktssonsystem: make exit have ( n -- ) stack effect
2023-08-31 Giftpflanzeslots: Fix non-idiomatic code example in docs
2023-08-31 Giftpflanzecombinators.extras: Add more documentation
2023-08-31 John Benediktssonio.files: adding if-file-exists, when-file-exists,...
2023-08-31 John Benediktssonio.encodings: rename some internal words to decode
2023-08-30 John Benediktssonkernel: fix help-lint
2023-08-30 Giftpflanzekernel: Fix ?when/?unless stack effects
2023-08-26 John Benediktssonwords: better error class for undefined-word
2023-08-25 Capitalwords: add unintern-word definition
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-22 Giftpflanzeassocs: assoc-map-as does not map between assocs and...
2023-08-22 Giftpflanzekernel: Retire $complex-shuffle
2023-08-22 John Benediktssongeneric: fix help-lint for make-consult-quot
next