]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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 Joe Grofftypo in delegate docs
2009-04-29 Joe Groffliteral syntax for rects
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
2009-04-28 Slava PestovRemove some unused macros
2009-04-28 Slava PestovWorking on inline caching
2009-04-28 Slava PestovClean up profiler.c using new JIT API
2009-04-28 Slava PestovSplit off parts of quotations.c into jit.c, which is...
2009-04-28 Slava PestovSprinkle VM source with assertions, add a missing local...
2009-04-28 Sam Anklesariamodules.using tests close server after use
2009-04-27 Sam Anklesariaauthors and summaries updated
2009-04-27 Slava PestovMerge branch 'inline_caching' into jit_cleanup
2009-04-27 Slava PestovFix conflict from master
2009-04-27 Slava PestovMerge branch 'master' into inline_caching
2009-04-27 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2009-04-27 Slava PestovDon't compile predicate engines since there's no gain
2009-04-27 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-27 Joe Groffsymbols in functors
2009-04-27 Samuel TardieuAdd q+ and q- to math.quaternions
2009-04-27 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-27 Slava PestovMerge branch 'master' into inline_caching
2009-04-27 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-27 Slava Pestovtuple-arrays: further performance improvements
2009-04-27 Slava Pestovfunctors: add support for call-next-method
2009-04-27 Slava PestovAdd firstn-unsafe, input<sequence-unsafe
2009-04-27 Sam Anklesariamodules.rpc-server additions
2009-04-27 Sam Anklesariafrp tables
2009-04-26 Sam Anklesariamodules compilation fixes
2009-04-26 Slava PestovMakefile: add SITE_CFLAGS even if DEBUG=1
2009-04-26 Slava PestovVM: simplify GC a bit, add GC_DEBUG compile-time flag
2009-04-26 Slava Pestovcompiler.tree.builder: Fix scoping of a variable by...
2009-04-26 Joe Grofffactor out tuple literal slot parsing from the rest...
2009-04-26 Joe Grofforder-insensitive pair methods
2009-04-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Doug Colemanbetter fix for morse
2009-04-26 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Slava Pestovtuple-arrays: completely rewritten to use functors...
2009-04-26 Joe Groffgold plating for sequences.product
2009-04-26 Joe Groffdocs for sequences.product
2009-04-26 Joe Groffmore efficient product-each and product-map that don...
2009-04-26 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Slava PestovRename some fields to avoid conflicting with windows...
2009-04-26 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Joe Groffproduct virtual sequence
2009-04-26 Slava PestovMerge branch 'master' into inline_caching
2009-04-26 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Slava PestovCode GC: segregated free list for faster allocation...
2009-04-26 Joe Groffmopping up some noobsauce
2009-04-26 Slava PestovBetter local cache
2009-04-26 Slava PestovClean up VM's growable array implementation, and non...
2009-04-26 Doug Colemanfix morse unit test
2009-04-26 Slava PestovMove (execute) to kernel.private
2009-04-26 Doug Colemanfix some compiler tests
2009-04-26 Doug Colemanfix morse for characters that don't exist like "\n...
2009-04-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 ergfix IN: for compiler tests
2009-04-26 Doug Colemanset error-summary? to true by default
2009-04-26 Doug Colemanmake fasta work again
2009-04-26 Slava Pestovquotations.c: fix quot_code_offset_to_scan
2009-04-26 Slava PestovGet rid of a 'rot'
2009-04-26 Slava Pestovbootstrap.image: clean up jit-define and define-sub...
2009-04-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Slava PestovGet rid of execute-unsafe now that (execute) is more...
2009-04-26 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Doug Colemanuse new locals syntax in calendar, add routine for...
next