]> gitweb.factorcode.org Git - factor.git/history - core
add win32 bindings
[factor.git] / core /
2009-11-08 Slava PestovUse a more compact representation for "compiled-uses...
2009-11-08 Joe Groffpronouns deserve antecedents
2009-11-06 Joe Grofffactor "split-when" (split on predicate) from "split"
2009-11-06 Joe Groffactually, no, it doesn't provide warnings for reference...
2009-11-06 Slava Pestovmath.integers: fix help lint on 32-bit
2009-11-06 Slava Pestovmath: fix test failures on 32-bit
2009-11-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovmemory: fix help lint
2009-11-06 Slava Pestovgeneric.single: simplify stack shuffling
2009-11-06 Slava PestovFix some test failures
2009-11-06 Joe Groffdeprimitivize tuck and put it to pasture
2009-11-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: simpler object space implementation. begin-scan...
2009-11-05 Joe Groffremove non-primitive-related uses of tuck from basis
2009-11-05 Joe Groffremove spin from core and retire it to basis/shuffle
2009-11-05 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-05 Slava PestovMerge branch 'work' of git://github.com/carlo-kokoth...
2009-11-05 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-11-05 Slava Pestovtools.time: overhaul
2009-11-04 Slava Pestovcompiler: update unit tests for 4-bit tag change
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava Pestovslots: another bootstrap fix
2009-11-03 Slava Pestovvm: faster immediate_p()
2009-11-03 Slava Pestovcore: bootstrap fixes
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-02 Slava Pestovvm: 4 bit tags, new representation of alien objects...
2009-11-02 Slava PestovMerge branch 'master' into new_gc
2009-11-01 Joe Groffremove dangling PRIVATE> from math.parser
2009-10-31 Joe Groffrearrange destructive sequence ops docs
2009-10-31 Joe Grofftouch up quotation documentation
2009-10-31 Joe Groffclean up cleave/spread/apply combinator articles
2009-10-31 Joe Groffmight want to accurately divide large negative fixnums too
2009-10-31 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-31 Joe Groffuse bignum/f to get accurate division of fixnums >...
2009-10-31 Slava PestovMerge optimizations from master branch
2009-10-31 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-31 Joe Groffremove useless slot types from copy-state
2009-10-31 Slava PestovMerge branch 'master' into new_gc
2009-10-31 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-31 Slava Pestovgrowable: M\ growable contract should be declared inlin...
2009-10-31 Joe Groffclean up copy implementation for real
2009-10-30 Joe Groffexile roll and -roll to basis/shuffle and mark them...
2009-10-30 Joe Groffadd inlinable assoc methods on f
2009-10-30 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-30 Joe Groffeliminate roll/-roll from core
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-30 Slava PestovMerge branch 'concurrency' of git://double.co.nz/git...
2009-10-30 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-30 Joe Groffstart cleaning up internal implementation of copy ...
2009-10-30 Joe Groffshun ugly shuffle words in the docs
2009-10-29 Joe Groffremove inaccurate comment from sequences docs example
2009-10-29 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-29 Doug Colemansigma -> map-sum
2009-10-29 Joe Groffclean up typos and improve synergy between locals and...
2009-10-29 Joe Groffupdate the article on shuffle words to hide away the...
2009-10-29 Joe Grofflink vocabularies->words->quotations in synopsis docume...
2009-10-29 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-28 Doug Coleman(normalize-path) -> absolute-path, canonicalize-path...
2009-10-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-28 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Doug Colemanlink a word in docs
2009-10-28 Doug Colemanadd a unit test for accumulate!
2009-10-28 Doug Colemanadd accumulate! for joe
2009-10-28 Doug Colemanover push -> suffix!, over push-all -> append!
2009-10-28 Doug Colemanmemq? -> member-eq?, sorted-memq? -> sorted-member-eq?
2009-10-28 Doug Colemanreverse-here -> reverse!
2009-10-28 Doug Colemanadd docs for append! and suffix!
2009-10-28 Doug Colemanparsed -> suffix!, add append!
2009-10-28 Slava Pestovfilter-here -> filter!
2009-10-28 Slava Pestovremq -> remove-eq, delq -> remove-eq!
2009-10-28 Slava Pestovremove unused and really confusing remove-all word
2009-10-28 Slava Pestovdelete-nth -> remove-nth!
2009-10-28 Slava Pestovdelete -> remove!
2009-10-28 Slava Pestovchange-each -> map!, deep-change-each -> deep-map!
2009-10-27 Slava Pestovvm: add primitives for getting at GC events, data-room...
2009-10-27 Slava Pestovvm: remove crummy old GC stats, split off free list...
2009-10-26 Joe Groffadd some math.parser hints that slightly improve number...
2009-10-26 Joe Groffmake first2, first3, first4 inline
2009-10-26 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-10-25 Joe Groffdon't talk about the retain stack anymore in combinator...
2009-10-24 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-24 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Slava PestovMerge branch 'master' of git://github.com/azteca/factor
2009-10-23 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-23 Slava PestovRe-organize a few things to reduce '-include=' image...
2009-10-23 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Joe Groffswap around io combinators to avoid a bunch of redundan...
2009-10-23 Joe Grofftighten some screws in math.parser
2009-10-22 Joe Groffspeed up dec>float a little
2009-10-22 Joe Groffmake new-resizable on growable sequences return a growa...
2009-10-22 Joe Groffadd filter-as to sequences
2009-10-22 Joe Groffinline the trivial words in math.parser
2009-10-22 Joe Grofffix sequences bootstrap
2009-10-22 Joe Groffchange produce-as so it uses an intermediate vector...
2009-10-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Slava PestovMerge branch 'master' into new_gc
2009-10-22 Joe Groffupdate a bunch of alien-callbacks and alien-indirects...
2009-10-21 Doug Colemanfix a bunch of typos in docs
next