]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-07-11 Doug ColemanFactor.app: delete the .dummy file. It requires signing...
2015-07-10 John Benediktssonredis: fix using.
2015-07-10 John Benediktssonbloom-filters: adding a working url.
2015-07-10 John Benediktssonui.gadgets.labels: trigger relayout when string changes.
2015-07-10 John Benediktssonprettyprint.stylesheet: use assoc-union! and set-at...
2015-07-10 John Benediktssonredis: adding a read timeout to the socket.
2015-07-10 John Benediktssonmisc: fix syntax error in Factor.tmbundle.
2015-07-10 John Benediktssoninit: cleaner using "initialize" instead of "global...
2015-07-10 Björn Lindqvisttools.image-analyzer.*: fix the loading of the .32... 1383/head
2015-07-10 Björn Lindqvisttools.image-analyzer.*: fixes so that the vocab should...
2015-07-10 Björn Lindqvisttools.image-analyzer.gc-info: ported the docs so now...
2015-07-10 Björn Lindqvisttools.image-analyzer.*: support for callstack reading
2015-07-10 Björn Lindqvisttools.image-analyzer.gc-info.tests: "translates" all...
2015-07-10 Björn Lindqvisttools.image-analyzer: new set of vocabs for reading...
2015-07-09 Doug Colemanshuffle: Simpler definition imo.
2015-07-09 John Benediktssontools.scaffold: use vocabs:check-vocab-name.
2015-07-09 John Benediktssondebugger: give bad-vocab-name a better summary.
2015-07-09 John Benediktssontools.scaffold: check vocab name in scaffold-vocab.
2015-07-09 John Benediktssonsystem-info.macosx: adding OS X 10.11 "El Capitan".
2015-07-09 Doug Coleman.gitignore: ignore more vim temp files. not sure why...
2015-07-09 John Benediktssonhash-sets: need to define M\ hash-set hashcode*.
2015-07-08 John Benediktssonlocals.parser: fix tests for now so we get clean builds.
2015-07-07 Doug Colemancompiler.cfg.value-numbering: tests need to have this...
2015-07-06 John Benediktssonvm: bring back FACTOR_ASSERT.
2015-07-06 Björn LindqvistVM: more changes of structs to lambda functions 1380/head
2015-07-06 Björn LindqvistVM: move changes of structs to lambda functions
2015-07-06 Björn LindqvistVM: change lot of visitation objects to use cool lambda...
2015-07-06 Björn LindqvistVM: replace binary_payload_start() with slot_count()
2015-07-06 Björn LindqvistVM: merge strings.hpp and tuples.hpp into layouts.hpp...
2015-07-06 Björn LindqvistVM: split the size() method into base_size() and aligne...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanyaml.conversion: Use the R" syntax. No big deal, just...
2015-07-03 Doug Colemanalien.parser: add a couple of commas
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-03 Doug Colemanunix.ffi: Fix syntax for FUNCTION:
2015-07-02 Doug Colemanmath.floats.env: Make sure answers are array. So much...
2015-07-02 Doug Colemanmultiline: trailing space is necessary. new parser...
2015-07-02 Doug Colemanextra: regularizing some unit tests. removing a ""...
2015-07-02 Doug Colemantests: prefer ${ } instead of 1array
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-07-01 Doug Colemankernel-docs: Fix link from class to class-of.
2015-07-01 Doug Colemanclasses.tuple: Add a note about "defining-class"
2015-07-01 Doug Colemansyntax-docs: Revert documentation for IN: foo.private
2015-07-01 John Benediktssoneditors.atom: make it work better with Mac OS X.
2015-06-30 Doug Colemanmath.combinatorics: private docs again. oops
2015-06-30 Doug Colemanhelp.syntax: Don't throw a sequence error when article...
2015-06-30 Doug Colemanmath.complex: Fix PRIVATE>
2015-06-30 Doug Colemancore, basis: Don't use the IN: foo.private feature...
2015-06-30 John Benediktssonlexer: change with-lexer to use with-variable.
2015-06-30 Doug Colemansyntax: Add a "syntax" word property for tracking which...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-29 Doug Colemanvim: Add tabbed window option.
2015-06-29 Björn LindqvistVM: fix bignum>fixnum-strict conversion, previously... 1376/head
2015-06-27 Björn Lindqvistcompiler.tree.propagation.known-words: better way to... 1373/head
2015-06-27 Björn LindqvistVM: fixes a bug with the handling of 0 bignums, and...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.*: new and fixed tests for...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.*: implements downgrading...
2015-06-27 Björn LindqvistVM: make the bignum_to_* family free functions, they...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.known-words: more precise...
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-25 Doug Colemancompiler.graphviz: use graphviz finder word.
2015-06-25 Doug Colemancompiler.cfg.debugger: alien-invoke insn nodes were...
2015-06-25 Doug Colemangraphviz.render: Find the graphviz binary using find...
2015-06-25 Doug Colemanio.standard-paths: On mac when you launch Factor from...
2015-06-23 John Benediktssonlocals.parser: fix help-lint warning.
2015-06-22 John Benediktssonvocabs.parser: adding back unuse-words.
2015-06-22 John Benediktssonlocals.parser: only need to clone manifest.
2015-06-22 John Benediktssonfunctors: make sure to unuse functor-words, some cleanup.
2015-06-22 Björn Lindqvistlocals.parser: docs for with-lambda-scope and some... 1369/head
2015-06-22 Björn Lindqvistlocals.parser: new word with-lambda-scope to handle...
2015-06-18 John Benediktssoncompiler.tree.propagation: fix tests for bit? inlining.
2015-06-18 John Benediktssonmath.integers: add some more tests for bit?.
2015-06-18 John Benediktssoncpu: enable bit-test intrinsic for fixnum-bit?.
2015-06-18 John Benediktssonmath.integers: simplify fixnum-bit?.
2015-06-17 John Benediktssonmath.primes.erato: add some comments at the top.
2015-06-17 John Benediktssonpersistent.vectors: bring private back (broken in 41918...
2015-06-17 John Benediktssonmath.integers: fixnum-bit? should not use fixnum-shift...
2015-06-17 Doug Colemanpersistent.vectors: fix unbalanced private
2015-06-17 John Benediktssoncompiler.cfg.linear-scan.allocation: fix docs for free...
2015-06-17 Doug Colemangtk, opengl: try out update-library
2015-06-17 Doug Colemanalien.libraries: Add update-library. See #1185
2015-06-17 Doug Colemanfactor.sh: fix docs, bootstrap doesn't recompile.
2015-06-17 John Benediktssongeneric.parser: fix unbalanced-private-declaration.
2015-06-17 John Benediktssondlists: fix unbalanced-private-declaration.
2015-06-17 John Benediktssonvocabs.parser: error on unbalanced private declarations.
2015-06-17 John Benediktssonmath.primes.erato.fast: use literals to show how the...
2015-06-17 Björn Lindqvistx86.64: change the register order so that RBX is alloca...
2015-06-17 Björn Lindqvistcompiler.cfg.linear-scan.*: more tests and docs for...
2015-06-17 Björn Lindqvistcompiler.cfg.linear-scan.*: dont use a hashtable here...
2015-06-16 John Benediktssonmath.primes.erato: faster compressed sieve by two impro...
2015-06-16 John Benediktssonmath.primes.erato.fast: some bignum fixes and more...
2015-06-16 John Benediktssonmath.primes: fix "11 >bignum prime?".
2015-06-16 John Benediktssonsorting.quick: speedup by inline sort!.
2015-06-16 John Benediktssoneditors.brackets.windows: need USE: editors.brackets.
2015-06-16 John Benediktssonmath.primes.erato.fast: adding fast Sieve of Eratosthenes.
2015-06-15 John Benediktssoneditors.brackets: add support for Mac OS X.
2015-06-15 John BenediktssonRevert "Add Adobe Brackets highlight mode"
next