]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2004-10-10 Slava Pestovcombinators.factor load fix similar-0.66
2004-10-10 Slava PestovMakefile better 0.66 release-0-66
2004-10-10 Slava Pestovfactor 0.66 ready
2004-10-10 Slava Pestovadded sdl-gfx
2004-10-09 Slava Pestovcompile all by default
2004-10-07 Slava Pestovfix parser bug with [ 1 | #{ 1 2 } ]
2004-10-07 Slava Pestovsome code cleanups, remove usages of deprecated combinators
2004-10-07 Slava Pestovsome compiler work
2004-10-05 Slava Pestovsome compiler work, compiled? primitive
2004-10-05 Slava Pestovstarted with SYMBOL: for java factor
2004-10-05 Slava Pestovcompiler work, file-responder fix
2004-10-03 Slava Pestovmore test suite work
2004-10-03 Slava Pestovthrow is primitive in CFactor, working on test suite
2004-10-02 Slava Pestov2generic is compiled
2004-10-02 Slava Pestovcompiling when/unless
2004-10-02 Slava Pestov'generic' word now compiled
2004-10-01 Slava Pestovworking on compiler
2004-09-28 Slava Pestovcompiling mutually recursive words
2004-09-28 Slava Pestovfix
2004-09-27 Slava Pestovstr/vector-hashcode
2004-09-27 Slava Pestovdoc updates
2004-09-25 Slava PestovC struct cleanups, alien-call word
2004-09-25 Slava Pestovsome bug fixes and ffi updates
2004-09-23 Slava Pestovhtml link fixes
2004-09-23 Slava Pestovhttpd responder changes, fix gc race
2004-09-22 Slava Pestovlocal aliens
2004-09-21 Slava Pestovheap-stats. word
2004-09-21 Slava PestovALIEN-CALL macro
2004-09-21 Slava Pestovbetter C type support in FFI
2004-09-19 Slava Pestovworking on the FFI
2004-09-19 Slava Pestovslightly faster type checking
2004-09-19 Slava Pestovrewrote generic arithmetic in factor
2004-09-19 Slava Pestovbefore generic arithmetic cleanup before-generic-arithmetic-cleanup
2004-09-19 Slava Pestovlatest SmokedOut, hopefully starting work again
2004-09-18 Slava Pestovstart FFI
2004-09-15 Slava Pestovsome parse-number cleanup, documentation work
2004-09-11 Slava Pestovcompiler work
2004-09-08 Slava Pestovreleasing 0.65
2004-09-08 Slava Pestovcompiler compiles fib
2004-09-08 Chris Doubleremove default-responders call which is no longer needed.
2004-09-08 Slava Pestovmissing file
2004-09-07 Slava Pestovmore work on assembler
2004-09-07 Slava Pestovmore compiler work, a few java factor fixes
2004-09-06 Slava Pestovstarted x86 compiler
2004-09-06 Slava Pestovfix millis; fix <resource-stream>
2004-09-05 Slava Pestovshift now behaves correctly with large right shift'
2004-09-05 Slava Pestovdoc updates, big endian fix
2004-09-04 Slava Pestovcwd/cd primitives, dir./pwd library words, pipe word...
2004-09-04 Slava Pestovassorted enhancements, started 64-bit image output
2004-09-03 Slava Pestovnicer multiply_fixnum; thanks The_Vulture
2004-09-03 Slava Pestovfixnum multiplication doesn't use long long
2004-09-03 Slava Pestovarithmetic shift no longer uses long long, plugin impro...
2004-09-03 Slava PestovHOME key in listener a bit more useful
2004-09-03 Slava Pestovadd test case for: chars > 127 were being read incorrec...
2004-09-03 Slava Pestovfix signed -vs- unsigned issue; chars > 127 were being...
2004-09-03 Slava Pestovfix fcopy
2004-09-02 Slava Pestovhtml-tags imported, file responder shows icons
2004-09-02 Slava Pestovfile-responder improvements, plugin improvements
2004-09-02 Chris DoubleChanges to get things working with the combinators...
2004-09-02 Slava Pestovgc fix
2004-09-01 Slava Pestovbetter plugin docs
2004-09-01 Slava PestovEdit word dialog
2004-09-01 Slava Pestovcommand for inserting USE: declarations, cfactor memory...
2004-08-31 Slava Pestovdoc strings for primitives
2004-08-31 Slava Pestovsome combinators cleaned up, whatever else
2004-08-31 Slava Pestovfile responder directory listing
2004-08-30 Slava Pestovsimplified directory listing in cfactor, faster = and...
2004-08-30 Slava Pestovsome work on directory listing in cfactor
2004-08-30 Slava Pestovfile responder: redirect if directory url does not...
2004-08-29 Slava Pestovstring hashcodes are fixnums
2004-08-29 Slava Pestovwords are now hashed
2004-08-29 Slava Pestovimproved CPU profiler; memory profiler
2004-08-29 Slava PestovCFactor documentation comments
2004-08-29 Slava Pestovclean up bignum cached constants
2004-08-29 Slava Pestovfile responder works with native factor
2004-08-28 Slava Pestovnew files vocab, dissolved builtins vocab, moved tutori...
2004-08-28 Slava PestovFactor 0.64
2004-08-27 Slava Pestovfix broken fixnum bitops
2004-08-27 Slava Pestovfix various memory corruption issues
2004-08-27 Slava Pestovroom fix with large arena
2004-08-27 Slava Pestovfix mandel.factor
2004-08-27 Slava Pestovfix division and modulo giving incorrect results
2004-08-27 Slava Pestovhttpd fix
2004-08-27 Chris DoubleFix for change from worddef>list to word-parameter.
2004-08-27 Slava Pestovfix some overflow issues
2004-08-27 Slava Pestovcleanup of mandel.factor
2004-08-27 Slava Pestovmandelbrot fractal
2004-08-26 Slava Pestovbignums are done
2004-08-26 Slava Pestovsome bignum work
2004-08-25 Slava Pestovbignums (sort of)
2004-08-25 Slava Pestovsome minor cleanups in preparation for landing of s48...
2004-08-25 Slava PestovPorting Scheme48 bignums to Factor.
2004-08-24 Slava Pestovworddef>list renamed to word-parameter
2004-08-24 Slava Pestovinferior.factor is usable for real work
2004-08-24 Slava Pestovremoved unnecessary top-level-continuation stuff
2004-08-24 Slava Pestovrename contains to contains? for consistency
2004-08-24 Slava Pestovsome simple benchmarks
2004-08-24 Slava Pestovoops
2004-08-24 Slava Pestovmultitasking httpd
2004-08-23 Slava Pestovfix for socket closing
next