]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2014-10-25 John Benediktssonunmaintained: restore pong.
2014-10-25 John Benediktssonunmaintained: some cleanup.
2014-10-25 John Benediktssonunmaintained: restoring trails, which is a neat process...
2014-10-25 John Benediktssonunmaintained: fix accessors (>>foo) should be foo<<.
2014-10-25 John Benediktssonunmaintained: reanimated cairo demos, mostly working.
2014-10-25 John Benediktssonboids: removing unnecessary with-translation.
2014-10-25 John Benediktssonimages: cleanup using.
2014-10-25 John Benediktssonjamshred: it lives again, now you can jam and shred!
2014-10-25 John Benediktssonio/ui: slim down the USE: list
2014-10-25 Doug Colemanio.backend: Remove duplicate definition of file-mode...
2014-10-25 John Benediktssonlibc: don't use unparse which requires prettyprint.
2014-10-24 John Benediktssonui.gadgets.tables: show summary for mouse row or select...
2014-10-24 John Benediktssonui.gadgets.buttons: use hide-status on button-leave.
2014-10-24 John Benediktssonhelp.topics: make wrappers unwrap into links.
2014-10-24 Björn Lindqvistpython: fix a reference leak in the (>py) word
2014-10-24 Björn Lindqvistpython: feature to create python callbacks/functions...
2014-10-24 Björn Lindqvistpython: new syntax PY-QUALIFIED-FROM, so you can import...
2014-10-23 John Benediktssonassocs.extras: adding delete-value-at.
2014-10-23 Doug Colemanpeg.ebnf: Update docs for peg change.
2014-10-23 John Benediktssonpeg.debugger: don't use formatting.
2014-10-23 Björn Lindqvistpeg: add 'got' slot to parse-error, so you get a little...
2014-10-23 Björn Lindqvisthttp.server: handle certain parse-errors from the peg...
2014-10-22 Doug Colemancompiler.cfg.stacks.local: Have unit test load prettypr...
2014-10-22 Björn Lindqvistcompiler.tests.alien: use the with-callback combinator...
2014-10-22 Björn Lindqvistalien.tests: fix the test cases so they dont leak,...
2014-10-22 Björn Lindqvistalien,stack-checker.alien: new word with-callback
2014-10-21 Björn LindqvistFUEL: fix in table rendering, previously it cutted... 1166/head
2014-10-20 John Benediktssoncpu.x86.assembler.operands: fix help-lint.
2014-10-19 John Benediktssonstack-checker: make this an unchecked-example.
2014-10-19 John Benediktssoncompiler: resolve duplicate doc for "compiled".
2014-10-19 Björn Lindqvistcompiler.codegen.gc-maps: update docs so that they... 1163/head
2014-10-19 Björn LindqvistDocs: fixing smaller help-lint nitpicks
2014-10-19 Björn Lindqvistcompiler.cfg.*: more stub docs for cfg construction...
2014-10-19 Björn Lindqvistcompiler.codegen.*: help for resolve-label misplaced...
2014-10-19 Björn Lindqvistcpu.*: docs and tests for words in the assembler
2014-10-17 Björn Lindqvistcompiler,cpu: more docs
2014-10-17 Björn Lindqvistcompiler.cfg.*: more docs, tests and a small refactorin...
2014-10-17 Björn Lindqviststack-checker,compiler: docs for stack-checker and...
2014-10-17 Björn Lindqvistcpu.architecture: %save-context example
2014-10-17 Björn Lindqvistcompiler.codegen.gc-maps: initial docs
2014-10-17 Björn Lindqvistcompiler.*: doc improvements
2014-10-16 Doug Colemanio.launcher.windows: Make unit tests show that process...
2014-10-16 John Benediktssonmagic.ffi: look for "magic" (works better on linux).
2014-10-15 John Benediktssonmagic: some minor fixes.
2014-10-15 John Benediktssonmagic: bindings for libmagic.
2014-10-10 Björn Lindqvistfuel.eval: wrap fuel-pprint in a without-limits so...
2014-10-10 Doug Colemanio.streams.peek: Add file position indicator api calls.
2014-10-10 Björn Lindqvistimages.loader.tests: restructure the tests because...
2014-10-10 Björn Lindqvistimages.loader.gtk: fix fall-through in case problem...
2014-10-10 Doug Colemanprettyprint: @mrjbq7's funny word for . that doesn...
2014-10-09 Doug Colemanimap-tests: Reset test folder.
2014-10-09 Björn Lindqvistimages.loader.gdiplus: implementation of the image...
2014-10-09 Björn Lindqvistimages: move rowstride to the images vocab because...
2014-10-09 Doug Colemantools.deploy-tests: inc size for linux32
2014-10-09 Doug Colemanstack-checker.alien: We just want to track callbacks...
2014-10-08 John Benediktssoncalendar.format: change rfc3339 to always print microse...
2014-10-08 Doug Colemantools.deploy: Bump the build size. This is a comparativ...
2014-10-08 Doug Colemansmtp: Make the test pass on Windows.
2014-10-08 Doug Colemandb.postgresql: This is not actually the case on my...
2014-10-08 Doug Colemandb.tester: postgresql template1 database name should...
2014-10-08 Doug Colemantools.profiler.sampling: Kick it down a notch. Makes...
2014-10-07 Björn Lindqvistimap: fix parse-store-mail parsing because it breaks...
2014-10-07 Doug Colemanio.launcher.windows.test/env.factor: Fix script for...
2014-10-07 Doug Colemantools.gc-decode: Just make sure that the gc-decode...
2014-10-04 Doug Colemancompression.snappy: Add support for snappy compression...
2014-10-03 Björn Lindqvistgraphviz.render.windows: need to return with the whole...
2014-10-03 Björn Lindqvistwebapps.mason.backend.tests: change db filename to...
2014-10-03 Björn Lindqvistlists.lazy.tests: plugs file descriptor leak
2014-10-03 Björn Lindqvistdb.tester: with-disposal needed to release the db conne...
2014-10-03 Björn Lindqvistsmtp.tests: send-mail should be called to get the mock...
2014-10-03 Björn Lindqvistopenssl.libcrypto.tests: BIO_free should be called...
2014-10-02 Björn Lindqvistpython: docs for python-error
2014-10-02 Björn Lindqvistpython: tests and plug a reference leak in the exceptio...
2014-10-02 Björn Lindqvistpython.throwing: new module to support capturing python...
2014-09-30 Doug Colemanbuild-support: test failed on mac somehow, add a timeou...
2014-09-30 John Benediktssonprettyprint.backend: use , not % in unparse-ch.
2014-09-30 Björn Lindqvistdb.postgresql: ensure that 2 line error messages are... 1123/head
2014-09-30 Björn Lindqvistdb.tester: the postgresql-db variable shouldn't be...
2014-09-29 Björn Lindqvistdb.postgresql: configurable test db setting
2014-09-29 Björn Lindqvistcompiler.tests.alien: wrap all callback tests in special
2014-09-29 Björn Lindqvistalien,stack-checker.alien: move callback-destructor...
2014-09-29 Björn Lindqviststack-checker.alien: use free-callback as a destructor...
2014-09-29 Björn Lindqvistalien: a test and docs for free-callback
2014-09-29 Björn LindqvistVM: new primitive free-callback which is able to free...
2014-09-29 Björn Lindqviststack-checker.known-words: stack effect for <callback...
2014-09-29 Björn LindqvistVM: new primitive (callback-room) for querying the...
2014-09-29 Björn LindqvistVM: use a free_list_allocator for the callbacks, that...
2014-09-29 Björn LindqvistVM: "formalize" the callback_heaps object allocation...
2014-09-29 Björn LindqvistVM: try and recover with a kernel error from the callba...
2014-09-29 Björn Lindqvistfurnace.db: db-persistence needs a dispose word that...
2014-09-29 John Benediktssonmason.report: dos2unix.
2014-09-29 Björn Lindqvistbenchmark.reverse-complement.tests,mason.report.tests...
2014-09-29 John Benediktssonlists: cleanup usings.
2014-09-29 Iskander SitdikovRefactor >list to be a generic word
2014-09-28 Björn Lindqvisttools.deploy.backend: with-variables need to be on... 1144/head
2014-09-28 Björn Lindqvisttools.deploy.backend: rearranging the order of paramete...
2014-09-26 Doug Colemanmath.statistics: Get smart about the geometric mean...
2014-09-26 John Benediktssonhelp.html: simplify (and separate) index generation.
2014-09-26 John Benediktssonhelp.html: make docs use same completions algorithm...
2014-09-26 John Benediktssoncommand-line: make script and -run= param behave similarly.
next