]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-02-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Doug Colemanclean up tiff
2009-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Joe Groffalien.fortran docs
2009-02-10 Doug Colemanloading some tiff files works!
2009-02-10 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Daniel EhrenbergSlight cleanup in xml-rpc
2009-02-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Slava PestovRemove nipd, 3nip, 4nip and tuckd from basis/shuffle
2009-02-09 Joe Groffrewrite shuffle( -- ) to avoid locals primitives
2009-02-09 Joe Groffunit tests for complex specialized-arrays
2009-02-09 Joe Groffget rid of underlying>>s, again
2009-02-09 Joe Groffremove unnecessary calls to underlying>> from math...
2009-02-09 Joe Groffkill math.blas.cblas
2009-02-09 Joe Groffconvert math.blas.matrices to use fortran calls
2009-02-09 Joe Groffoops, leftover ORDER arguments from converting from...
2009-02-09 Daniel EhrenbergFixing furnace test/docs
2009-02-09 Daniel EhrenbergFixing bug in render-hidden
2009-02-09 Joe GroffiXamax returns a 1-based array index. decrement that...
2009-02-09 Joe Groffmore typos
2009-02-09 Joe Groffanother typo
2009-02-09 Joe Groffgfortran returns float for REAL functions, not double...
2009-02-09 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-09 Daniel EhrenbergMerge branch 'master' into no-elements
2009-02-09 Doug Colemanmake pack/unpack public
2009-02-09 Doug Colemanmore work on tiff files.
2009-02-09 Daniel EhrenbergMore docs for lazy lists, getting rid of lazy-map-with
2009-02-09 Joe Grofftypos
2009-02-09 Joe GroffC CONVERT VECTORS TO USE FORTRAN BLAS BINDINGS
2009-02-09 Joe Grofftweak specialized-arrays to box values returned by nth
2009-02-09 Daniel EhrenbergCleaning up strict list combinators
2009-02-09 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-09 Joe Groffspecialized arrays for complex types
2009-02-09 Joe Groffmy stuped, let me show u it
2009-02-09 Daniel EhrenbergFixing help-lint bugs
2009-02-09 Joe GroffMerge branch 'master' into fortran
2009-02-09 Joe Groffstart hacking on math.blas.vectors to switch to fortran
2009-02-09 Daniel EhrenbergDocs for lists, consolidating list functionality in...
2009-02-09 Joe Grofffortran ffi for blas
2009-02-09 Joe Groffalien.fortran metadata
2009-02-09 Joe Grofffortran-invoke works(?)
2009-02-09 Joe Groffshuffle( -- ) arbitrary stack shuffling word
2009-02-09 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2009-02-09 Slava PestovMerge branch 'master' of git://github.com/seckar/factor
2009-02-09 Nicholas SeckarUpdate docs for GENERIC: GENERIC# and HOOK to show...
2009-02-09 Daniel EhrenbergSplitting up basis/wrap into three vocabs
2009-02-09 Daniel Ehrenbergadding execute( -- ) and documentation for basis/call
2009-02-09 Daniel EhrenbergMoving lists to basis
2009-02-09 Daniel EhrenbergMaking lazy lists compile, and using them where applicable
2009-02-09 Daniel EhrenbergAdding call( -- )
2009-02-09 Daniel EhrenbergUpdating lots of things to use call( -- )
2009-02-09 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-09 Daniel EhrenbergHelp-lint edit for furnace.utilities
2009-02-09 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-09 Daniel EhrenbergSlight furnace cleanup
2009-02-09 Doug Colemanhandle seeking before the file start on windows, add...
2009-02-09 Doug Colemanupdate README.txt
2009-02-09 Daniel EhrenbergAdding failing unit test to wrap (must-infer)
2009-02-08 Doug Colemanworking on tiff
2009-02-08 Doug Colemanfix using lists
2009-02-08 Daniel EhrenbergRewriting basis/wrap with Knuth's algorithm. Minor...
2009-02-08 Jose A. Ortega... FUEL: use factor.com instead of factor.exe as default...
2009-02-08 Doug Colemanmove io tests into io.files
2009-02-08 Doug Colemanremove superfluous flush from io tests
2009-02-08 Doug Colemandocument stream seeking
2009-02-08 Doug Colemanclean up stream-seek with some suggestions from slava
2009-02-08 Slava PestovFix typo
2009-02-08 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-02-08 Slava PestovAdd nsum, nspread and nweave to generalizations
2009-02-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-08 Doug Colemanfix some compile bugz
2009-02-08 Slava PestovMention string encoding in >string
2009-02-08 Philipp Bruschweilerinitial infix vocab
2009-02-07 Doug Colemanseek -> new seeking
2009-02-07 Doug Colemanbetter error handling for backends
2009-02-07 Doug Colemanbetter error handling on unix seek, unit tests
2009-02-07 Doug Colemanupdate stream seeking on windows for new api
2009-02-07 Doug Colemanmake seeking support the full lseek options, add seekin...
2009-02-07 Doug Colemanmore work on tiff -- parse all the relevant ifd-entries
2009-02-07 Doug Colemanfix buffer-seek
2009-02-07 Doug Colemanread ifds for tiff files
2009-02-07 Doug Colemanremove bogus unix depenedency, implement seeking on...
2009-02-07 Doug Colemanunix support for stream seeking
2009-02-07 Doug Colemanadd some constants to unix
2009-02-07 Doug Colemanspruce up unmaintained/openal -- can maybe go back...
2009-02-07 Doug Colemanthe start of a tiff library
2009-02-07 Doug Colemanpack uses endian library now
2009-02-07 Doug Colemanthe start of an endianness library, used by pack
2009-02-07 Doug Colemanmake sure multipart parsing has enough bytes to compare...
2009-02-07 Doug Colemanfix furnace.utilities
2009-02-07 Joe Grofffortran-invoke sketch
2009-02-07 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2009-02-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-07 Doug Colemandllexport err_no and clear_err_no
2009-02-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-07 Doug Colemanremove bad comment
2009-02-07 Doug Colemaninitial, non-stream-based zlib binding
2009-02-07 Doug Colemanunbreak bootstrap
2009-02-07 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-07 Doug Colemanrename err_no to errno, clear_err_no to clear-errno...
next