]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Joe Groffgrouping: circular-slice shouldn't be a subclass of...
2010-02-26 Erik CharleboisMerge branch 'master' of github.com:erikcharlebois...
2010-02-26 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-26 Erik CharleboisFix windows.directx compile errors
2010-02-26 Joe Groffgrouping: add circular clumps (e.g. { 1 2 3 4 } 3 circu...
2010-02-26 Erik CharleboisAdd perp and angle-between words for vectors. Fix bug...
2010-02-26 Joe Groffwindows.com: typedef interface word to void* immediatel...
2010-02-25 Joe Groffdeploy chipmunk lib
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-25 Joe Groffremove repeated "pad" slots from x11.xlib structs
2010-02-25 Doug ColemanAdd more user32 bindings
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-25 Joe Groffclasses.struct: raise an error in STRUCT: if there...
2010-02-25 Erik CharleboisAdd perp and angle-between words for vectors. Fix bug...
2010-02-25 Slava Pestovsequences: fix help lint
2010-02-25 Slava Pestovsyndication: get it working with doublec's wacky atom...
2010-02-25 Slava Pestovsequences: add cartesian-each, cartesian-map, cartesian...
2010-02-25 Joe Groffgame.worlds: construct game-loop object before begin...
2010-02-25 Joe Grofffix up chipmunk.demo, add a MAIN:
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-25 Joe Groffmove chipmunk to chipmunk.ffi
2010-02-24 Slava Pestovsequences: add suffix! to destructive sequence ops...
2010-02-24 Slava Pestovwebapps.wiki: fix template
2010-02-24 Slava PestovSlices over specialized arrays can now be passed to...
2010-02-24 Doug ColemanAdd some commented out unit tests to io.ports.tests...
2010-02-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-24 Joe Grofftidy up load errors in ui.backend.x11
2010-02-24 Doug ColemanUse for(;;) instead of do/while in a few places, fix...
2010-02-24 Slava Pestovio.files.unix: fix load errors arising from byte-length...
2010-02-24 Slava Pestovcore-foundation.run-loop: cleanup
2010-02-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-24 Joe Groffui.backend.cocoa: invalidate run loop timers before...
2010-02-24 Slava PestovMove closures, fries and set-n to unmaintained
2010-02-24 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-02-24 Slava Pestovcocoa.messages: cleanup
2010-02-24 Slava PestovSpecialized arrays, structs and other objects respondin...
2010-02-24 Erik CharleboisBindings to the WinUSB part of the Windows DDK
2010-02-24 Joe Groffui.gadgets.worlds: deactivate world before calling...
2010-02-24 Joe Grofftools.deploy.shaker: raise a generic "This application...
2010-02-24 Joe Groffdocument system-alert
2010-02-24 Joe Groffopengl.gl: all those GLchar* should be c-string[ascii]
2010-02-24 Joe Groffui: add a "system-alert" hook that can raise a system...
2010-02-23 Joe Groffmissed a uchar* in cairo.ffi
2010-02-23 Joe Groffadd missing USING: effects.parser to descriptive, set-n
2010-02-23 Joe Groffchange back other char/uchar* parameters that don't...
2010-02-23 Joe Groffcairo.ffi, core-foundation.strings: change some functio...
2010-02-23 Joe Grofftypo in alien.data docs
2010-02-23 Joe Groff"pointer-c-type" word-prop hack is now unnecessary...
2010-02-23 Joe Grofftypo in alien.parser test
2010-02-23 Joe Grofffix typos in alien docs
2010-02-23 Joe Groffrename current string-mangling "char*" to "c-string...
2010-02-23 Joe Groffupdate docs about pointer types
2010-02-23 Joe Groffget rid of the last few pointer typedefs in db.postgres...
2010-02-23 Joe Groffhave TYPEDEF:, STRUCT: etc. throw an error if you try...
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Joe Groffwindows.types: fix definition of wchar_t* as { char...
2010-02-23 Joe Groffif any typedef in the chain has a pointer-c-type, use it
2010-02-23 Slava Pestovfreetype: fix load error
2010-02-23 Slava PestovGet foldable and flushable declarations working on...
2010-02-23 Slava Pestoveffects.parser: throw a proper no-word error if effect...
2010-02-23 Slava Pestovformatting: fix docs
2010-02-23 Joe Groffadd opaque C-TYPEs for sundry interfaces to windows.com
2010-02-23 Joe Groffclasses.struct: reader-quot was checking struct-slot...
2010-02-23 Joe Groff_DARWIN_MAXNAMELEN+1 should actually be _DARWIN_MAXNAME...
2010-02-23 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Joe Groffalien.fortran: update tests to reflect new pointer...
2010-02-23 Joe Groffcairo.ffi: update references to pointer types in alien...
2010-02-23 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-23 Erik CharleboisMake scaffolding use set-file-lines so that generated...
2010-02-23 Erik CharleboisWindows DDK SetupAPI bindings -- used for hardware...
2010-02-23 Erik CharleboisSummary and tags file for windows.ddk.hid
2010-02-23 Erik CharleboisFix new compile errors in d3d bindings
2010-02-23 Erik CharleboisAdd scaffolding for platforms.txt, add option to fuel...
2010-02-23 Joe Groffdb.sqlite.ffi: replace some TYPEDEF: void* foo* with...
2010-02-23 Joe Groffrepeated runs of classes.tuple test would fail because...
2010-02-23 Erik CharleboisSyntax highlighting for COM-INTERFACE:
2010-02-23 Erik CharleboisRevert change to make-callback-type cause Slava already...
2010-02-23 Joe Groffmissed a dead memory>struct in io.sockets
2010-02-23 Joe Groffdon't box struct pointer values when they're null
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Doug ColemanFix a couple of typos in complex number docs
2010-02-22 Joe Groffremove unnecessary memory>structs from extra/ too
2010-02-22 Joe Groffscrub memory>struct calls made redundant
2010-02-22 Joe Groffalien.arrays/classes.struct: ensure specialized array...
2010-02-22 Joe Groffalien.parser: properly generate return type name for...
2010-02-22 Erik CharleboisMerge alien/parser/parser.factor
2010-02-22 Erik CharleboisMerge branch 'master' of github.com:erikcharlebois...
2010-02-22 Erik CharleboisAdd some additional error masks and codes
2010-02-22 Erik CharleboisFix CALLBACK: effect return type also not a string...
2010-02-22 Erik CharleboisAdd some additional error masks and codes
2010-02-22 Joe GroffMerge branch 'master' into new-alien-pointers
2010-02-22 Slava Pestovalien: some code cleanups and fixes
2010-02-22 Slava Pestovwindows.ddk.hid: add platforms.txt
2010-02-22 Erik CharleboisFix CALLBACK: effect return type also not a string...
2010-02-22 Slava Pestovstack-checker.alien: now that C types are words, the...
2010-02-22 Slava Pestovalien.c-types: remove void? word
2010-02-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Joe Groffopengl.gl: TYPEDEF: void* GLvoid* => C-TYPE: GLvoid
2010-02-22 Joe Groffspecialized-arrays: fix underlying-type so it always...
next