]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-05-01 Sascha MatzkeMerge commit 'mongo-factor-driver/master' into mongo...
2009-05-01 Slava Pestovtools.deploy.test: close stdin
2009-05-01 Sascha Matzkereworked index creation
2009-05-01 Sascha Matzkeadded metadata to mongodb.driver
2009-05-01 Sascha Matzkefixed reading boolean values
2009-05-01 Slava PestovSome new compiler tests
2009-05-01 Slava Pestovmacro call sites don't need an inlined-dependency on...
2009-05-01 Slava PestovRename enable/disable-compiler to enable/disable-optimi...
2009-05-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-01 Slava Pestovtools.disassembler.udis: fix careless <c-object> usage
2009-05-01 Slava PestovSome gold plating
2009-05-01 Slava PestovFix VM compilation on Windows
2009-05-01 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-01 Doug Colemanbyte-array>sha1-hmac -> sequence>sha1-hmac etc, make...
2009-05-01 Slava Pestovdrills.deployed: add unportable tag since it uses Cocoa...
2009-05-01 Slava PestovFix some test failures and add an unportable tag
2009-05-01 slavaFix some compiler warnings
2009-05-01 Slava PestovTweak http.client docs
2009-05-01 Slava PestovUpdate usages of global ... change-at to use the new...
2009-05-01 Slava PestovAdd unportable tag to merger and fix indentation in...
2009-05-01 Slava PestovMerge git://github.com/bogiebro/factor into bogiebro2
2009-05-01 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2009-05-01 Slava PestovMerge branch 'master' of git://github.com/seckar/factor
2009-05-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-01 Slava Pestovcall( fast-path now supports curry and compose
2009-05-01 Slava PestovPassing an invalid parameter to 'declare' doesn't break...
2009-05-01 Slava Pestovtools.deploy.shaker: update for method dispatch changes
2009-05-01 Slava PestovFix tools.time output in the TTY listener
2009-05-01 Slava PestovRemove obsolete comment
2009-05-01 Slava PestovNon-optimizing compiler doesn't need to optimize 'dispa...
2009-05-01 Slava PestovClean up code duplication in quotations.c
2009-05-01 Slava Pestovtools.walker: fix tests
2009-04-30 Doug Colemanmake windows.fonts unportable
2009-04-30 Slava PestovFix PICs for x86-64
2009-04-30 Slava PestovRemove obsolete benchmark
2009-04-30 Doug Colemansupport fullscreen mode in windows ui
2009-04-30 Doug Colemanfix bootstrap on windows. here's an opportunity to...
2009-04-30 Doug Colemanfix win32 error handling
2009-04-30 Doug Colemanmake tools.scaffold.windows unportable
2009-04-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-30 Doug Colemanfinish fixing the using list for windows.errors, more...
2009-04-30 Doug Colemanmove windows error handling to windows.errors and updat...
2009-04-30 Doug Colemanremove error_message from windows vm
2009-04-30 Slava PestovFix comment
2009-04-30 Slava PestovTag-only PIC checks would always miss
2009-04-30 Slava PestovPPC make-image fix
2009-04-30 Slava PestovAt the end of a compilation unit, all PICs become dead...
2009-04-30 Slava PestovMachine code is now stored in a byte array instead...
2009-04-30 Slava PestovBum 3 instructions out of megamorphic fast path by...
2009-04-30 Slava PestovBenchmark harness now runs a GC first
2009-04-30 Slava PestovFix PPC make-image
2009-04-30 Slava PestovNon-optimizing compiler now open-codes megamorphic...
2009-04-30 Slava PestovFix test failures from ratio/complex built-in removal
2009-04-30 Slava Pestovcompiler.tree.debugger: wasn't counting intrinsics...
2009-04-30 Slava PestovReplace ratio and complex built-in types with tuples...
2009-04-30 Slava PestovMove some unit tests from generic to generic.math
2009-04-30 Slava Pestovbootstrap.image: remove some duplication from emit...
2009-04-30 Slava PestovMakefile: add -Werror
2009-04-30 Slava PestovGet rid of two instructions from tag pics and one instr...
2009-04-30 Slava PestovFix TEST opcode in cpu.x86.assembler
2009-04-30 Sam AnklesariaMerge branch 'master' of git@github.com:bogiebro/factor
2009-04-30 Sam Anklesariastring frying
2009-04-30 Slava PestovEliminate 3 instructions from PIC fast path
2009-04-30 Slava PestovPIC -> megamorphic transition now has correct semantics...
2009-04-30 Doug Colemanfix bug in tools.scaffold
2009-04-30 Slava PestovPICs now pass the method table around instead of extrac...
2009-04-30 Slava Pestovcompiler: don't wrap non-inference errors in compile...
2009-04-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-30 Doug Colemandon't scaffold an authors file if the developer-name...
2009-04-29 Doug Colemanscaffold-emacs should use application-data directory...
2009-04-29 bogiebrofixed comboboxes summary spelling error
2009-04-29 Sam Anklesariacomboboxes vocab + ui authors, summaries
2009-04-29 Doug Colemansupport hard links in tar
2009-04-29 Joe Groffdie if wav fmt or data chunk is missing
2009-04-29 Joe Groffensure wav chunks are as big as they ought to be
2009-04-29 Joe Groffplug some holes in wav parser
2009-04-29 Slava PestovFix hi-tag-or-tuple PICs
2009-04-29 Slava PestovRemove obsolete -mtune=pentium4 compile flag
2009-04-29 Slava PestovDebugging inline caching
2009-04-29 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-29 Doug Colemanadd make-hard-link to io.files.links
2009-04-29 Slava Pestovtools.time: print method dispatch statistics
2009-04-29 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-29 Joe Groffwav file parser
2009-04-29 Sam Anklesariafrp-table fixes
2009-04-29 Slava PestovUpdate compiler tests for tag number changes
2009-04-29 Sam Anklesariafrp-table additions
2009-04-29 Sam Anklesariamoved change-global to namespaces
2009-04-28 Slava PestovOnly generate cold call entry points for standard gener...
2009-04-28 Slava PestovFix -pic command line switch, and enable PICs in user...
2009-04-28 Slava PestovAdd better error checking for INSTANCE: and GENERIC...
2009-04-28 Slava PestovAdd new relocation type for call sites which may be...
2009-04-28 Slava PestovSplit up types.c/h into smaller files, remove optimized...
2009-04-28 Joe Groffgame-loop vocabulary
2009-04-28 Slava Pestovinline-cache-miss primitive now jumps to the new stub
2009-04-28 Slava PestovAdd -pic= command line argument
2009-04-28 Slava PestovAdd method dispatch statistics
2009-04-28 Sam Anklesariaunit tests for modules.using
2009-04-28 Sascha Matzkeadded functionality to deal with dead cursors (requery...
2009-04-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next