]> gitweb.factorcode.org Git - factor.git/history - core/bootstrap/primitives.factor
factor: Make source files/resources 644 instead of 755.
[factor.git] / core / bootstrap / primitives.factor
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2017-06-02 Doug Colemancore/basis: Rename tuples kernel:curry -> curried,...
2016-11-12 Björn LindqvistRevert "bootstrap: trying to undo changes from"
2016-11-12 Björn Lindqvistbootstrap: trying to undo changes from
2016-04-10 Björn Lindqvistbootstrap.primitives: assoc-each to register builtins
2016-03-29 Björn Lindqvistbootstrap.image.primitives: new vocab to make primitive...
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-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-13 Doug Colemancore: callstack is a builtin type and a class name...
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
2014-11-30 John Benediktssonclasses.tuple: use slots>tuple when possible.
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-01 John Benediktssonbootstrap: remove old counting profiler vocab.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
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-04-05 John Benediktssonvm: adding bignum_gcd primitive.
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'
2011-05-24 Erik Charlebois32 and 64 bit Linux PPC support
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-01 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2010-11-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-11-25 Slava PestovRemove bignum>float VM primitive, and use bignum/f...
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
2010-09-10 Slava PestovMerge branch 'docs-linearization-typo' of http://github...
2010-09-10 Slava PestovMerge branch 'docs-optimization' of http://github.com...
2010-09-04 Slava PestovRename get-fpu-state entry point to fpu-state, and...
2010-09-03 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-09-03 Slava PestovFix three problems discovered by running math.floats...
2010-08-16 Slava PestovOfficially drop PowerPC port
2010-08-14 Joe GroffMerge remote branch 'Blei/master'
2010-08-14 Slava Pestovcompiler: now that FFI has been deconcatenatized, we...
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...
2010-06-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-06-22 Slava PestovClarify documentation for resize-array, resize-byte...
2010-06-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-06-22 Slava PestovMerge remote branch 'origin/new-icons'
2010-06-22 Slava PestovMerge branch 'master' of git://github.com/erg/factor...
2010-06-17 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-06-17 Doug ColemanRemove system_micros from vm, implement gmt hook on...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovstrings: move string-nth primitive out of the VM and...
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-20 Doug ColemanAdd callstack-bounds primitive to vm/ for use with...
2010-04-17 Slava PestovMerge branch 'boyer-moore' of git://github.com/dmsh...
2010-04-17 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
next