]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2008-11-07 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2008-11-07 sheepleMerge branch 'master' of git://factorcode.org/git/factor
2008-11-07 sheepleFixing PowerPC backend: prolog register clobberage...
2008-11-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-06 Doug Colemanbetter parsing for anchors
2008-11-06 Doug Colemanprint out clickable pathnames in project euler
2008-11-06 Slava PestovImplement stream-read on memory-streams. This allows...
2008-11-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-06 Slava PestovChange to definition of >boolean broke unit test, so...
2008-11-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-06 Doug Colemanremoving some uses of at* in favor of at, simplifying...
2008-11-06 Slava PestovFix indentation
2008-11-06 Slava PestovSupport inline, foldable, flushable on methods; add...
2008-11-06 Slava PestovRemove dead code from math.intervals; we no longer...
2008-11-06 Slava PestovIf a #dispatch branch is a call to another word which...
2008-11-06 Slava PestovTweak euler043 to run in constant space, add new each...
2008-11-06 Slava PestovSort methods by tag, this speeds up >fixnum in the...
2008-11-06 Slava PestovAdd unportable tag
2008-11-06 Slava PestovAdd more algebraic simplifications: comparison of a...
2008-11-06 Slava PestovCompile not and >boolean as branchless intrinsics by...
2008-11-06 Slava PestovRemove more redundant branches from tuple type predicat...
2008-11-06 sheepleMerge branch 'master' of git://factorcode.org/git/factor
2008-11-06 sheeplePowerPC backend almost functional; some new compiler...
2008-11-06 Slava PestovFix markup problem detected by help-lint
2008-11-06 Slava Pestovmake macosx-ppc now compiles a ppc binary on intel...
2008-11-06 Slava PestovTweak PPC register usage; gcc doesn't like it when...
2008-11-06 Slava PestovFix mirrors
2008-11-06 Slava PestovMerge branch 'master' of git://projects.elasticdog...
2008-11-06 Slava PestovFix 32-bit bootstrap
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 Aaron SchaeferFix short circuit usage in Project Euler solutions
2008-11-06 Aaron SchaeferCleanup of math.analysis
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 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2008-11-06 Aaron SchaeferRefactor math.text.english using new combinators
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-06 Aaron SchaeferForgot to inline collect-benchmarks word
2008-11-05 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
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-05 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2008-11-05 Aaron SchaeferAdd test files for all Project Euler solutions
2008-11-05 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
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 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
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 Aaron SchaeferAdd unit tests for Project Euler
2008-11-04 Aaron SchaeferRewrite of collect-benchmarks in ave-time vocab
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-04 Aaron SchaeferClean up of common Project Euler code
2008-11-04 Aaron SchaeferAdd meta data to Project Euler problem 186
2008-11-03 Aaron SchaeferCleanup of Project Euler problem 92
next