]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
2014-08-25 Björn Lindqvistelf: only open file for reading
2014-08-25 Björn Lindqvistcurses.ffi: on some linuxes, libncursesw.so is a linker...
2014-08-25 Doug Colemancurses: Add some more api calls. Allow a getch that...
2014-08-14 John Benediktssoncompiler.cfg: fix some help-lint warnings.
2014-08-13 Björn Lindqvistdeques: doc examples
2014-08-13 Björn Lindqvistcompiler.cfg.*: more docstrings for compiler words
2014-08-13 Björn Lindqvistcompiler.cfg.*: initial docs for dataflow analysis...
2014-08-13 Björn Lindqvistcompiler.cfg.*: stub docs for register scheduling vocabs
2014-08-13 Björn Lindqvistcompiler.cfg.*: docs for compiler words
2014-08-13 Björn LindqvistDocs: more compiler-related documentation
2014-08-05 John Benediktssoncore-foundation: define some more callbacks.
2014-08-05 John Benediktssoncore-foundation.run-loop: define a CALLBACK and use it.
2014-08-05 John Benediktssontools.deploy.backend: use make-my-image.
2014-08-05 John BenediktssonRevert "openssl: define a startup-hook so that openssl...
2014-08-05 John Benediktssontools.deploy.macosx: needs more boolean.
2014-08-05 John Benediktssontools.deploy.macosx: whoops needs more string.
2014-08-05 John Benediktssontools.deploy.macosx: deployed apps should be retina...
2014-08-05 John Benediktssontools.profiler.sampling: use formatting instead of...
2014-08-05 John Benediktssoncalendar.format: change to use formatting instead of...
2014-08-05 Doug Colemanui.tools.browser: Remove dialog-window attribute from...
2014-08-05 John Benediktssonui.backend.gtk: fix yield delay on gtk backend.
2014-08-05 John BenediktssonRevert "prettyprint.config: string-limit? shouldn't...
2014-08-05 John Benediktsson``swap drop`` is ``nip``.
2014-08-05 John Benediktssonio.backend.unix.multiplexers.run-loop: don't enable...
2014-08-05 Doug Colemanui: Rename floating-window to dialog-window as per...
2014-08-05 John Benediktssonformatting: adding octal and binary format directives.
2014-07-23 Björn LindqvistFUEL: remove empty (nil) lists of parsed words
2014-07-23 Björn LindqvistVM: moves the code that clears the roots to the same...
2014-07-22 John Benediktssoncurl: slight refactor.
2014-07-22 John Benediktssonkernel: fix help-lint warning for 2with.
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-18 Doug Colemancompiler.codegen-docs: Make example clickable.
next