]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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.
2014-09-25 Björn Lindqvistcsv: need to handle \r because windows lines ends with...
2014-09-25 Doug Colemantools.gc-decode: linux32 is a slow vm and i'm committin...
2014-09-25 Doug Colemantools.gc-decode: typo..
2014-09-25 Doug Colemantools.deploy: bump sizes for linux32. so not hardcore.
2014-09-25 Doug Colemantools.gc-decode: Fix test for linux32.
2014-09-24 Björn Lindqvistio.ports.tests: better to use with-disposal than callin...
2014-09-24 Björn Lindqvistio.streams.limited.tests: use with-stream in the tests...
2014-09-24 John BenediktssonRevert "calendar.format: change to use formatting inste...
2014-09-22 Björn Lindqvistimap.tests: created connections needs to be disposed
2014-09-22 Björn Lindqvistdb.postgresql.lib: if PQsetdbLogin fails, PQfinish...
2014-09-17 Björn LindqvistVM: GC_BIGNUM must be called in the same scope as the...
2014-09-12 Doug Colemantools.depoy: Bump test size for mac32.
2014-09-12 Doug Colemantools.gc-decode: Fix unit tests for 32bit.
2014-09-10 Iskander SitdikovFix the Atom feed generator 1131/head
2014-09-09 Doug Colemantools.gc-decode: Fix unit test for compiler fix.
2014-09-09 Doug Colemancompiler.cfg.stacks.vacant: Fix docs for word rename.
2014-09-08 Björn LindqvistVM: dont scrub and check when visiting a callstack...
2014-09-08 Björn Lindqvistcompiler.cfg.stacks.vacant: ##call instructions clear...
2014-09-08 Björn LindqvistVM: silly error: should be index * check_r_count, not...
2014-09-08 Björn LindqvistVM: move the stack scrubbing logic to call_frame_slot_v...
2014-09-08 Björn LindqvistVM: use the check_d and check_r to trace the overinitia...
2014-09-08 Björn Lindqvisttools.gc-decode: update vocab to match gc-map changes
2014-09-08 Björn Lindqvistcompiler.codegen.gc-maps: the gc-map-needed? word can...
2014-09-08 Björn Lindqvistcompiler.codegen.gc-maps: check-d>> and check-r>> now...
2014-09-08 Björn Lindqvistcompiler.cfg.stacks.vacant: invert meaning of 0/1 for...
2014-09-08 Björn Lindqvistcompiler.cfg.instructions: added check-d and check...
2014-09-08 Björn Lindqvistcompiler.cfg.stacks.vacant: more docs and removed usage...
2014-09-08 Björn Lindqvistcompiler.cfg.stacks.vacant: sub docs seeded with a...
2014-09-08 Björn Lindqvistcompiler.cfg.stacks.vacant: fix usings and remove comme...
2014-09-08 Björn Lindqvistcompiler.cfg.stacks.vacant: compiler pass replacing...
2014-09-08 Björn Lindqvistcompiler.cfg.dataflow-analysis: generic for configuring...
2014-09-04 John Benediktssonformatting: specify integer instead of fixnum as bignum...
2014-09-04 John Benediktssonsee: disable string-limit? when setting margin to zero.
2014-08-28 Björn Lindqvistxml.writer.tests: use temp-file instead of assuming... 1127/head
2014-08-25 Doug Colemantools.gc-decode: Fix docs.
2014-08-25 Björn Lindqvistvm: add the gc-info struct
2014-08-25 Björn Lindqvisttools.gc-decode: vocab for reading words gc maps
next