]> gitweb.factorcode.org Git - factor.git/history - core
windows.kernel32: add MAKEINTRESOURCE, standard resource types
[factor.git] / core /
2010-02-15 Joe Groffupdate vocabs and deploy docs to mention resources.txt
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-13 Erik CharleboisMerge up with Joe's earlier change that added s3tc
2010-02-11 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-11 Slava Pestovcompiler.tree.propagation, compiler.tree.escape-analysi...
2010-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-10 Slava Pestovsequences: remove outdated comment
2010-02-10 Slava Pestovmath.integers: remove a -rot usage
2010-02-10 Slava Pestovsequences: remove a -rot usage
2010-02-10 Slava Pestovclasses.algebra: remove class<=> -- it's never used...
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-08 Joe Groffupdate syntax-floats for changes to math.parser. clarif...
2010-02-07 Joe Groffmath.parser: support leading + on significand and expon...
2010-02-07 Joe Groffmath.parser: add unit tests to ensure that "1e2" parses...
2010-02-07 Joe Groffmath.parser: fix digit> bug found by Blei
2010-02-07 Slava Pestovvm: nuke unused (string>float) primitive
2010-02-07 Slava Pestovmath.parser: clean up and merge new-math-parser branch
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-07 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Joe Groffassocs: use collector-for in assoc>map to create a...
2010-02-05 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-02-04 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-04 Slava Pestovtools.deploy.shaker: don't try to intern all word props...
2010-02-03 Slava PestovFix classes.tuple tests and assocs help lint
2010-02-03 Slava Pestovcompiler.units: fix bug that came up recently with...
2010-02-03 Slava PestovRename update to assoc-union!, add assoc-filter! assoc...
2010-02-03 Slava PestovAdd code heap introspection primitive to VM, and make...
2010-02-03 Slava PestovTest fixes
2010-02-03 Slava PestovDocumentation improvements
2010-02-03 Slava Pestovvm: modify-code-heap primitive now takes a pair of...
2010-02-03 Slava Pestovcombinators: fix typo
2010-02-03 Slava PestovClarify documentation for compilation units and 'undefi...
2010-02-03 Slava Pestovcombinators: ricing call-effect
2010-02-03 Slava Pestovclasses.tuple: make error slots read only for small...
2010-02-03 Slava PestovBetter error message for call( when quotation has the...
2010-02-03 Slava Pestovgeneric: rename method-body predicate class to method
2010-02-03 Slava Pestovwords: undefined error now contains the word in question
2010-02-03 Slava PestovMinor updates to string documentation
2010-02-03 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-03 Slava PestovMinor doc fixes
2010-02-03 Brad ChristensenMore documentation cleanup.
2010-02-03 Brad ChristensenA number of documentation fixes and cleanup.
2010-02-03 Brad ChristensenMinor doc cleanup.
2010-02-01 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-01-31 Slava Pestovclasses: If a tuple class with subclasses is redefined...
2010-01-31 Slava Pestovclasses: more robust code for detecting circular inheri...
2010-01-31 Slava PestovFix a couple of unit tests that were relying on the...
2010-01-31 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-01-31 erikcMerge up
2010-01-31 erikcMerge up
2010-01-30 Slava PestovMerge git://github.com/littledan/Factor into littledan
2010-01-30 Slava Pestovwords: fix unit test
2010-01-30 Slava Pestovstack-checker.dependencies: make conditional dependenci...
2010-01-30 Slava Pestovmath: docs fix
2010-01-29 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-01-29 Slava Pestovcompiler.units: fix call-next-method call site recompil...
2010-01-29 Slava PestovRe-work flushed dependencies into new compiler cross...
2010-01-29 Slava PestovRe-defining a tuple class now invalidates cached quotat...
2010-01-29 Slava PestovNew 'conditional dependency' mechanism for more accurat...
2010-01-29 Slava Pestovclasses.tuple: documentation fix
2010-01-29 Slava PestovWork in progress: record constant-folds of predicate...
2010-01-29 Slava PestovRename predicate-word to create-predicate-word and...
2010-01-29 Slava PestovFix regression when forgetting classes
2010-01-29 Slava PestovMinor documentation updates
2010-01-29 Slava Pestovclasses.mixin: privacy please
2010-01-29 Slava PestovMore changes so that mixins trigger even less recompilation
2010-01-29 Slava Pestovclasses.algebra: couple more tests
2010-01-29 Slava PestovClean up class algebra a bit, and change mixins to...
2010-01-29 Slava PestovTrying to fix mixin semantics
2010-01-29 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-29 Doug Colemantry-find is just attempt-all. oops
2010-01-29 Doug Colemanadd some unit tests for try-find
2010-01-29 Doug Colemanadd try-find for random.windows
2010-01-28 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-01-28 Slava PestovFix and clean up stage1 bootstrap
2010-01-27 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-01-27 Slava Pestovcore: fix bad interaction between stage1 bootstrap...
2010-01-27 Slava Pestovvocabs.parser: a couple of fixes
2010-01-27 Slava PestovThrow a nice error at parse time if an attempt is made...
2010-01-27 Slava Pestovvocabs.parser: The manifest is now a definition observe...
2010-01-27 Slava Pestovclasses.tuple: tests were changing superclass of vocab...
2010-01-27 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-01-27 Slava Pestovvm: 'become' primitive needs to update literal referenc...
2010-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-26 Daniel EhrenbergTests for propagation additions; making fixnum-bit...
2010-01-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-25 Slava PestovVarious documentation improvements
2010-01-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-22 Doug Colemanmove sequence-hashcode-step to private
2010-01-22 Doug Colemanmove (accumulate) to sequences.private
2010-01-22 Doug ColemanRename accumulator to collector, pusher to selector
2010-01-22 Doug ColemanFix image save on Windows
2010-01-22 Doug ColemanSave images to a temporary file first, then call MOVE_F...
2010-01-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-20 Slava Pestovkernel: remove bogus test
2010-01-20 Daniel EhrenbergAdding compiler transforms in propagation
2010-01-20 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
next