]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-28 Doug Colemanoops, cpu.arm was not loaded by default
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 Joe Groffupdate existing code to use :> ( ) when possible
2009-10-28 Doug Colemanadd accumulate! for joe
2009-10-28 Joe Groffupdate :> docs for new :> ( ) feature
2009-10-28 Joe Groff:> ( a b c ) syntax to bind multiple variables left...
2009-10-28 Doug Colemanfix using
2009-10-28 Doug Colemanmake the ARM assembler unportable
2009-10-28 Doug Colemanremove unmaintained combinators
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 Joe Grofffix help-lint failures
2009-10-28 Joe Grofffix load errors from load-all
2009-10-28 Doug Colemanadd docs for append! and suffix!
2009-10-28 Doug Colemanparsed -> suffix!, add append!
2009-10-28 Doug Colemanannotations tests were broken if you have any TODOs...
2009-10-28 Joe Grofffix load errors from bootstrapping
2009-10-28 Slava Pestovremove failed experiment
2009-10-28 Slava Pestovfilter-here -> filter!
2009-10-28 Joe Groffupdate functors for [let change
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-28 Joe Groffupdate peg for [let change
2009-10-28 Joe Groffupdate existing code for [let change
2009-10-28 Joe Groffmove dns.* to unmaintained
2009-10-27 Joe Groffremove [let* ] and change [let ] to only establish...
2009-10-27 Joe Groffremove [wlet ]
2009-10-27 Joe Groffupdate compiler.tree.cleanup test
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 Joe Groffclean up some stuff in gpu.util.wasd
2009-10-26 Joe Groffgpu.buffers: fix stack effect of with-mapped-buffer
2009-10-25 Joe Grofffix bug when a TYPED: word takes no inputs or gives...
2009-10-25 Joe Groffrestore getting started and index topics to the handboo...
2009-10-25 Joe Groffdon't talk about the retain stack anymore in combinator...
2009-10-25 Joe Groffremove the monocle from inference docs and clarify...
2009-10-24 Joe Groffmissed some grammar in locals docs
2009-10-24 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-24 Joe Groffhomepage header consistency
2009-10-24 Joe GroffMake browser windows larger by default
2009-10-24 Joe Groffrearrange top-level help a little so that introductory...
2009-10-24 Joe Grofflink to the glossary from the help browser toolbar
2009-10-24 Joe Groffmake the glossary the first thing on the "conventions...
2009-10-24 Joe Groff< Press Enter to see the Survival Guide >
2009-10-24 Joe Groffimprove locals docs
2009-10-24 Slava Pestovcompiler.tree.propagation: fix broken corner cases...
2009-10-23 Slava Pestovcompiler.tree.propagation.transforms: fix problem with...
2009-10-23 Slava Pestovmongodb.driver: fix for stricter stack effect checking
2009-10-23 Slava Pestovgpu.shaders: '[ empty? not ] filter' is 'harvest'
2009-10-23 Slava Pestovmath.matrices: remove dead code
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 Elie ChaftariPOP3 client library
2009-10-23 Slava PestovRe-organize a few things to reduce '-include=' image...
2009-10-23 Slava Pestovmirrors: don't depend on specialized-arrays, it pulls...
2009-10-23 Slava Pestovio.sockets.windows: fix USING: list
2009-10-23 Slava PestovMerge branch 'client-bind' of git://github.com/x6j8x...
2009-10-23 Slava Pestovhelp: don't consider children of $markup-examples for...
2009-10-23 Slava Pestovcompiler: fix stack effect inference bug discovered...
2009-10-23 Slava Pestovgrouping: clump on empty sequence was trying to make...
2009-10-23 Sascha Matzkeadded with-local-address to bind the local address...
2009-10-23 Joe Groffgpu.demos.bunny: tokenize model file as it's read to...
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-23 Joe Groffremove a redundant head from parse-bunny-model
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 Groffimprove gpu.demos.bunny mesh generation performance
2009-10-22 Joe Groffmath.matrices: vectorizable definition of cross
2009-10-22 Joe Groffadd nproduce and nproduce-as combinators to sequences...
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 Joe Groffbreak off a "sequences.generalizations" vocab for neach...
2009-10-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Slava Pestovtools.profiler: fix tests
2009-10-22 Slava Pestovvm: fix compilation
2009-10-22 Slava Pestovvm: clean up signal handling and add EXC_BAD_INSTRUCTIO...
2009-10-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Joe Groffalso print undocumented windows SSE exception codes
2009-10-22 Joe Grofftweak windows exception error printing
2009-10-22 Joe Groffgive better error message for windows exceptions, and...
2009-10-22 Joe Groffoops, longlong comparison is sse4.2, not 4.1
2009-10-22 Joe Grofffix tools.deploy test
2009-10-22 Joe Groffupdate a bunch of alien-callbacks and alien-indirects...
2009-10-21 Joe Groffupdate some naked alien-invokes to use c-type words
2009-10-21 Joe Groffupdate cocoa tests
2009-10-21 Joe Groffupdate cocoa bridge to use c-type words
2009-10-21 Doug Colemanfix more docs typos
2009-10-21 Doug Colemanfix a bunch of typos in docs
2009-10-21 Doug Colemandon't natural-sort the stack effects or $values in...
next