]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-05-10 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovSlightly more space-efficient dispatch table representation
2009-05-10 Slava PestovEliminate prettyprinter dependency from UI
2009-05-10 Joe Groff"math" help-lint
2009-05-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Joe Groffclamp coordinates when doing terrain collision detectio...
2009-05-10 Joe Groffdocs for dlist-filter
2009-05-09 Slava PestovFix negative zero smashing with bootstrap
2009-05-09 Joe Groffdon't mess with the orphaned nodes when pop-front-ing...
2009-05-09 Joe Groffsave off the tick-slice when draw*-ing a game-world
2009-05-09 Joe Grofffactor game-input and game-loop mgmt out to a game...
2009-05-09 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-09 Joe Groffsend bilerp upstream to spawn
2009-05-09 Joe Groffbilerp collision height
2009-05-09 Joe Groffgravity, jetpack, collision detection for terrain demo
2009-05-09 Joe Grofffp-nan? was defined incorrectly. while i'm here, let...
2009-05-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-09 Slava Pestovspecialized-arrays: fix tests on PowerPC
2009-05-09 Slava Pestovmason.report: Remove superfluous text
2009-05-09 Joe Groffa little bit more rice on game-input.iokit
2009-05-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Joe Groffiokit game-input backend improvements:
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava Pestovmath.combinatorics: fix unit test and help lint
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovFix compile error in cpu-ppc.hpp
2009-05-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Joe Groffoops. got the game-input reference counting backward...
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovMerge branch 'master' of git://projects.elasticdog...
2009-05-08 Joe Groffadd escape key to terrain demo
2009-05-08 Joe GroffAdd missing ClientToScreen export to windows.user32
2009-05-08 Joe GroffMerge branch 'master' of /cygdrive/z/Documents/Code...
2009-05-08 Joe Groffclip to window client area when grabbing on windows
2009-05-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovFix Windows compile error
2009-05-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovNeed to include unistd.h
2009-05-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Joe Groffinput grabbing support
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovVM cleanup: replace some #defines with constants and...
2009-05-08 Joe Groffmake open-game-input and close-game-input do reference...
2009-05-08 Slava PestovDeploy hello-world with optimizing compiler since the...
2009-05-08 Slava Pestovtools.deploy.shaker: strip out a few more things
2009-05-08 Slava Pestovmason.email: fix unit test
2009-05-08 Aaron SchaeferMake lookup indices zero-based for poker values
2009-05-08 Slava PestovRetry uploads etc up to 5 times so that we don't lose...
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovRemove silly retry word from continuations vocab
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava Pestovcpu.ppc: fix alien-indirect
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava Pestovcpu.ppc: bools are 4 bytes on OS X/PowerPC
2009-05-08 Aaron SchaeferFix typo in poker test/doc example
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava Pestovio.backend.windows.privileges: clean up code and fix...
2009-05-08 Slava Pestovio.launcher.windows.nt: update unit tests for recent...
2009-05-08 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava Pestovimages.viewer: you can now pass a pathname object to...
2009-05-08 Slava Pestovmath.miller-rabin: make some utilities not private...
2009-05-08 Aaron SchaeferSpeed up best-hands a bit using reduce and add a test
2009-05-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Joe Groffslow, ugly, unoptimized terrain generation demo
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava PestovUpdate PowerPC %jump and %dispatch-label, and add PIC...
2009-05-08 Joe Grofftypo in cocoa pixel format stuff
2009-05-08 Joe Grofffix some faux pas in bunny
2009-05-08 Joe Groffun-private some useful words
2009-05-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-08 Slava Pestovcpu.ppc.bootstrap: updates
2009-05-07 Aaron SchaeferUpdate docs/summary for poker vocab
2009-05-07 Aaron SchaeferMake next-odd public again as it's used elsewhere
2009-05-07 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovFix x86-64 backend
2009-05-07 Aaron SchaeferMinor logical rearrangement
2009-05-07 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovCount megamorphic cache hits
2009-05-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Doug Colemanlink seeking docs to the seek descriptors
2009-05-07 Slava Pestovcompiler.tree.modular-arithmetic: convert >integer...
2009-05-07 Slava PestovCode cleanups
2009-05-07 Slava PestovFix overly-eager strength reduction for mod, and add...
2009-05-07 Aaron SchaeferAdd docs for best-hand in poker vocab
2009-05-07 Aaron SchaeferEliminate stack shuffling by using bi in PE #25
2009-05-07 Aaron SchaeferSpeed up best-hand by not converting to ckf repeatedly
2009-05-07 Aaron SchaeferAdd >5 card evaluator word to poker vocab
2009-05-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava Pestovtools.trace: fix for call(
2009-05-07 Slava Pestovfind-window: don't bomb if a world has no child. Report...
2009-05-07 Slava PestovFix tail call PICs on x86-64
2009-05-07 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-07 Slava PestovClean up bootstrap.image, and implement new calling...
2009-05-07 Aaron SchaeferMake a deck of cards an actual tuple
2009-05-07 Aaron SchaeferUse iota where necessary in tests
2009-05-07 Aaron SchaeferAdd docs for combination words
2009-05-07 Slava PestovJIT now supports multiple relocations per code template...
next