]> gitweb.factorcode.org Git - factor.git/history - core/bootstrap
parser: move print-use-hook from parser to vocabs.parser
[factor.git] / core / bootstrap /
2021-12-21 Doug Colemansyntax: Add REUSE: word to easily USE: but reload.
2021-12-21 Doug Colemancore: Add auto-use to syntax and add -ea parameter...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2020-12-18 John Benediktssonbootstrap: cleanup using.
2020-12-18 John Benediktssonbootstrap: this is more fragile than I would like.
2020-12-11 John Benediktssonbootstrap: change stage1 to do a load-all of resource...
2020-11-19 John Benediktssonfry: adding support for '{, 'H{, and 'HS{ syntax.
2020-11-19 John Benediktssoncore: using fry in a few places to see how it works.
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-09-28 John BenediktssonRevert "core: Add TH{ for making assoc tuples."
2020-09-27 John Benediktssonbootstrap: rename layouts/layouts.factor to layouts...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2017-06-02 Doug Colemancore/basis: Rename tuples kernel:curry -> curried,...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-05-31 Doug Colemancore: Add TH{ for making assoc tuples.
2016-11-12 Björn LindqvistRevert "bootstrap: trying to undo changes from"
2016-11-12 Björn Lindqvistbootstrap: trying to undo changes from
2016-09-25 Björn Lindqvistbootstrap.layouts: sync note in comments
2016-04-10 Björn Lindqvistbootstrap.primitives: assoc-each to register builtins
2016-03-31 John Benediktssonlexer: support universal comments.
2016-03-29 Björn Lindqvistbootstrap.image.primitives: new vocab to make primitive...
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-25 Doug Colemanhashtables: rename ((tombstone)) to +tombstone+, (...
2016-03-18 Björn Lindqvistbootstrap.primitives: new predicate integer-array-capacity
2016-03-08 Jon Harperprettyprinter, locale independant float printing
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-09-02 Björn LindqvistVM: the ffi-signal-handler and ffi-leaf-signal-handler...
2015-08-24 Björn LindqvistVM: removing the get_datastack/retainstack/callstack...
2015-08-15 Björn Lindqvistbootstrap.image: bs-special-objects -> special-objects,
2015-08-15 Björn Lindqvistbootstrap.image: attempt to remove the SPECIAL-OBJECT...
2015-08-13 Doug Colemancore: callstack is a builtin type and a class name...
2015-07-30 John Benediktssonmath.ratios: moving to core.
2015-07-20 Doug Colemanfactor: system:image -> image-path, like vm-path. image...
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-12 Björn LindqvistVM: let's merge (save-image) and (save-image-and-exit... 1385/head
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2015-06-07 John Benediktssonbootstrap.primitives: fix stack effect names for bignum...
2015-05-22 Björn Lindqvistbootstrap.primitives: shorter code for mapping architec...
2015-05-22 Björn LindqvistReorganising bootstrap files
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2014-11-30 John Benediktssonclasses.tuple: use slots>tuple when possible.
2014-11-01 Doug Colemancore: On Windows we depend on having io.strreams.byte...
2014-09-29 Björn LindqvistVM: new primitive free-callback which is able to free...
2014-09-29 Björn Lindqviststack-checker.known-words: stack effect for <callback...
2014-09-29 Björn LindqvistVM: new primitive (callback-room) for querying the...
2014-06-07 John Benediktssonvm: using bignum>fixnum-strict in integer>fixnum-strict.
2013-11-25 Doug Colemanbootstrap.primitives: Add comment for where "random...
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2013-03-08 John Benediktssonbootstrap: make sure to rehash hash-sets also.
2013-03-05 John Benediktssoncore: cleanup USING lists.
2013-03-01 John Benediktssonbootstrap: remove old counting profiler vocab.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-08-22 John Benediktssonbootstrap.syntax: removed deprecated ((.
2012-08-03 Doug Colemancore: Throw an error when assigning a bignum to a fixnu...
2012-07-31 Doug Colemanslots: Don't coerce flots to integers in tuple slots...
2012-07-28 John BenediktssonRevert "bootstrap: words have read-only string names."
2012-07-27 John Benediktssonbootstrap: words have read-only string names.
2012-05-04 Doug Colemanclasses:
2012-04-05 John Benediktssonvm: adding bignum_gcd primitive.
2012-03-29 John BenediktssonMerge branch 'master' of github.com:mrjbq7/factor
2012-03-27 Joe Groffio.files: check argv when initing resource-path
2012-03-25 Joe Groffparse -resource-path= during bootstrap
2011-12-01 Doug Colemanbootstrap/stage1: Turn off parser-quiet? flag sooner...
2011-11-24 Joe Groffsyntax: remove BIN: HEX: OCT:
2011-11-24 Joe Groffuse radix literals
2011-11-23 Doug Colemanclasses: add syntax for intersection{ and union{ anonym...
2011-11-22 Doug Colemanclasses.union: Define a maybe: word that makes a tuple...
2011-11-11 Joe Groffbootstrap.primitives: remove counting "profiling"
2011-11-11 Joe Groffvm: strip out call-counting profiler
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-11-03 Joe Groffvm: reserve some more special-objects
2011-11-02 Joe Groffprimitives: fix effect of (clear-samples)
2011-11-02 Joe Groffadd sampling profiler primitives for bootstrap
2011-11-02 Joe Groffmove counting profiler to tools.profiler.counting
2011-11-02 Joe Grofftools.profiler: rename to tools.counting-profiler
2011-10-31 Slava PestovMove definition of 't' from syntax to bootstrap/primiti...
2011-10-28 Joe Groffvm: dispatch signal handlers through subprimitive
2011-10-24 Doug ColemanRename vocab to lookup-vocab
2011-10-19 John BenediktssonCleanup some uses of global [ ] bind.
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-18 Joe Groffio.streams.c: help-lint
2011-10-18 Joe Groffbootstrap, io.streams.c: use new fread primitive
2011-10-12 John BenediktssonMerge pull request #250 from mrjbq7/binary
2011-10-12 John Benediktssonio.binary: make le> and be> faster (20% and 75%, respec...
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
2011-09-06 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-09-05 Slava PestovMove some primitives from memory and memory.private...
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-07-28 John BenediktssonMerge branch 'master' into highlight
2011-06-14 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
next