]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-07-21 Doug Colemannested-comments: remove this vocab. we have /* */...
2015-07-21 Doug Colemandns: remove nested-comment, add comment about resolve...
2015-07-21 Doug Colemanmultiline: remove unused DELIMITED: word.
2015-07-21 Doug Colemancode-arrays: move to unmaintained
2015-07-21 John Benediktssoncompiler.cfg: use "f [ or ] reduce" instead of "map...
2015-07-21 John Benediktssonbloom-filters: use all? instead of "map [ ] all?".
2015-07-21 Björn Lindqvistcompiler.cfg.build-stack-frame: refactoring which remov... 1399/head
2015-07-21 Björn Lindqvistcompiler.*: fix the tests that broke because i removed...
2015-07-21 Björn Lindqvistcompiler.cfg.stacks.map: this vocab is subsumed by
2015-07-21 Björn Lindqvistcompiler.cfg.build-stack-frame: the frame-required...
2015-07-21 Björn Lindqvistcompiler.cfg.stack-frame: using cfg get stack-frame...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-21 John Benediktssonvocabs.loader: fix tests.
2015-07-21 John Benediktssonvocabs.loader: make require-all throw restarts.
2015-07-21 John Benediktssonlocals.parser: don't clone the manifest, just pop used...
2015-07-21 John BenediktssonRevert "hints: add hints to index."
2015-07-21 John Benediktssonvocabs.prettyprint: lookup syntax vocab only once in...
2015-07-21 Doug Colemanbasis: whitespace.
2015-07-20 John Benediktssonwrap: some cleanup.
2015-07-20 John Benediktssonwrap: use infimum-by instead of min-by.
2015-07-20 Doug Colemanforestdb.paths: fix members call
2015-07-20 John Benediktssonsequences: bring back check-length.
2015-07-20 John Benediktssontools.image-analyzer.data-heap-reader: cell => cell_t.
2015-07-20 John Benediktssonfix some sets:members.
2015-07-20 Doug Colemanmagic: fix image path
2015-07-20 Doug Colemanfactor: fix renaming bugs
2015-07-20 Doug Colemanfactor: fix breakage with word renamings.
2015-07-20 Doug Colemanwrap.words: fix docs
2015-07-20 Doug Colemanbootstrap.image: rename image -> bootstrapping-image
2015-07-20 Doug Colemanui.gadgetes.grids: cell -> grid-cell. it's private...
2015-07-20 Doug Colemanwrap.words: rename wrap.words:word to wrapping-word...
2015-07-20 Doug Colemancore: fix docs
2015-07-20 Doug Colemanvm: rename vm:cell to cell_t. it's just a typedef.....
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-20 Doug Colemanfactor: rename classes:members to class-members so...
2015-07-20 Doug Colemanfactor: system:image -> image-path, like vm-path. image...
2015-07-20 Doug Colemanhtml.streams: rename image-path to icon-path
2015-07-20 Doug Colemanfactor: rename system:vm -> vm-path to differentiate...
2015-07-20 Doug Colemanfactor: all FUNCTION: rename complete
2015-07-20 Doug Colemanfactor: more function messups
2015-07-20 Doug Colemanreadline.ffi: give all the parameters a name
2015-07-20 Doug Colemanfactor: Fix rename issues.
2015-07-20 John Benediktssonlocals.parser: fix bug where auto-use restarts weren...
2015-07-20 John Benediktssonmath.parser: remove digits>integer.
2015-07-20 John Benediktssonpeg: replace uses of digits>integer with string>number.
2015-07-20 John Benediktssonproject-euler.common: add a digits>number.
2015-07-20 Doug Colemantools.deploy.windows: fix using.
2015-07-20 Doug Colemandb.postgresql.ffi: fix
2015-07-20 Doug Colemanfactor: fix a few spots where FUNCTION: was malformed
2015-07-20 Doug Colemantools.deploy.windows: fix circularity, for some reason...
2015-07-20 Doug Colemanwindows.user32: fix some more sloppiness
2015-07-20 Doug Colemanwindows.user32: forgot one
2015-07-20 John Benediktssonmath.parser: simplify fix-float.
2015-07-20 John Benediktssonhints: add hints to index.
2015-07-20 Doug Colemanfactor: FUNCTION: rename by hand...
2015-07-19 John Benediktssonmath.parser: simplify { integer ratio } >base.
2015-07-19 John Benediktssonmath: moving >fraction to math.
2015-07-19 Doug Colemanfactor: rename files that are not loadable on mac, too
2015-07-19 Doug Colemanwindows.ddk.setupapi: fix function syntax
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: change FUNCTION: and similar to not have trailing ;
2015-07-19 Doug Colemanopenssl.libssl: Fix FUNCTION: error exposed after parse...
2015-07-19 John Benediktssongraphviz.render: add preview-open which uses open-file.
2015-07-19 John Benediktssonalien.parser: change scan-c-args to always use ";"...
2015-07-19 John Benediktssonhelp.markup: simplify $example slightly.
2015-07-19 John Benediktssonui.gadgets.tabbed: use named color constant.
2015-07-19 John Benediktssonrosetta-code.probabilistic-choice: cleanup.
2015-07-19 John Benediktssonupdate some more MACRO: effects.
2015-07-19 John Benediktssonmacros: fix bug, needed this fry actually.
2015-07-19 John Benediktssonmacros: check macro effect is real-macro-effect.
2015-07-19 John Benediktssonmath.parser: re-use number-parse and float-parse objects.
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-07-19 Doug Colemanfactor: trim more whitespace from #! comments
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-19 John Benediktssonui.gadgets.grid-lines: fix using.
2015-07-19 John Benediktssonui.gadgets.grid-lines: fix tests.
2015-07-18 John Benediktssonopengl: change rect-vertices to draw inside.
2015-07-18 John Benediktssonopengl: fix drawing artifact around rectangles.
2015-07-18 John Benediktssonui.gadgets.grid-lines: fix rough edges on right and...
2015-07-18 Doug Colemantools.image-analyzer: fix using
2015-07-18 John Benediktssonxml: add some $quotation help.
2015-07-18 John Benediktssonui: add some $quotation help.
2015-07-18 Doug Colemanhashtables: Don't test word's hashcode as a bignum...
2015-07-18 Doug Colemanword hashcodes: Don't unsafely set the hashcode for...
2015-07-18 Doug Colemantools.image-analyzer.gc-info: Fix unit test since llvm...
2015-07-18 Doug ColemanRevert "tools.image-analyzer.gc-info: don't use unmaint...
2015-07-18 John Benediktssontools.image-analyzer.gc-info: don't use unmaintained...
2015-07-18 Doug Colemanllvm: move to unmaintained. it segfaults and the tests...
2015-07-18 Doug Colemancore: declare word's hashcode an integer. Make word...
2015-07-18 John Benediktssonprettyprint: keep the cleanup from the last commit...
2015-07-18 John BenediktssonRevert "prettyprint: remove { soft hard } line-break...
2015-07-18 John Benediktssonsequences: integer length for repetition, use English.
2015-07-17 John Benediktssonmath.numerical-integration: make sure length is an...
2015-07-17 John Benediktssonprettyprint: cleanup using.
2015-07-17 John BenediktssonRevert "sequences: simplify find-from and find-last...
2015-07-17 John Benediktssonprettyprint: remove { soft hard } line-break types...
2015-07-17 Doug Colemanmath.parser.tests: Fix whitespace.
2015-07-17 John Benediktssonsplitting.monotonic: a bit faster.
2015-07-17 John Benediktssonsequences: use check-length to force integer partial...
2015-07-17 John Benediktssonsequences: define a 2each-from, use each-from more.
next