]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-04-01 John BenediktssonFactor.app: update copyright.
2015-04-01 John Benediktssonrobohash: adding a robot-based hashing tool.
2015-04-01 John Benediktssontools.echo: adding "echo" tool.
2015-04-01 John Benediktssontools.grep: adding "grep" tool.
2015-04-01 John Benediktssontools.uniq: adding "uniq" tool.
2015-04-01 John Benediktssontools.tree: adding "tree" tool.
2015-04-01 John Benediktssontools.seq: adding "seq" tool.
2015-04-01 John Benediktssontools.move: adding "move" tool.
2015-04-01 John Benediktssontools.copy: adding "copy" tool.
2015-04-01 John Benediktssontools.cat: adding "cat" tool.
2015-04-01 John Benediktssontools.which: enable use from command-line.
2015-04-01 John Benediktssontools.dns: enable use from command-line.
2015-04-01 John Benediktssonmetar: adding METAR and TAF weather parsers.
2015-04-01 John Benediktssontext-to-speech: simple cross-platform text-to-speech.
2015-04-01 John Benediktssontext-to-pdf: simple text to pdf utility
2015-04-01 John Benediktssonpicomath: implementation of picomath.org small math...
2015-04-01 John Benediktssonflip-text: fun with text flipping.
2015-04-01 John Benediktssonenigma: implementation of Enigma cipher machine.
2015-04-01 John Benediktssoncolors.flex-hex: implementation of "flex hex" color...
2015-03-27 Doug Colemanforestdb.ffi: Update for latest ffi changes.
2015-03-12 John Benediktssonhttp.parsers: parse a "simple request".
2015-03-11 Doug Colemangrowable: Multiply growable size by 2 instead of 3...
2015-03-08 John Benediktssongobject.ffi: fix windows dll name.
2015-03-03 John Benediktssonwebsites.factorcode: fix <br> so maybe our string>xml...
2015-03-01 John Benediktssonxml.writer: adding a test for pprint-xml fix.
2015-03-01 John Benediktssonxml.data: fix issue with empty tags not being printed...
2015-02-28 John Benediktssonxml.data: adding tests for tags assoc protocol.
2015-02-28 John Benediktssonxml.data: make tags support assoc protocol as documented.
2015-02-28 Björn LindqvistVM: new function visit_object to replace trace_object
2015-02-28 Björn LindqvistVM: refactoring to remove redundancy in retainstack...
2015-02-28 Björn LindqvistVM: cleanup of some infrequently used functions that...
2015-02-28 Björn LindqvistVM: splits out the little ugly scan_next-object + goto...
2015-02-28 Björn LindqvistVM: simplification of the trace_partial_objects function
2015-02-28 Björn LindqvistVM: the unmarker classes are not needed, easier to...
2015-02-28 Björn LindqvistVM: new function visit_mark_stack() to factor out the...
2015-02-28 Björn LindqvistVM: it's confusing that slot_visitors are called "workh...
2015-02-28 Björn LindqvistVM: visit_roots and visit_contexts where always called...
2015-02-22 Mark GreenAdding help for <model-field> and <action-field>.
2015-02-14 Doug Colemanimages.tiff: Fix partial refactor rollback and offeset...
2015-02-13 Doug Colemanimages.tiff: Fix infinite loop bug exposed by AFL test...
2015-02-13 Doug Colemanalien.libraries: Cannot include alien.libraries.finder...
2015-02-12 Benjamin PollackExplicitly reference find-library in alien docs
2015-02-12 Benjamin PollackFix typo in hash-set documentation
2015-02-12 John Benediktssonopencl: remove <size_t> (use size_t <ref> instead).
2015-02-10 Doug Colemanforestdb.ffi: Update ffi.
2015-02-10 Doug Colemanforestdb: Embrace the forestdb handle vs kvs handle...
2015-02-05 Doug Colemanstack-checker.state: Fix error in docs. Tweak doc grammar.
2015-02-05 Doug Colemanbootstrap.image.upload: Use pscp on Windows for uploadi...
2015-02-05 John Benediktssonstack-checker: minor help-lint fixes.
2015-02-05 Björn Lindqvistcompiler.tree.*: more compiler tree docs 1280/head
2015-02-05 Björn Lindqviststack-checker.*: misc doc additions
2015-02-05 Björn Lindqviststack-checker.known-words: docs and tests
2015-02-05 Björn Lindqviststack-checker.values: docs and tests
2015-02-05 Björn Lindqviststack-checker.state: docs and tests
2015-02-05 Björn Lindqviststack-checker.backend: docs and tests
2015-02-03 Benjamin PollackMake fuel more discoverable when browsing Factor help
2015-02-03 Benjamin PollackAdd more documentation to sequences.extras 1277/head
2015-01-31 Doug Colemantools.gc-decode: Remove duplicate line/dumb fix, maybe...
2015-01-31 John BenediktssonFix some minor errors in help-lint.
2015-01-31 Benjamin PollackAdd more documentation for math.statistics
2015-01-31 Benjamin PollackAdd more documentation for sequences.extras
2015-01-30 Doug Colemangc-decode: Fix test for win64.
2015-01-29 John Benediktssonui: cleanup some using lists.
2015-01-28 Björn LindqvistVM: better error message in case factor_vm::store_exter... 1274/head
2015-01-28 Björn LindqvistVM: fix the debug printing so that instead of always...
2015-01-28 Björn Lindqvisttools.gc-decode.tests: make test case work on 32 bit
2015-01-24 Doug Colemanforestdb.lib: Forestdb currently doesn't compile on...
2015-01-22 Doug Colemancompiler.tests.optimizer: Re-enable the minor-gc test...
2015-01-22 Doug Colemancompiler.cfg.stacks.clearing: Fix help-lint-all.
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: more docs
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: updated tests to match
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: use insn# as the key in the...
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: many new and fixed tests
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.*: vacant-peek checking readded
2015-01-22 Björn Lindqvistcompiler.cfg.*: new step in finalization: clear-uniniti...
2015-01-22 Björn Lindqvistcompiler.cfg.stacks.map: new vocab for creating an...
2015-01-22 Björn Lindqvistcompiler.cfg.*: detached the normalize-height and sched...
2015-01-18 John Benediktssoncore-foundation.run-loop: make sure to reset when switc...
2015-01-17 John Benediktssonui.backend.cocoa: fix reset of thread-timer.
2015-01-17 John Benediktssoncombinators: fix broken optimization that made floats...
2015-01-17 John Benediktssoncore-foundation.run-loop: cleanup timer-thread code.
2015-01-17 Doug Colemancompiler: Fix help-lint for @bjourne's recent awesome...
2015-01-17 Doug Colemancompiler.tests.stack-trace: Fix unit test.
2015-01-17 Doug Colemanmime: Use new mime.types file. Keep old mime types...
2015-01-17 Doug Colemancompiler.tests.optimizer: Disable minor-gc test case...
2015-01-17 John Benediktssonsequences.extras: removing contains? (probably a bad...
2015-01-15 Björn Lindqvistcompiler.tests.stack-trace: unit tests against the... 1270/head
2015-01-15 Björn LindqvistVM: possible fix for #1265. the size of the stack frame...
2015-01-15 Björn LindqvistVM: simplified fixup_gc_workhorse::fixup_data by mering...
2015-01-15 Björn LindqvistVM: instead of passing around the trace_contexts_p...
2015-01-15 Björn LindqvistVM: merge of slot_visitor and code_block_visitor
2015-01-15 Björn LindqvistVM: replaced the reset_generation() generic method...
2015-01-15 Björn LindqvistVM: vm::iterate_active_callstacks is only used once...
2015-01-15 Björn LindqvistVM: the full_collector class isn't needed since it...
2015-01-15 Björn LindqvistVM: the clear_mark_bits methods are only called once...
2015-01-15 Björn LindqvistVM: change the definition of entry_point in word and...
2015-01-15 Björn LindqvistVM: free_list_allocator::first_block, last_block and...
2015-01-15 Björn LindqvistVM: removes the template parameter from mark_bits
2015-01-15 Björn LindqvistVM converts the methods callstack::frame_top_at and...
2015-01-15 Björn LindqvistVM: calls to visit_code_roots() replaced with visit_uni...
next