]> gitweb.factorcode.org Git - factor.git/history - basis
windows: fix words -> vocab-words
[factor.git] / basis /
2015-06-08 Doug Colemanwindows: fix words -> vocab-words
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2015-06-08 Doug Colemanunicode.breaks: Rename words to unicode-words
2015-06-08 Doug Colemanvocabs.refresh: Trying to clean up some vocabs code.
2015-06-07 Doug Colemanwindows.com: Prevent release from being called with...
2015-06-06 John Benediktssonchecksums.sha: remove trailing whitespace.
2015-06-06 John Benediktssonformatting: use nappend-as in sprintf.
2015-06-06 John Benediktssonsequences.generalizations: use concat-as in nappend-as.
2015-06-06 Doug Colemancompiler.tree: renaming is hard. cleanup -> cleanup...
2015-06-06 Doug Colemancompiler.tree.debugger: more "cleanup"
2015-06-06 Doug Colemanformatting: Welcome to the sprintf club, MSVC 2015...
2015-06-06 Doug Colemancompiler.tree.cleanup: Fix docs
2015-06-06 Doug Colemanbit-arrays: rename clean-up to zero-end-bits
2015-06-06 Doug Colemancompiler: rename cleanup to cleanup-tree, cleanup*...
2015-06-06 Doug Colemanalien.libraries.finder: Allow library to match just...
2015-06-05 John Benediktssondeques: use fry to simplify.
2015-06-02 John Benediktssonmath.functions: some silly cleanup.
2015-06-01 John Benediktssoneditors.sublime: keep Sublime Text 2 support like we...
2015-06-01 Doug Colemanio.files.unique: Better docs for with-unique-directory.
2015-06-01 Doug Colemaneditors.sublime: Fix sublime for windows.
2015-06-01 John BenediktssonRevert "io.standard-paths: adding support for PATHEXT."
2015-06-01 John Benediktssonio.standard-paths: adding support for PATHEXT.
2015-06-01 John Benediktssoneditors: bunch of cleanup.
2015-06-01 John Benediktssonio.standard-paths: add ?find-in-path.
2015-06-01 John Benediktssonio.standard-paths.windows: use map-find.
2015-05-31 Doug Colemancalendar.format: Add a word to output times in the...
2015-05-31 John Benediktssonmath.bitwise: bitfield should just use map-reduce.
2015-05-31 John Benediktssonmath.bitwise: change bitfield to reduce from first...
2015-05-31 John Benediktssonmath.bitwise: fix docs for bitfield.
2015-05-25 Björn Lindqvistbootstrap.x86: fix assembler code bug in fixnum*
2015-05-22 Björn Lindqvistcpu.x86.*: %mov-vm-ptr isn't so useful, shorter and...
2015-05-22 Björn Lindqvistbootstrap.ppc: untested fix for #1319 for ppc
2015-05-22 Björn LindqvistVM: possible fix for #1319.
2015-05-22 Björn Lindqvistthreads.test: a test that is mostly able to reproduce...
2015-05-22 Björn LindqvistVM: the delete_context() and reset_context() api functi...
2015-05-22 Björn Lindqvistbootstrap.x86: new words jit-call-Xarg for calling...
2015-05-22 Björn LindqvistReorganising bootstrap files
2015-05-22 Doug Colemanio.directories.search: Add some more combinators for...
2015-05-20 Doug Colemangeneralizations: dos2unix
2015-05-20 Doug Colemangeneralizations: Only define npick for >= 1. Fixes...
2015-05-19 Doug Colemanio.monitors: Fix using, speed up test from 3 second...
2015-05-19 Doug Colemancompression.zlib: Add some helper functions for streami...
2015-05-19 Doug Colemancompression.zlib.ffi: Add some structures and functions...
2015-05-19 Doug Colemanio.monitors: Run each set of monitors tests in its...
2015-05-18 John Benediktssoncompiler.cfg.stacks.clearing: fix help-lint.
2015-05-18 Doug Colemancpu.architecture: Fix trivial doc.
2015-05-18 Björn Lindqvistcpu.x86: fix silly bug in %clear 1322/head
2015-05-17 John Benediktssoncompiler.cfg.stacks.clearing: fix tests.
2015-05-17 Björn Lindqvistcompiler.*: new cfg instruction ##clear, it makes it... 1321/head
2015-05-17 Björn Lindqvistcompiler.*: now when we're tracking uninitialized locat...
2015-05-17 Björn Lindqvistcompiler.cfg.stacks.*: new attempt at fixing the gc...
2015-05-14 John Benediktssoncompiler.tree.debugger: fix docs using.
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonmath.primes: little bit more cleanup.
2015-05-13 John Benediktssonmath.primes: use fast-gcd in coprime? and replicate...
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-12 John Benediktssonhelp.lint.checks: re-enable leak detection.
2015-05-12 Björn Lindqvistio.crlf: the lf>crlf and crlf>lf words looks generally...
2015-05-12 Björn Lindqvisthttp.server.requests: an upper limit is needed for...
2015-05-12 Björn Lindqvisthttp.server: extend handle-client-error so that it...
2015-05-12 Björn Lindqvisthttp.server.requests: if the content-length header...
2015-05-12 Björn Lindqvisthttp.server.requests: system for read-request for repor...
2015-05-12 Björn Lindqvisthttp.server.requests.tests: more tests for POST request...
2015-05-12 Björn Lindqvistmime.multipart: removed call to maybe-fill-bytes, fixes...
2015-05-12 Björn Lindqvisthttp.server.requests: refactor the http.server vocabs...
2015-05-12 John Benediktssonpresent: adding M\ complex present.
2015-05-10 John Benediktssoncpu/stack-checker: fix some help-lint warnings.
2015-05-10 Björn Lindqvistcompiler.cfg.*: new test-case and setting leader-map...
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.padding: docs
2015-05-10 Björn Lindqvistcompiler.cfg.ssa.destruction: fix and testcase for the
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.*: new vocab 'padding' to perform...
2015-05-10 Björn Lindqvistcompiler.*: a bunch more compiler docs
2015-05-10 Björn Lindqvistcompiler.cfg.utilities: unused word
2015-05-10 Björn Lindqvistcompiler.*,cpu.*: add a height slot to ##call nodes...
2015-05-10 Björn Lindqvistcompiler.cfg.*: a bunch of new tests
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.*: create-locs, word for creating...
2015-05-09 Doug Colemanio.directories.search: Add two tests for find-up-to...
2015-05-07 Doug Colemanio.directories.search: fix inline recursive combinator...
2015-05-06 Doug Colemanio.directories.search: Add find-up-to-root combinator...
2015-05-06 Doug Colemantools.scaffold: generating docs for obj/f was broken.
2015-05-02 Doug Colemancompression.zlib: Just deal with raw bytes, no compress...
2015-05-02 Doug ColemanRevert "compression.zlib: fix help-lint."
2015-05-02 John Benediktssoncompression.zlib: fix help-lint.
2015-05-02 Doug Colemancompression.zlib: Guess at the length and take a byte...
2015-05-01 Doug Colemaneditors.visual-studio-code: wrong metafile
2015-05-01 Doug Colemaneditors.visual-studio-code: Split up into Windows and...
2015-05-01 Doug Colemancompiler.cfg.linear-scan.assignment: Trivial docs fix.
2015-05-01 Doug Colemaneditors.visual-studio-code: Support for m$ft's new...
2015-05-01 John Benediktssoncompiler.cfg.linear-scan.assignment: fix help-lint.
2015-04-30 Björn Lindqvistcompiler.*: a few extra doc fixes 1310/head
2015-04-30 Björn Lindqvistcompiler.cfg.*: fixing tests so they work on 32bit...
2015-04-29 John Benediktssonsuffix-arrays: update using.
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: test and fix for a silly...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: unused words
2015-04-29 Björn Lindqvistcompiler.cfg.linearization: can't use slurp/replenish...
2015-04-29 Björn Lindqvistcompiler.cfg.*: reverting the commit
2015-04-29 Björn Lindqvistcompiler.cfg.debugger: new words build-optimized-tree...
2015-04-29 Björn Lindqvistcompiler.cfg.*: more docs and removing a test that...
next