]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-02-09 Slava PestovMerge branch 'master' into new_ui
2009-02-09 Slava PestovFix bad whitespace
2009-02-09 Daniel EhrenbergSplitting up basis/wrap into three vocabs
2009-02-09 Slava PestovUse call( in a bunch of places in the UI; update-ui...
2009-02-09 Slava PestovFix conflict
2009-02-09 Daniel Ehrenbergadding execute( -- ) and documentation for basis/call
2009-02-09 Slava Pestovno-word-errors now print better
2009-02-09 Slava Pestovstring-lines throws an error if input is not a string
2009-02-09 Slava Pestovdelegate: add support for single-generic protocols...
2009-02-09 Slava PestovRework listener's debugger-popup code
2009-02-09 Slava Pestovui.gadgets.tables: clean up selected row rendering...
2009-02-09 Slava Pestovwrappers: make new-wrapper inline
2009-02-09 Slava Pestovui.gadgets.theme: better selection color
2009-02-09 Slava PestovBetter error checking for labels and text rendering
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 Doug Colemanhandle seeking before the file start on windows, add...
2009-02-09 Doug Colemanupdate README.txt
2009-02-09 Slava PestovMerge branch 'master' into new_ui
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 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 Pestovui.gadgets.search-tables: update for ui.gadgets.tables...
2009-02-08 Slava PestovMerge branch 'master' into new_ui
2009-02-08 Slava PestovFix typo
2009-02-08 Slava PestovFix conflict
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 Slava Pestovui.gadgets.line-support: common code for gadgets that...
2009-02-08 Slava Pestovui.gadgets.panes: set background color of labels to...
2009-02-08 Slava Pestovui.gadgets.editors and ui.gadgets.tables: factor out...
2009-02-08 Slava Pestovhelp.stylesheet: use COLOR:
2009-02-08 Slava PestovAdd support for rendering selected text to ui.text
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 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...
2009-02-06 Doug Colemanbetter warnings on unsupported bmp formats
2009-02-06 Doug Colemanfix furnace.utilities lint
2009-02-06 Doug Colemanfix link
2009-02-06 Doug Colemanfix words help-lint
2009-02-06 Doug Colemanfix 24-game compile error
2009-02-06 Doug Colemanadd a test for saving bitmaps, refactor load-bitmap...
2009-02-06 Daniel EhrenbergMerge branch 'for-slava' of git://git.rfc1149.net/factor
2009-02-06 Slava PestovFix alien tests, oops
2009-02-06 sheepleMerge branch 'master' of git://factorcode.org/git/factor
2009-02-06 sheepleAdd some more tests for complex numbers in FFI
2009-02-06 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-06 Daniel EhrenbergSlight cleanup and fixing unit test
2009-02-06 Slava PestovMerge branch 'master' into new_ui
2009-02-06 Slava PestovDon't use complex.h since *BSDs don't have it in latest...
2009-02-06 Daniel EhrenbergFinishing getting rid of html.elements from basis
2009-02-06 Slava Pestovpack: cleanup, write macros in more intuitive style...
2009-02-06 Slava PestovImproving macro docs
2009-02-06 Slava Pestovstack-checker: do constant folding for curry and compos...
2009-02-06 Slava Pestovio.sockets.secure.openssl: Don't allocate empty passwor...
2009-02-06 Slava Pestovbyte-length on f outputs 0
2009-02-06 Slava PestovClean up kernel vocab
2009-02-06 Slava PestovFix conflict in libc
2009-02-06 Slava PestovFix load error in graphics.bitmap tests
2009-02-06 Slava PestovFix VM compile error
2009-02-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-02-06 Slava PestovFix bug reported by Doug: smart combinators and inline...
2009-02-06 Slava Pestovalien.complex vocabulary implementing support for C99...
2009-02-06 Slava PestovRemoving now-redundant underlying>> calls
2009-02-06 Slava PestovSpecialized arrays can now be passed to alien functions...
2009-02-06 Slava PestovAdd support for C99 complex float and complex double...
next