]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2005-05-16 Slava Pestovlinear IR and simplifier refactoring before-dataflow-ir-refactoring
2005-05-16 Slava Pestovsome stack inference work before-vop-refactoring
2005-05-16 Chris Doublechange usage of sbuf>string to >string
2005-05-16 Slava Pestovworking on the compiler
2005-05-15 Slava Pestovgeneric fixes; range and slice sequences
2005-05-14 Slava Pestovgeneric words are more flexible, sequences cleaned up
2005-05-14 Slava Pestovgengc and relocation fixes; inference cleanups
2005-05-14 Slava Pestovupdated %set-slot, %set-fast-slot and new %getenv ...
2005-05-13 Slava Pestovgenerational gc and compiler relocation fixes
2005-05-13 Daniel Ehrenbergimproving Python OO example
2005-05-13 Slava Pestovmore gengc debugging, code cleanups
2005-05-12 Slava Pestovadded missing file
2005-05-12 Slava Pestovdebugging generational GC
2005-05-12 Slava Pestovgenerational GC work
2005-05-11 Slava Pestovupdate room primitive for gengc
2005-05-11 Slava Pestovmore generational GC work
2005-05-11 Slava Pestovstarting generational GC
2005-05-10 Slava Pestovnew compiler works on x86
2005-05-10 Slava Pestovmore fixes, fast fixnum branch intrinsics clean up...
2005-05-10 Slava Pestovfix fixnum+ and fixnum- overflow
2005-05-10 Slava Pestovunit tests mostly pass with new compiler
2005-05-10 Slava Pestovfixing bugs
2005-05-10 Slava Pestovfixnum-shift intrinsics
2005-05-09 Slava Pestovstarting to update simplifier for vops
2005-05-09 Slava Pestovalien-invoke compiles with VOPs
2005-05-08 Slava Pestovmissing #call-label linearizer
2005-05-08 Slava Pestovfix reversed logic in x86 %jump-f and %jump-t
2005-05-08 Slava Pestovvarious VOP fixes, simple words compile again
2005-05-08 Slava Pestovfix type and arithmetic-type intrinsics
2005-05-08 Slava Pestovrewrote fixnum intrinsics, and added eq? type intrinsics
2005-05-06 Slava Pestovminor reorganization of low-level code, further work...
2005-05-06 Slava PestovVOPs
2005-05-06 Slava Pestovfix text string sizing in UI
2005-05-06 Daniel EhrenbergOrganizing comparison
2005-05-06 Slava Pestovstring sub-primitives
2005-05-05 Slava Pestovback out skip word
2005-05-05 Slava Pestovfix .factor-rc error reporting
2005-05-05 Slava Pestovsequence= is now O(n) with lists, more matrix works...
2005-05-05 Slava Pestovfloat, double, char* struct fields
2005-05-05 Slava Pestovrotating cube example added
2005-05-05 Slava Pestovfloat and double types in FFI, minor cleanups here...
2005-05-04 Slava PestovMissing file
2005-05-04 Mackenzie Straightfix win32
2005-05-04 Slava Pestovset OOBINLINE socket option now
2005-05-04 Slava Pestovoops
2005-05-04 Slava Pestov0.74 ready for release 0.74 release-0-74
2005-05-04 Slava PestovUI fixes; hashtables and generics are rehashed during...
2005-05-04 Slava Pestovoops
2005-05-03 Slava Pestovfix hyperlinks
2005-05-03 Slava Pestovanother UI bootstrap fix
2005-05-03 Slava Pestovrefactoring
2005-05-03 Slava PestovUI fixes
2005-05-03 Slava Pestovfixing matrices; fixing examples
2005-05-03 Slava Pestovparser section of handbook complete
2005-05-02 Slava Pestovhandbook improvements
2005-05-02 Slava Pestovmoved random number generation words to math vocabulary
2005-05-02 Slava Pestovsimple HTTP client; with-stream* word; various tweaks...
2005-05-01 Mackenzie StraightMerge win32 and unix makefiles (MSYS is now required...
2005-05-01 Mackenzie StraightFix win32 for .74 release
2005-05-01 Slava Pestovvoid* fix
2005-05-01 Slava Pestovyield changes
2005-05-01 Slava Pestovrenaming c_stream_error to io_error
2005-05-01 Slava Pestovfixes
2005-05-01 Chris Doublefix documentation error in parser-combinators.
2005-05-01 Chris Doublefix yet more bitrot to do with sequence changes in...
2005-04-30 Slava PestovUI fixes
2005-04-30 Slava PestovUnix socket fix, minor UI fixes
2005-04-30 Slava Pestovworking on matrices library
2005-04-30 Slava Pestovfix compile warning
2005-04-30 Slava Pestovfix unit test failures
2005-04-30 Slava Pestovfix floor/ceiling words
2005-04-30 Slava Pestovremove quit-responder from stage3
2005-04-30 Slava Pestovtruncate/floor/ceiling words; stop-httpd word fixed...
2005-04-30 Chris Doublefix parser-combinator documentation
2005-04-30 Chris Doublemore sequence code fixes for cont-responder examples
2005-04-30 Chris Doublemore sequence code fixes for parser combinators
2005-04-30 Chris DoubleGet lazy lists and parser combinators working with...
2005-04-30 Chris Doublefix bitrot in sqlite library
2005-04-30 Chris DoubleFix bitrot in cont-responder
2005-04-29 Daniel Ehrenbergfixing overflows
2005-04-29 Daniel Ehrenbergattempted fix
2005-04-29 Daniel Ehrenbergnew comparison w/o tables
2005-04-29 Slava Pestovlatest I/O and FFI changes
2005-04-29 Slava Pestovadded turing machine simulator
2005-04-29 Slava Pestovtypo in relocation code
2005-04-29 Slava Pestovsome progress on getting FFI I/O working on Linux
2005-04-29 Slava PestovNew PowerPC relocation type for dlsyms
2005-04-29 Slava Pestovadding figures
2005-04-29 Slava Pestovworking on handbook
2005-04-28 Slava Pestovremove obsolete file
2005-04-28 Slava Pestovsequences chapter of handbook is complete
2005-04-27 Slava Pestovfreebsd? linux? unix? words
2005-04-27 Slava PestovUnix I/O fixes
2005-04-26 Slava Pestovadded sockets.factor
2005-04-26 Slava Pestovhandbook updates, remove vector-length vector-nth set...
2005-04-26 Slava Pestovfix compile error
2005-04-26 Slava Pestovforgot to add c-streams
2005-04-25 Slava Pestovdefining a generic on something that is not a class...
2005-04-25 Slava Pestovfix bad bootstrap bug; generic append, reverse, concat...
2005-04-25 Slava Pestovdebugging I/O code, getenv/setenv are unsafe but a...
next