]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-07-31 Joe GroffMerge remote branch 'Blei/Native-image-loader' into...
2010-07-31 Philipp Brüschweilerimages: fix some tests that broke due to an additional...
2010-07-31 Philipp Brüschweilerimages.gdiplus: add platform.txt
2010-07-18 Joe Groffcalendar: since-1970 shouldn't convert to >local-time...
2010-07-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-07-17 Slava Pestovui: cleanup
2010-07-17 Slava Pestovui.gadgets.worlds: dispose of the handle after ungrabbi...
2010-07-17 Slava Pestovstack-checker: calling 'boa' on a non-tuple would compi...
2010-07-17 Slava Pestovcompiler.cfg.intrinsics.allot: clean up
2010-07-16 Slava Pestovcompiler.cfg: nuke ##allot-byte-array instruction
2010-07-16 Slava Pestovalien.data: remove second quotation parameter from...
2010-07-16 Slava Pestovlibc: add memset just because
2010-07-16 Slava Pestovalien.data: document with-scoped-allocation and with...
2010-07-16 Joe Groffalien.enums: make it so that define-enum assigns enum...
2010-07-16 Joe GroffRevert "ui.images, images.loader: move platform-specifi...
2010-07-16 Slava Pestovcompiler.cfg.scheduling: ##dispatch must go at the...
2010-07-15 Slava Pestovcompiler.cfg: ##unbox-long-long can have multiple outpu...
2010-07-15 Slava Pestovcompiler.cfg.scheduling: update to support multiple...
2010-07-15 Slava Pestovcpu.x86.32: fix %binary-float-function
2010-07-14 Slava Pestovcpu.x86.64: fix typos
2010-07-14 Slava Pestovcpu.x86: fix %load/store-stack-param for 32-bit
2010-07-14 Joe Groffmath.combinatorics: all-subsets and selections words...
2010-07-13 Slava Pestovgdbm.ffi: fix add-library form
2010-07-13 Slava Pestovcompiler: re-architect low-level optimizer to allow...
2010-07-12 Joe Grofftools.test: change unit-test docs so it's clear "output...
2010-07-11 Joe Groffui.images, images.loader: move platform-specific image...
2010-07-11 Joe Groffimages.cocoa, images.gdiplus: remove hacks around old...
2010-07-11 Joe GroffMerge branch 'master' into native-image-loader
2010-07-10 Joe Groffio.streams.throwing: add test file
2010-07-10 Joe Groffio.streams.throwing: rename throws-on-eof -> stream...
2010-07-09 Joe Groffio.streams.limited: scrape out last vestiges of unlimiting
2010-07-09 Joe Groffhttp.server: reintroduce some code cleanups now that...
2010-07-09 Joe Groffhttp.server: revert d00ea changes so that server works...
2010-07-09 Joe Groffimages.jpeg: fix loading error
2010-07-09 Joe Groffimages.p[bgp]m: use throws-on-eof
2010-07-09 Joe Groffio.streams.throwing: implement read-until
2010-07-09 Joe Groffimages.loader and friends: push throws-on-eof down...
2010-07-09 Joe Groffio.streams.throwing: implement tell and seek
2010-07-09 Joe Groffio.streams.limited: remove unlimit*
2010-07-09 Joe Groffclear up roles docs
2010-07-09 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-07-09 Doug ColemanSplit off io.streams.throwing from io.streams.limited...
2010-07-09 Doug ColemanClean up vocabulary list, remove unused/poorly-named...
2010-07-09 Doug ColemanAdd an article for roles
2010-07-09 Doug ColemanAllow variants to be spread across multiple parsing...
2010-07-09 Doug ColemanFix typo in timers
2010-07-08 Slava Pestovparser: update unit test
2010-07-08 Joe Groffcpu.x86.assembler: add MOVQ xmm, xmm/m64 and MOVQ xmm...
2010-07-07 Joe Groffimages.gdiplus: GDI+ "ARGB" is little-endian, so really...
2010-07-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-07-07 Slava Pestovio.ports: fix stream-seek with seek-relative seek type...
2010-07-07 Slava Pestovcompiler.tree.propagation.known-words: don't want a...
2010-07-07 Joe Groffimages.gdiplus: don't multiply stride by pixel size...
2010-07-07 Joe Groffwindows.streams: get rid of workaround for stream-tell bug
2010-07-07 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2010-07-07 Joe GroffMerge branch 'master' into native-image-loader
2010-07-07 Joe Groffui.images: load images.gdiplus as default image handler...
2010-07-07 Slava Pestovio.ports: fix stream-tell implementation
2010-07-07 Joe Groffwindows.streams: remove some code used for debugging
2010-07-07 Joe Groffnew vocab images.gdiplus: image loading using standard...
2010-07-07 Joe Groffwindows.gdiplus: start-gdi+/stop-gdi+/check-gdi+-status...
2010-07-07 Joe Groffwindows.streams: attempt to determine stream size becau...
2010-07-06 Slava Pestovcocoa.subclassing: cleaner CLASS: syntax; ui.backend...
2010-07-06 Slava Pestovcocoa.subclassing: new METHOD: syntax cleans up class...
2010-07-06 Slava PestovRemove Cocoa exception handling support since it no...
2010-07-06 Slava PestovRemove cocoa.callbacks since nothing uses it
2010-07-06 Slava PestovAdd a scan-token word which is like scan, except throws...
2010-07-06 Slava Pestovurls.encoding: tweak assoc>query to fix problem with...
2010-07-06 Joe Groffnew ICO for windows
2010-07-06 Joe Groffnew icns file for OS X
2010-07-06 Joe Groffmath.polynomials: unclip drop => rest
2010-07-06 Joe Groffstacky the raptor was feeling kind of blue. cheer him...
2010-07-06 Slava Pestovtools.deploy: fix deployment of apps that use vocab...
2010-07-06 Slava Pestovtwitter: use https to get request and access tokens...
2010-07-06 Slava Pestovhttp: host header should not include the port number
2010-07-06 Slava Pestovmason: update for twitter vocab changes
2010-07-06 Slava Pestovtwitter: update to use OAuth
2010-07-06 Slava Pestovoauth: basic implementation of an OAuth consumer
2010-07-06 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-07-04 Joe Groffmath.polynomials: update pdiff for no-integers-as-seque...
2010-07-03 Dmitry Shubingdbm: add shorthands for common cases
2010-07-02 Slava PestovFFI rewrite part 6: deconcatenatize
2010-06-30 Joe Groffunix.ffi: third argument of ioctl should be void*,...
2010-06-29 Niklas.Waernlibudev bindings in resource:extra
2010-06-29 Joe Groffnew vocab windows.streams: COM IStream wrapper for...
2010-06-29 Joe Groffwindows.com: add IStream interface
2010-06-28 Joe Groffwindows.gdiplus: resolve ambiguity introduced by auto-use
2010-06-28 Joe Groffwindows.gdiplus: clean up so it loads
2010-06-28 Joe Groffalien.enums: allow enum members to be given values...
2010-06-28 Slava Pestovhttp.server: more doc fixes
2010-06-28 Slava Pestovhttp.server: tweak docs
2010-06-28 Slava Pestovui.tools.traceback: make it a tool window so that its...
2010-06-28 Joe Groffnew vocab windows.gdiplus: bindings to GDI+ (not tested...
2010-06-28 Joe Groffprettyprint.backend: leave nesting-limit unset when...
2010-06-27 Dmitry Shubingdbm: move enums to main vocab
2010-06-27 Dmitry Shubingdbm: each-key - higher order combinator for sequential...
2010-06-27 Dmitry Shubingdbm: drop "gdbm-" prefix
2010-06-27 Dmitry Shubingdbm: add metadata
2010-06-27 Dmitry Shubingdbm: add gdbm-info
next