]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2008-11-06 Slava Pestovroll back accidental deletion
2008-11-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/jamesnvc
2008-11-06 Slava PestovUpdate deployment descriptors for deploy-random? removal
2008-11-06 Slava PestovDon't load random number generator on bootstrap
2008-11-06 Slava PestovAdd string-nth intrinsic
2008-11-06 Slava PestovFix tuple>array and tuple reshaping
2008-11-06 Slava PestovI/O ricing: various hints added so that UTF8 and ASCII...
2008-11-06 Slava Pestovlo-tag-dispatch-engine now sorts tags, this ensures...
2008-11-06 Slava PestovWe need to internalize tuple layouts in bootstrap,...
2008-11-06 James CashTests of around-advice
2008-11-06 James CashNaive around-advice working
2008-11-06 James CashMore work on around-advice
2008-11-06 James CashAdding documentation for advice
2008-11-06 James CashAdding missing semicolon to lisp-docs.factor
2008-11-06 James CashWorking on implementation of 'around' advice
2008-11-06 James CashAdding tests for advice
2008-11-06 James CashAdding summary for extra/advice
2008-11-06 James CashStarting work on advice vocab
2008-11-06 James CashFixing typo in lisp-docs
2008-11-06 James CashAdding some more documentation to extra/lisp
2008-11-06 James CashMaking work director symlink to ~/Programming/factor
2008-11-06 James CashFixing spacing
2008-11-06 James CashFixing defun, adding test for it
2008-11-06 James CashAdding more tests to extra/lisp
2008-11-06 James CashFixing bug with quoted expressions for lisp.parser
2008-11-06 James CashAdding tests for quoted forms in lisp.parser
2008-11-06 James CashAdding support for ' quote syntax in lisp.parser
2008-11-06 Slava PestovTuple layouts are now arrays, instead of built-in types...
2008-11-06 Slava PestovRemove a conditional branch from all tuple dispatches...
2008-11-06 Slava PestovFix lambda-method forget
2008-11-06 Slava PestovOld fix for classes-intersect? no-method bug was incorr...
2008-11-05 Slava Pestovmason.updates was calling download-my-image, which...
2008-11-05 Slava PestovChange title to be more consistent
2008-11-05 Slava PestovFix docs
2008-11-05 Slava PestovMore work on PowerPC backend; change register usage...
2008-11-05 Slava PestovFix ABOUT: docs
2008-11-05 Slava Pestov%bignum>integer now takes a temporary register since...
2008-11-05 Slava PestovClean up x86 backend: move cpu.x86.architecture to...
2008-11-05 Slava PestovNew PPC backend (untested)
2008-11-04 Slava PestovAdd tool to dump live intervals
2008-11-04 Slava PestovMove simple-table. to prettyprint since its generally...
2008-11-04 Slava PestovUpdate PPC non-optimizing compiler backend: there are...
2008-11-04 Slava PestovFix class<=; a predicate class derived from a union...
2008-11-04 Slava PestovFix notorious classes-intersect? bug, or at least one...
2008-11-04 Slava PestovFix minor leak: class-caches were not reset if a class...
2008-11-04 Slava PestovAdd more unit tests highlighting the problem: predicate...
2008-11-04 U-SLAVA-DFB8FF805... Merge branch 'master' of git://factorcode.org/git/factor
2008-11-04 Slava PestovRemove obsolete code from unfinished
2008-11-04 Slava PestovFix another name clash in tests; putting all compiler...
2008-11-04 Slava PestovStrip out remake-generics-hook, since otherwise it...
2008-11-04 Slava PestovIf a register is spilled and the reload location is...
2008-11-04 U-SLAVA-DFB8FF805... Fix visibility of check_sse2 symbol; DDLEXPORT doesn...
2008-11-04 Slava PestovHandle a jump to a jump by cloning the block, in the...
2008-11-04 Slava PestovTuple parsing didn't handle line breaks properly; if...
2008-11-04 Slava PestovUpdate word naming conventions
2008-11-04 Slava PestovFix regression. If a parsing word called the compiler...
2008-11-03 Slava PestovFix help lint: links to obsolete article
2008-11-03 Slava PestovAdd some missing meta-data
2008-11-03 Slava PestovFix Windows bootstrap: check_sse2 was not DLLEXPORT
2008-11-03 Slava PestovForgot about float= intrinsic
2008-11-03 Slava PestovOops
2008-11-03 Slava PestovFix USING: -- you can now make ppc images, they just...
2008-11-03 Slava PestovFix name clash with templates.factor
2008-11-03 Slava PestovLoop alignment: appears to be a small win for reverse...
2008-11-03 Slava PestovOnly build a generic word once, even if a compilation...
2008-11-03 Slava PestovClean up recursive-state usage
2008-11-03 Slava PestovForgot a drop in unit test
2008-11-03 Slava PestovFix alias anlaysis bug: result of ##box-alien and ...
2008-11-03 Slava Pestov-trace-compilation command line switch
2008-11-03 Slava PestovBetter error reporting
2008-11-03 Slava PestovInline subprimitives in optimizing compiler
2008-11-03 Slava Pestovfixnum-shift-fast and fixnum-mod subprimitives
2008-11-03 Slava Pestovfixnum-shift-fast subprimitive
2008-11-03 Slava PestovCleanup
2008-11-03 Slava PestovFix regression
2008-11-03 Slava PestovFlesh out shift instructions
2008-11-03 Slava PestovAdd another debug var
2008-11-03 Slava PestovOptimize away useless jumps
2008-11-02 Slava PestovRicE
2008-11-02 Slava PestovMerge branch 'master' into new_codegen
2008-11-02 Slava PestovFix bogus error message
2008-11-02 Slava PestovClean up hexdump
2008-11-02 Slava PestovDon't generate GC checks if the allocation instruction...
2008-11-02 Slava PestovCoalescing
2008-11-02 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-02 Doug Colemanremove debug from regexp
2008-11-02 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2008-11-01 slavaUncomment a test
2008-11-01 slavaFix some deploy descriptors
2008-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2008-11-01 Doug Colemanfix potential garbled output
2008-11-01 Doug Colemanfix the way postgresql creates functions
2008-11-01 Slava PestovAdd failing tests
2008-11-01 Slava PestovFix x86.32
2008-11-01 Slava PestovAdd WebKit demo
2008-11-01 Slava PestovSlides from recent presentations
2008-10-30 Doug Colemanremove the fbo code, use the gadget title
2008-10-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-10-30 Doug Colemanworking on screen capture
2008-10-28 Slava PestovFix duplication
next