]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-08-31 Joe Groffupdate windows.* for <c-array> change
2009-08-31 Joe Groffupdate io.files.*.windows to use specialized arrays...
2009-08-31 Joe Groffwean extra/ vocabs off <c-array>
2009-08-31 Joe Groffchange gpu VERTEX-STRUCT: to make a struct class
2009-08-31 Joe Groffoops—fix STRUCT: functor
2009-08-31 Joe Groffupdate math.blas for <c-array> change
2009-08-31 Joe Groffrefactor struct slot parsing so that there's a <struct...
2009-08-31 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Doug Colemanfix kqueue
2009-08-31 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Joe Groffdocs for new syntax and pprint config
2009-08-31 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Joe Groffpprint S@, X-array@ in <block block> for better formatting
2009-08-31 Joe Groffstruct-array@ syntax
2009-08-31 Slava Pestovio.backend.unix: tweak test
2009-08-31 Slava Pestovclasses.struct: add more unit tests for clone method...
2009-08-31 Doug Colemanfix typo in stat struct
2009-08-31 Joe Grofflikewise, an S@ word for structs
2009-08-31 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Doug Colemanupdate kqueue for structs
2009-08-31 Doug Colemanfix stat struct on freebsd
2009-08-31 Joe Groffadd alternate literal syntax "X-array@ PTR LEN" for...
2009-08-31 Slava Pestovclasses.struct: make <struct>, malloc-struct, and clone...
2009-08-31 Doug Colemanescape the class name in io.files.info
2009-08-31 Joe Grofffix bootstrap
2009-08-31 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Doug Colemantypo in stat
2009-08-31 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-31 Joe Groffchange c-type-* to c-* everywhere
2009-08-30 Slava Pestovcompiler/tests/codegen.factor: don't do exact float...
2009-08-30 Joe Groffrather than deprecate <c-array>, replace it with <c...
2009-08-30 Doug ColemanRevert "added send-synchronous-timeout word and tests"
2009-08-30 Doug ColemanRevert "reworked messaging, now always use an envelope...
2009-08-30 Doug ColemanRevert "move a word out of private vocab"
2009-08-30 Doug Colemanmove a word out of private vocab
2009-08-30 Doug Colemanremove direct uint arrays in file info
2009-08-30 Doug ColemanMerge branch 'for-slava' of git://github.com/x6j8x...
2009-08-30 Sascha Matzkereworked messaging, now always use an envelope around...
2009-08-30 Doug Colemanfit typo
2009-08-30 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/facto...
2009-08-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Slava PestovMore minor documentation tweaks
2009-08-30 Slava Pestovmath.functions: some fixes
2009-08-30 Slava Pestovtools.deploy.shaker: strip out functor-words global...
2009-08-30 Sascha Matzkeadded send-synchronous-timeout word and tests
2009-08-30 Slava Pestovcompiler.cfg.linear-scan.live-intervals: dead-value...
2009-08-30 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Slava Pestov%box-displaced-alien: fix clobberage found by Doug
2009-08-30 Slava Pestovcompiler.cfg.linear-scan now supports partial sync...
2009-08-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Doug Colemanchange all stat, statfs, statvfs and calendar structs
2009-08-30 Marc FauconneauMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauBetter error images for non-baseline JPEGs.
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-30 Joe Grofffix alien.complex unboxer
2009-08-30 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Joe Groffprivatize classes.struct's shameful bits
2009-08-30 Joe Groffimplement clone on struct classes to copy the struct...
2009-08-30 Joe Groffadd non-initializing (malloc-array) and (malloc-object...
2009-08-30 Joe Groffchange malloc-struct to initialize struct from initial...
2009-08-30 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2009-08-30 Slava Pestovbenchmark.terrain-generation: fix type error
2009-08-30 Slava Pestovbenchmark.struct-arrays: doesn't actually need HINTS:
2009-08-30 Joe Groffrefactor functors so that new functor syntax words...
2009-08-30 Joe Groffchange alien.complex to use struct classes
2009-08-30 Joe Grofffix STRUCT: functor when a slot name is the same as...
2009-08-30 Joe Groffcorrect some classes.struct docs
2009-08-30 Joe Groffadd STRUCT: support to functors
2009-08-29 Joe Groffignore deprecations in words that are themselves deprecated
2009-08-29 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-29 Joe Groffuse calloc in malloc-struct for consistency with malloc...
2009-08-29 Joe Groffchange malloc-object back to using calloc
2009-08-29 Samuel TardieuEnsure that random-prime result has the right size
2009-08-29 Joe Groffchange malloc-object and <c-object> not to be in terms...
2009-08-29 Joe Grofftypo in alien.c-types docs
2009-08-29 Joe Groffupdate cocoa and core-foundation stuff to use classes...
2009-08-29 Joe Groffdeprecate <c-array>, and make malloc-array box its...
2009-08-29 Joe Groffmark integer sequence methods as deprecated
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-29 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/factor
2009-08-29 Slava Pestovcompiler.cfg.value-numbering: fix ##box-displaced-alien...
2009-08-29 Slava Pestovcompiler: add fixnum-min/max intrinsics; ~10% speedup...
2009-08-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-28 Joe Groffadd a terrain-generation benchmark so slava will make...
2009-08-28 Slava Pestovsystem-info.windows: fix load error
2009-08-28 Slava Pestovtools.deprecation: suppress 'computing usage index...
2009-08-28 Slava Pestovtools.deprecation: don't bail out if a word's usages...
2009-08-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-28 Slava Pestovbenchmark.struct-arrays: new benchmark to measure perfo...
2009-08-28 Slava PestovPerformance improvements to make struct-arrays benchmar...
2009-08-28 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/factor
2009-08-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-28 Joe Groffdeprecate C-STRUCT:, C-UNION:, and old-school struct...
2009-08-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-28 Slava Pestovalien: move code for supporting CONSTANT: foo 123 ...
2009-08-28 Joe Groffsupport { type dimension } c-type syntax in STRUCT...
2009-08-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-28 Joe Groffreturn YES from cocoa app delegate's applicationShouldH...
2009-08-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
next