]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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.
2016-11-12 John Benediktssonhtml.parser.printer: indent blockquote in text-printer.
2016-11-12 Björn Lindqvistbootstrap: trying to undo changes from
2016-11-11 Björn LindqvistRevert "VM: undo a8aaa4288231a2395070c5b0ea4c43939bf81c...
2016-11-11 Björn LindqvistVM: undo a8aaa4288231a2395070c5b0ea4c43939bf81c63 ...
2016-11-11 Björn LindqvistRevert "compiler.tree.dead-code.simple: undo e1b22e0af4...
2016-11-11 Chris DoubleFix concurrency.distributed tests
2016-11-11 Chris DoubleFix serializing of remote threads in concurrency.distri...
2016-11-10 John Benediktssonhtml.parser.printer: use with-variables instead of...
2016-11-10 Björn Lindqvistcompiler.tree.dead-code.simple: undo e1b22e0af4e5fa6aff...
2016-11-10 John Benediktssonhtml.parser.printer: tagstack isn't used here.
2016-11-10 John Benediktssonhtml.entities: fix &quot; unescape;
2016-11-10 John Benediktssoncolors.distances: needs to USE: math.trig.
2016-11-10 John Benediktssoncolors.hsv: make sure Hi is an integer.
2016-11-10 John Benediktssonsvg: fix tests to use deg>rad.
2016-11-10 John Benediktssonmath.trig: use deg>rad in a few places to reduce duplic...
2016-11-10 John Benediktssonio.files.temp.unix: make default-cache-directory absolu...
2016-11-10 John Benediktssonupdate Nmakefile to properly delete vm\factor.res.
2016-11-10 John Benediktssonvocabs.cache: reset-cache only when vocabs forgotten...
2016-11-10 John Benediktssonvocabs: in create-vocab, notify-vocab-observers after...
2016-11-10 John Benediktssonio.files.temp.unix: fix cache to be ~/.cache/factor.
2016-11-09 John BenediktssonRevert "alien.parser: throw error if enum values don...
2016-11-09 John Benediktssonui.tools.operations: making "See" an operation on words.
2016-11-09 John Benediktssonio.buffers: refactor buffer-read-until to use buffer...
2016-11-09 John Benediktssonio.buffers: adding another test of buffer-read-until.
2016-11-09 John Benediktssonio.pipes: allow "|" separated strings in run-pipeline.
2016-11-09 John Benediktssonalien.parser: throw error if enum values don't fit...
2016-11-09 John Benediktssonio.files.temp.unix: allowing TMPDIR to override /tmp.
2016-11-09 John Benediktssonio.files.temp.unix: changing cache directory to use...
2016-11-09 John Benediktssonxdg: moving from extra/ to basis/.
2016-11-09 John Benediktssonbyte-arrays.hex: removing HEX{ ab cd ef } in favor...
2016-11-09 John Benediktssonio.launcher: fix timeouts for process streams.
2016-11-09 Björn LindqvistRevert "VM: undoing 0274e889b94323fdde6919a77c494ffcfbc...
2016-11-09 John Benediktssonui.theme: change deprecated background color also.
2016-11-08 John Benediktssonui.theme: make warning background color a light shade...
2016-11-08 John Benediktssonprogress-bars.models: rename <file-progress-display...
2016-11-08 John Benediktssonprogress-bars.models: fix typo in docs.
2016-11-08 John Benediktssondb.sqlite: use temporary test.db for tests.
2016-11-08 Björn LindqvistVM: undoing 0274e889b94323fdde6919a77c494ffcfbcb2166...
2016-11-07 Björn LindqvistRevert "VM: undoing 22bb0cfecfc5c09953b613e3ad01d2a7135...
2016-11-07 Björn LindqvistVM: undoing 22bb0cfecfc5c09953b613e3ad01d2a713585ea7...
2016-11-06 John Benediktssonwebsites.factorcode: fix image-path example.
2016-11-06 Björn Lindqvistcompiler.tree.propagation.recursive: redoing
2016-11-02 John Benediktssongopher: use url encoding and decoding to work with...
2016-11-02 John Benediktssonui.tools.listener: make all call-listener use with...
2016-11-02 John Benediktssonui.gadgets.scrollers: minor cleanup using if*.
2016-11-02 Alexander Iljincombinators.tuple-docs: add example code for make-tuple
2016-11-02 Alexander IljinTag the spotlight vocab with the "macosx" platform
2016-11-02 Alexander Iljincombinators.tuple-docs: fix wording
2016-11-02 Alexander Iljinthreads-docs: add a comment to the spawn article
2016-11-02 Alexander Iljinthreads-docs: drop the spawned thread in the example...
2016-11-02 Alexander Iljinimages.testing-docs: decapitalize "listener" for consis...
2016-11-02 Alexander Iljinlistener-docs: fix wording
2016-11-02 John BenediktssonRevert "alien.strings: change how string>{cpu,os} works."
2016-11-02 John Benediktssonalien.strings: change how string>{cpu,os} works.
2016-11-02 John Benediktssonvm: change where we set safepoints_fep to false to...
2016-11-02 John Benediktssonlistener: minor formatting.
2016-11-02 John Benediktssonsystem: adding new primitives.
next