]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-05-05 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-05 Slava PestovStore forwarding table off to the side instead of in...
2009-05-05 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-05 Slava PestovFix botched replace all in VM source, clean up image...
2009-05-05 Slava Pestovcocoa: don't need to explicitly compile words anymore...
2009-05-05 Slava Pestovgeneric.standard: remove bogus error check
2009-05-05 Slava Pestovalien.strings cleanup
2009-05-05 Slava PestovMake walker work better with call( and breakpoints...
2009-05-05 Doug Colemanremove >bignum in crc32 -- 2x faster on both 32 and...
2009-05-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Joe Groffwork around macosx-x86-64 bug where it tries to write...
2009-05-04 Slava PestovSome VM fixes
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovFix test failures
2009-05-04 Slava Pestovhelp.lint: fix :lint-failures word
2009-05-04 sheepleuse eg++ on openbsd
2009-05-04 Slava PestovFix some test failures
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovFix problem caused by different behavior of GCC 4.0...
2009-05-04 Samuel TardieuMake the primitives array const
2009-05-04 Samuel TardieuDo not lower primitives to "void*" to get better compil...
2009-05-04 Slava PestovMerge branch 'mongo-factor-driver' of git://github...
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovConfig.freebsd fix
2009-05-04 Sascha Matzkeremoved mongodb.tuple.index usage from mongodb.tuple
2009-05-04 Slava PestovAttempt to fix gcc 4.5.0 compile error
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovFixing some build issues on Linux with GCC 4.3
2009-05-04 Slava PestovRemove bogus alien.dlls directory
2009-05-04 Slava PestovSplit up tools.vocabs. Note that load-everything is...
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovNetBSD build fix
2009-05-04 Slava PestovMerge branch 'master' of git://github.com/seckar/factor
2009-05-04 Slava PestovMerge branch 'mongo-factor-driver' of git://github...
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovDon't make a curry
2009-05-04 Slava PestovCleanups
2009-05-04 Slava PestovThe great type renaming
2009-05-04 Slava PestovUse C++ namespaces
2009-05-04 Slava PestovVM: use better abstractions for tagged pointers, elimin...
2009-05-04 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/facto...
2009-05-04 Nicholas SeckarAdd docs for load-all-under and all-vocabs-under
2009-05-04 Joe Groffdocs for new world words
2009-05-04 Nicholas SeckarDon't treat . directories as vocab dirs.
2009-05-04 Joe Groffnitpick ui.pixel-formats docs
2009-05-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Joe Groffmove ui.offscreen to unmaintained for now
2009-05-04 Joe Groffupdate bunny to use world api; clean up projection...
2009-05-04 Joe Groffadd a resize-world generic to handle window resizes
2009-05-04 Joe Groffyield during mouse-moved events in cocoa so gadgets...
2009-05-03 Joe Groffdon't pprint gadgets with RECT: syntax
2009-05-03 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-03 Joe Groffchange spheres to use new world api
2009-05-03 Joe Groffupdate status-bar for api changes. set the gl-context...
2009-05-03 Doug Colemanuse ${ in a couple of places, use output>array
2009-05-03 Joe Groffworld API changes: open-window can take a world-attribu...
2009-05-03 Doug Colemanadd ${ to literals
2009-05-03 Doug ColemanMerge branch 'master' of git://github.com/bogiebro...
2009-05-03 Sam Anklesariaadded gui for file-trees
2009-05-03 Sam Anklesariafrp: set default val-quot
2009-05-03 Sam Anklesariafrp: switcher ignores f values
2009-05-03 Sam Anklesariaseparated behaviors and events in frp
2009-05-03 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/facto...
2009-05-03 Sascha Matzkereworked primary key handling and define-persistent...
2009-05-03 Slava PestovVarious VM cleanups, new approach for bignum GC root...
2009-05-03 Joe Grofffix circular dependency for reals
2009-05-03 Joe Grofffix x11 backend bugs
2009-05-03 Joe Groffbreak code->code docs<-docs dependency
2009-05-03 Joe Groff"ui-backend" variable can't be used to choose text...
2009-05-03 Slava PestovClean up untag_* and tag_* inline functions in favor...
2009-05-03 Slava PestovMove vmpp to vm
2009-05-03 U-FROGGER\ergfix windows ui
2009-05-03 U-FROGGER\ergMerge branch 'master' of git://factorcode.org/git/factor
2009-05-03 Slava PestovFix various issues from C++ port
2009-05-03 Joe Groffui.backend.windows code cleanup
2009-05-02 Joe Groffdocs for ui.pixel-formats
2009-05-02 Joe Groffoops, forgot backing-store support on windows. also...
2009-05-02 Joe Groffcheck-world-pixel-format word that world subclasses...
2009-05-02 Joe GroffX11 backend for pixel formats
2009-05-02 Slava PestovRemove cruddy string encoding/decoding code from VM
2009-05-02 Joe Groffwindows pixel-format backend
2009-05-02 Joe Groffneed to pass world as arg to pixel-format hooks
2009-05-02 Sam Anklesariastr-fry fixes
2009-05-02 Slava PestovMore VM fixes
2009-05-02 Slava PestovCleaning up VM code
2009-05-02 Sam Anklesariastr-fry can take non-literals
2009-05-02 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/facto...
2009-05-02 Sascha Matzkefixed sorting
2009-05-02 Slava PestovClean up VM's array code
2009-05-02 Slava PestovPorting VM to C++
2009-05-02 Aaron SchaeferAdd deck generation and shuffling to poker vocab
2009-05-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-05-02 Daniel EhrenbergAdding output>sequence and input<sequence to inverse...
2009-05-02 Aaron SchaeferUse [0,b) and iota where appropriate
2009-05-02 Joe Groffadjust pixel format syntax. override offscreen-world...
2009-05-02 Doug Colemanadd a few usages of iota, remove most 1+ and 1- from...
2009-05-02 Aaron SchaeferUse iota in Project Euler solutions
2009-05-01 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-01 Doug Colemanfix unit tests that call lines or contents
next