]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2016-12-14 Björn LindqvistVM: undo 7d9bad465ca447dc5b407044a6ce4f49c4f40686
2016-12-14 Björn LindqvistVM: this struct isn't used anymore
2016-12-09 Björn Lindqvisttools.memory: moving the code-block types to the vm...
2016-12-09 Björn Lindqvisttools.memory: fix code-room. word, no more profiling...
2016-12-09 Björn Lindqviststack-checker.dependencies: moving the add-depends...
2016-12-07 John Benediktssontools.deprecation: use filter-word-defs.
2016-12-06 Björn Lindqvistparser.tests: fix test that broke
2016-12-06 Björn Lindqvistcompiler.*: places where filter-word-defs can be used
2016-12-06 Björn Lindqvistclasses.*: new words contained-classes and all-containe...
2016-12-06 John Benediktssonlocals.parser: use with-variables instead of with-scope.
2016-12-05 John Benediktssonlocals.parser: maybe we can use unuse-words.
2016-12-05 John Benediktssonxml.entities: use with-variable in with-entities.
2016-12-05 John Benediktssonxmode.loader: use with-variable instead of with-scope.
2016-12-05 Björn Lindqvistwebapps.calculator: using run-test-httpd word
2016-12-05 Björn Lindqvistcompiler.units: utility word filter-word-defs
2016-12-05 Björn Lindqvistlinked-assocs: fixing stack effect
2016-12-03 Björn Lindqviststack-checker.dependencies: removing the add-depends...
2016-12-03 Björn Lindqvistbasis/,extra/: using parse-array-def in a bunch of...
2016-12-03 Björn Lindqvistparser: new parsing word parse-array-def
2016-12-01 Björn Lindqvistcompiler.cfg.builder.alien.tests: fix test that broke...
2016-11-30 Björn Lindqvistalien.libraries.tests: fix for test that broke windows
2016-11-30 John Benediktssonimages.loader.gtk: remove call to deprecated g_type_init.
2016-11-30 Björn Lindqvistcpu.*: docs
2016-11-30 Björn Lindqvistcompiler.cfg.*,compiler.tree.*: more docs and tests
2016-11-30 Björn Lindqvistdlists,http,ui.gadgets.*: nicer formatting of tuples
2016-11-30 Björn LindqvistVM: don't need the data_roots here
2016-11-30 Björn Lindqvistalien.libraries: word>dlsym was a stupid idea that...
2016-11-30 Björn Lindqvistimages.loader.gtk: startup hook for type registration
2016-11-30 Björn Lindqvistio.sockets.secure,alien.libraries: new word word>dlsym...
2016-11-30 Björn Lindqvistcompiler,stack-checker.dependencies: init-dependencies...
2016-11-30 Björn Lindqvistcompiler.crossref: changes the way in which dependencie...
2016-11-30 John Benediktssonmath.factorial: reverse-factorial only undo factorial.
2016-11-30 John Benediktssoninverse: cleanup using.
2016-11-30 John Benediktssonmath.factorials: implement "undo" for factorials.
2016-11-29 John Benediktssonmath.factorials: adding reverse-factorial.
2016-11-28 Alexander Iljintrails: stop the thread when gadget is no longer visible
2016-11-28 Alexander Iljintrails: name the thread for debugging
2016-11-28 John Benediktssonstack-checker.dependencies: +definition+ can't use...
2016-11-28 Björn Lindqvistcompiler.crossref: better way to store the dependencies...
2016-11-28 Björn Lindqviststack-checker.dependencies: docs
2016-11-28 Björn Lindqviststack-checker.dependencies: changes the names of the...
2016-11-28 Björn Lindqvistcompiler.crossref: better code for getting dependencies...
2016-11-28 Björn Lindqvistvocabs.metadata.resources,help.pdf: gather used
2016-11-28 Björn Lindqvistclasses.mixin: add-mixin-instance doesn't need to be...
2016-11-28 Björn Lindqvistcompiler.codegen: we don't need the init-fixup word
2016-11-27 Jon Harpertrees.avl: fix it (broken since 2010)
2016-11-27 Jon Harpertrees.avl: fix typo in test
2016-11-27 John Benediktssonio.launcher: wait for new processes faster.
2016-11-27 John Benediktssonhelp.tutorial: use arrays for test output in first...
2016-11-27 John Benediktssonsome cleanup.
2016-11-27 John Benediktssoncolors.hex: support varying length hex notations.
2016-11-24 Björn Lindqvistkernel.private: adding OBJ-SAMPLE-CALLSTACKS + test...
2016-11-24 Björn LindqvistFUEL: fix smie indentation of some syntax words
2016-11-23 Björn Lindqvistcompiler.cfg.debugger: also print the instruction number
2016-11-23 Björn LindqvistVM: the unimplemented error isn't used anymore
2016-11-23 Björn LindqvistVM: storing some sample data in the heap (#337)
2016-11-23 Björn LindqvistVM: here, going through the data_root isn't needed
2016-11-23 Björn LindqvistVM: better to use a "normal" for-loop here
2016-11-23 Björn LindqvistVM: replacing the copy assignment operators of the...
2016-11-23 Björn LindqvistVM: removing factor_vm::init_contexts()
2016-11-23 Björn LindqvistVM: removing array_to_stack() from the factor_vm class
2016-11-22 John Benediktssonwikipedia: need to use string>xml since we do xml trave...
2016-11-21 Björn LindqvistVM: removing the unused callstack-bounds primitive
2016-11-21 Björn LindqvistVM: better init of stdin, stdout and stderr
2016-11-21 Björn Lindqvistpython.tests: fix test that broke for unknown reason...
2016-11-21 Björn LindqvistVM: ensuring all fields are initialized
2016-11-21 Björn Lindqvistzeromq: let's see if the zeromq isssue is solved
2016-11-20 Björn LindqvistRevert "Revert "urls: only create linked-hash if query...
2016-11-20 Björn Lindqvistzeromq.*: make the size of the zmq_msg_t buffer vary...
2016-11-19 Björn Lindqvistio.sockets.secure.openssl.tests: fix so you dont get...
2016-11-19 Björn Lindqvistopenssl.libssl.tests: removing stupid test that didn...
2016-11-19 Björn Lindqvistio.sockets.secure.openssl: set connected to t after...
2016-11-19 Björn Lindqvistio.sockets.secure.openssl: second |dispose seem to...
2016-11-19 Björn Lindqvistopenssl.libssl: new destructors, to make sure the tests...
2016-11-19 Björn Lindqvistopenssl.libssl: trying to organize vocab a little better
2016-11-19 Björn Lindqvistopenssl.libssl: remove the testing of SSLv2 and SSLv3
2016-11-19 Björn Lindqvistio.files.info.unix.linux: handles the possible permissi...
2016-11-18 Björn Lindqvistbasis,extra: refactorings to use the ignore-error and...
2016-11-18 Björn Lindqvistcontinuations: new words for ignoring masked errors
2016-11-18 Björn Lindqvistmason.git: fix parsing of "git status" command
2016-11-18 Björn Lindqvistcouchdb: make it so couch-put and couch-post calls...
2016-11-18 Björn Lindqvistcouchdb: need to wrap in a <json-post-data> to send...
2016-11-18 Björn Lindqvistcouchdb.tests: use ensure-db so tests can be run multip...
2016-11-18 John Benediktssonsets.extras: rename duplicates-by to unique-by, hah.
2016-11-18 John Benediktssonsets.extras: adding duplicates-by.
2016-11-16 John Benediktssonzeromq: make "not tested" for right now, to test a...
2016-11-16 John Benediktssonbuild.sh: print DEBUG.
2016-11-16 Björn LindqvistRevert "VM: cast to fixnum looks suspicious"
2016-11-16 Björn LindqvistRevert "urls: only create linked-hash if query is f...
2016-11-15 Björn LindqvistVM: cast to fixnum looks suspicious
2016-11-15 Björn LindqvistVM: the else clause is not necessary
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan.assignment: correct representa...
2016-11-15 Björn LindqvistVM: next_block_after can be removed
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan: more tests
2016-11-15 Björn Lindqvistcompiler.cfg.*: more docs
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan.*: more tests
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan.allocation.spilling: <linked...
2016-11-13 John Benediktssonhtml.parser.printer: some improvements to text-printer.
2016-11-12 Björn LindqvistRevert "bootstrap: trying to undo changes from"
2016-11-12 John Benediktssonhtml.parser.printer: updated test.
next