]> gitweb.factorcode.org Git - factor.git/history - core
core: fix naming of sequence-index-operator
[factor.git] / core /
2022-07-31 Doug Colemancore: fix naming of sequence-index-operator
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-07-31 Doug Colemancore: (head) (tail) from-end -> from-tail. add cramp
2022-07-31 Doug Colemancore: add negate
2022-07-31 Doug Colemancore: fix stack effect and use new word
2022-07-31 Doug Colemancore: rename some words
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-07-31 Doug Colemansequences: rename some helper words and subseq/member...
2022-07-31 John Benediktssonsplitting: simplify using locals/fry
2022-07-31 John Benediktssonslots: minor tweak to "accessors" article
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-07-25 John Benediktssongeneralizations: remove repeat, to avoid confusion...
2022-06-22 Doug Colemangeneralizations: add generalizations for tuck/over...
2022-06-22 Doug Colemansyntax: Fix spaces
2022-06-21 John Benediktssonalien: remove note about 32-bit x86 and document mingw.
2022-06-21 John Benediktssonbyte-arrays: make docs more clear.
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/master'
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-19 Doug ColemanMerge branch 'arm64-bootstrap2'
2022-06-19 Doug Colemanfry: slight cleanup of shufflers
2022-06-18 John Benediktssonsequences: adding a test for map-index change.
2022-06-18 Kacarottfix map-index always producing array
2022-06-17 Doug Colemangeneralizations: macro implementation of nrotates ...
2022-06-17 Doug Colemangeneralizations: Add nrotates and -nrotates.
2022-06-16 John Benediktssonassocs: adding ?value-at.
2022-03-18 John Benediktssonmath.parser: adding >dec alias to number>string
2022-02-15 John BenediktssonRevert "layouts: change max-array-capacity to most...
2022-02-15 John Benediktssonlayouts: change max-array-capacity to most-positive...
2022-02-15 John Benediktssonvocabs.parser: use left/right quotation marks in note
2022-02-13 John Benediktssongrowable: use integer>fixnum-strict
2022-02-04 John Benediktssonsyntax: fix docs for run-script.
2022-01-26 John Benediktssonsyntax: adding documentation for STARTUP-HOOK: and...
2022-01-26 John Benediktssonsyntax: adding INITIALIZE:
2022-01-26 John Benediktssonsequences: can't unslice each-index for now
2022-01-25 Benjamin Pollackassocs: rename assoc-combine/refine to assoc-union...
2022-01-25 John Benediktssonsequences: rename slow-each to map-each
2022-01-25 John BenediktssonRevert "Revert "sequences: unslicing in binary-reduce""
2022-01-25 John BenediktssonRevert "Revert "sequences: faster iteration over slices""
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-25 John Benediktssonsyntax: change STARTUP-HOOK: and SHUTDOWN-HOOK:
2022-01-25 John Benediktssonsyntax: fix using
2022-01-25 John BenediktssonRevert "syntax-docs: Add init vocab"
2022-01-25 Doug Colemansyntax-docs: Add init vocab
2022-01-25 John Benediktssonsyntax: adding STARTUP-HOOK: and SHUTDOWN-HOOK:
2022-01-24 John Benediktssonparser: just fix these two tests instead for auto-use on
2022-01-23 Doug Colemansyntax: Add some more docs for syntax words.
2022-01-23 John BenediktssonRevert "sequences: faster iteration over slices"
2022-01-23 John BenediktssonRevert "sequences: unslicing in binary-reduce"
2022-01-23 John BenediktssonRevert "math: faster math iteration when operating...
2022-01-22 John Benediktssonsequences: unslicing in binary-reduce
2022-01-22 John Benediktssonsequences: faster iteration over slices
2022-01-22 John Benediktssonmath: faster math iteration when operating on fixnums
2022-01-22 John Benediktssonlayouts: rename 32bit? and 64bit? to 32-bit? and 64...
2022-01-21 John Benediktssonio.encodings.utf16n: merge with io.encodings.utf16
2022-01-21 John Benediktssonbootstrap: a few more paths
2022-01-21 John Benediktssonbootstrap: some cleanup, move stage1 to basis/bootstrap/
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-20 Doug Colemanparser: move print-use-hook from parser to vocabs.parser
2022-01-20 John Benediktssonmultiline: require spaces after, similar to strings...
2022-01-15 John Benediktssonclasses.struct: better redefinition behavior.
2022-01-14 John Benediktssonclasses.tuple: make boa-effect generic.
2022-01-13 John Benediktssonvocabs: fewer namespace lookups for requiring
2022-01-12 John Benediktssonvocabs: change from errorlist to requiring list
2022-01-12 John BenediktssonRevert "Revert "words: use remove-word-prop instead...
2022-01-12 Doug Colemansequences: fix 1surround, add tests
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2022-01-12 John BenediktssonRevert "words: use remove-word-prop instead of f set...
2022-01-12 John BenediktssonRevert "Revert "compiler.units: always call definition...
2022-01-11 John BenediktssonRevert "compiler.units: always call definition observer...
2022-01-11 John BenediktssonRevert "fry: adding the ability to fry words to be...
2022-01-11 John Benediktssonfry: adding the ability to fry words to be executed
2022-01-10 John Benediktssonalien.strings: rename check-string to check-c-string
2022-01-10 John Benediktssonsequences: make mismatch and subseq not inline.
2022-01-10 John Benediktssoncompiler.units: always call definition observers at...
2022-01-09 John Benediktssonwords: use remove-word-prop instead of f set-word-prop.
2022-01-09 John Benediktssonwords.constant: store true for "constant" word prop
2022-01-08 John Benediktssonmemoize: fix pprint of IDENTITY-MEMO: words
2022-01-06 Doug Colemanvocabs.loader: fix vocab:path to use an existing path
2022-01-06 Doug Colemanio.pathnames: Allow vocab: to find paths that do not...
2022-01-06 Doug Colemanvocabs.loader: Delete errors after using list is fixed...
2022-01-04 John Benediktssonnamespaces: rename init-namespaces to init-namestack
2022-01-03 John BenediktssonRevert "Revert "math.parser: faster hex-string conversi...
2022-01-03 John BenediktssonRevert "math.parser: faster hex-string conversions...
2022-01-03 John Benediktssonmath.parser: faster hex-string conversions with less...
2022-01-03 Doug Colemansyntax: auto-use should set the global namespace so...
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2022-01-02 John Benediktssonsyntax: document underscore numbers.
2021-12-31 John Benediktssonvocabs.parser: change unuse-vocab to remove other forms.
2021-12-30 Doug Colemancore: update using lists
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemancore: Remove deprecated words in favor of fixups.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemandebugger: Add support for command line debugger.
2021-12-30 John Benediktssonchecksums.crc32: fix comment.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 John Benediktssonio.files: deprecate exists?.
next