]> gitweb.factorcode.org Git - factor.git/history - extra
basis: ERROR: changes.
[factor.git] / extra /
2015-08-13 Doug Colemanzoneinfo: at -> at-time
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-13 Doug Colemanzeromq: fix for ERROR: change.
2015-08-13 Doug Colemangpu.shaders: fix throw- error
2015-08-13 Doug Colemangoogle.translate: fix the conflict in a naive way.
2015-08-13 Doug Colemancpu.8080: opcode -> opcode:, cycles -> cycles:
2015-08-12 Doug Colemanextra: fix sets rename
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: arch -> arch-name. fix breakage caused by other...
2015-08-12 Doug Colemanfactor: rename set to unordered-set.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-10 Doug Colemanfactor: put inline on same line as ; for experimentation
2015-08-08 Doug Colemanassocs: Add harvest-keys, harvest-values to core/....
2015-08-08 Jon Harperauthors, use utf-8 to fix Björn's name
2015-08-08 Jon Harpercurses.listener: fix, need stream-write1 after changes... 1426/head
2015-08-06 Doug Colemangraphviz: node[ -> [node etc. it can go back with the...
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-08-06 Björn Lindqvistfuel.pprint: fix a thing that broke in fuel due to...
2015-08-06 John Benediktssontools.tree: fix using.
2015-08-06 John Benediktssonio.files.info: use directory?, symbolic-link?, and...
2015-08-05 Doug Colemanmason.child: fix test for mason
2015-08-05 Doug Colemanmason.child: wrong code just doesn't do the right thing...
2015-08-05 Doug Colemanmason.child: suffix -> 2array
2015-08-05 Doug Colemanmason.child: Call factor.cmd to set up env vars instead...
2015-08-05 John Benediktssonslides: use toggle-fullscreen.
2015-08-05 John Benediktssonslides: simplify strip-tease.
2015-08-05 Doug ColemanRevert "report: Add build number to mason reports."
2015-08-04 Doug Colemanmason.report: Fix using.
2015-08-04 Doug Colemanreport: Add build number to mason reports.
2015-08-04 Doug Colemantools.image-analyzer.gc-info: Deferred words don't...
2015-07-30 John Benediktssonreddit: use unix-time>timestamp.
2015-07-30 John Benediktssoncalendar.format: don't need unix-time>relative-time.
2015-07-30 Doug Colemanhacker-news: fix typo with descendants. use unix-time...
2015-07-30 Doug Colemancalendar.elapsed: Support relative times in the future...
2015-07-30 John Benediktssoncalendar.elapsed: make generic for more convenience.
2015-07-30 John Benediktssonreddit: use calendar.elapsed for relative-time.
2015-07-30 John Benediktssonhacker-news: add relative timestamp on posts.
2015-07-30 John Benediktssonreddit: stop using tuples and just use the JSON.
2015-07-30 John Benediktssoncalendar.elapsed: adding some elapsed time words.
2015-07-30 Doug Colemanhacker-news: Fix using, fix bug printing HN company...
2015-07-30 Doug Colemanhacker-news: use new hackernews api on firebase.
2015-07-30 Doug Colemanbenchmark.fasta: rename random.
2015-07-26 John Benediktssonfix a couple string escapes.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-24 Doug Colemanfuel: fix load
2015-07-24 Doug Colemanmason.test: fix file->path
2015-07-22 John Benediktssontools.image-analyzer.gc-info: fix for gml moving to...
2015-07-22 Doug Colemaneuler: move to unmaintained.
2015-07-22 Doug Colemanpcre: fix test
2015-07-22 Doug Colemaninfix: fix infix syntax
2015-07-22 Doug Colemanfonts.syntax: not sure what this does, moving to unmain...
2015-07-22 Doug Colemangml: move to unmaintained for now.
2015-07-22 Doug Colemanvariants: Add a ";" to VARIANT-MEMBER:
2015-07-22 Doug Colemanpair-rocket: move to unmaintained for now.
2015-07-22 Doug Colemanpersistency: not sure what it does, no docs, no tests...
2015-07-22 Doug Colemancuda: fix CUDA-LIBRARY: to take a proper path that...
2015-07-22 Doug Colemanregexp: remove R" R[ and R{, there are still plenty...
2015-07-22 Doug Colemanspecialized: no docs, no tests, banished for now.
2015-07-22 Doug Colemanroles: TUPLE: -> ROLES-TUPLE: for now
2015-07-22 Doug Colemanmath.extras: .. and ... are cool but not used and can...
2015-07-22 Doug Colemanextra: move multimethods and pong to unmaintained for...
2015-07-21 Doug Colemanmath.derivatives: Add a ; to the syntax for derivatives...
2015-07-21 Doug Colemanvariables: move to unmaintained. nothing uses this...
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 Colemancode-arrays: move to unmaintained
2015-07-21 John Benediktssonbloom-filters: use all? instead of "map [ ] all?".
2015-07-21 Björn Lindqvistcompiler.*: fix the tests that broke because i removed...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-21 John Benediktssonvocabs.loader: make require-all throw restarts.
2015-07-20 Doug Colemanforestdb.paths: fix members call
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 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 Colemanfactor: rename system:vm -> vm-path to differentiate...
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 Benediktssonpeg: replace uses of digits>integer with string>number.
2015-07-20 John Benediktssonproject-euler.common: add a digits>number.
2015-07-20 Doug Colemanfactor: fix a few spots where FUNCTION: was malformed
2015-07-19 Doug Colemanfactor: rename files that are not loadable on mac, too
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 John Benediktssongraphviz.render: add preview-open which uses open-file.
2015-07-19 John Benediktssonrosetta-code.probabilistic-choice: cleanup.
2015-07-19 John Benediktssonupdate some more MACRO: effects.
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-18 Doug Colemantools.image-analyzer: fix using
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...
next