]> gitweb.factorcode.org Git - factor.git/history - core
build-from-source: exclude RC (release candidate) versions
[factor.git] / core /
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
2023-08-21 Alex Maestasclean up docs
2023-08-21 Alex MaestasUpdate docs
2023-08-21 Alex Maestasshuffle even less
2023-08-21 Alex Maestasshuffle less
2023-08-21 Alex MaestasHave method combinations themselves make their consulta...
2023-08-21 GiftpflanzeReorganize cpu.arm, and other changes
2023-08-17 John BenediktssonRevert "parser: disallow quotation in word names"
2023-08-17 John Benediktssonvocabs: disallow quotation in vocab name
2023-08-17 John Benediktssonparser: disallow quotation in word names
2023-08-12 Alexander Ilinwords-docs: fix table formatting
2023-08-12 Doug Colemansequences: add link to none? and related-words it
2023-08-11 Alexander Ilinhash-sets: add intern
2023-07-30 Alexander Ilin*-docs: spell "co-ordinate" without the hyphen
2023-07-22 Rudi Grinbergrefactor: remove duplicate word
2023-07-20 Alexander IlinFix some English spelling: outputted -> output
2023-07-13 Doug Colemanparser: fix test and docs
2023-07-09 Doug Colemanparser: fix using for tests
2023-07-09 Doug Colemanparser: fix location word
2023-06-01 John Benediktssoncore/basis/extra: some [ dup ] dip => dupd cleanup
2023-05-31 John Benediktssonsequences: making head-to-index and index-to-tail private
2023-05-31 John Benediktssonio.files: simplify set-file-lines, set-file-contents.
2023-05-17 John Benediktssonvocabs.loader: unset main, fixes a refresh issue
2023-05-16 razetimestrings: correct article commas
next