]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-10-18 Joe Groffdelegate.protocols: update input-stream-protocol
2011-10-18 Joe Groffio: remove each-block* because it's not useful
2011-10-18 Joe Groffio.encodings: decoders can't really seek or tell
2011-10-18 Joe Groffio.encodings: re-encrypt into stack-ese for core
2011-10-18 Joe Groffio.encodings: read-unsafe for decoders†
2011-10-18 Joe Groffio.encodings.string: faster decode and encode
2011-10-18 Joe Groffio.encodings: encoded/decoded length hints
2011-10-18 Joe Groffio: tweak each-block* to be byte- or char-agnostic
2011-10-18 Joe Groffvm: no-op reallot_array with same size, for real
2011-10-18 Joe Groffmongodb.gridfs: move to unmaintained
2011-10-18 Joe Groffio: nab io.streams.peek's stream-exemplar-growable
2011-10-18 Joe Groffvm: make reallot_array for same size a no-op
2011-10-18 Joe Groffio.streams.(limited,throwing): read-unsafe methods
2011-10-18 Joe Groffio.streams.null: read-unsafe methods
2011-10-18 Joe Groffio: non-copying each-block and contents variants
2011-10-18 Joe Groffio.ports: implement read-unsafe operations
2011-10-18 Joe Groffio.buffers: factor out buffer-read-unsafe word
2011-10-18 Joe Groffio.streams.memory: implement stream-read-unsafe
2011-10-18 Joe Groffio.streams.sequence: change to provide read-unsafe
2011-10-18 Joe Groffio, io.streams.c: factor noncopying-reader mixin
2011-10-18 Joe Groffio.streams.c: Document fputc primitive
2011-10-18 Joe Groffbootstrap, io.streams.c: use new fread primitive
2011-10-18 Joe Groffio: non-copying binary stream read generics
2011-10-18 Joe Groffvm: non-copying primitive_fread
2011-10-18 John Benediktssonmath.functions: improve stack effect names for gcd*.
2011-10-18 John Benediktssonmath.functions: faster gcd means faster ratios.
2011-10-18 Doug Colemanfind-dlist-node was returning duplicated information...
2011-10-18 John Benediktssonbenchmarks: tcp/udp should take less time for now ...
2011-10-17 Doug ColemanA little ambitious on the tcp-echo2 benchmark. Reduce...
2011-10-17 John Benediktssonlint: enable checks for quotations of length 2, and...
2011-10-17 Doug ColemanRename echo benchmark to udp-echo. Rename file-server...
2011-10-17 Doug ColemanRemove initializers from extra/constructors, add C...
2011-10-17 Doug ColemanRename complete-effect to scan-effect
2011-10-17 John Benediktssonlint: fix unit tests.
2011-10-17 Doug ColemanFix typo in tools.deploy.windows.ico
2011-10-17 John BenediktssonMore lint fixes.
2011-10-17 John Benediktssonproject-euler.150: 20% faster.
2011-10-17 John BenediktssonMore lint cleanups.
2011-10-17 John Benediktssonlint: filter a bit better.
2011-10-16 John Benediktssonui.tools.listener: call insert-newline directly.
2011-10-16 John Benediktssonsequences.deep: find drop >boolean is any?
2011-10-16 John BenediktssonCleanup more lint warnings.
2011-10-16 John Benediktssonlint: cleanup, deep compare, print clickable words.
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-15 John Benediktssonrandom.blum-blum-shub: fix tests for recent random...
2011-10-15 John Benediktssonbootstrap.image: disable auto-use. Fixes #263.
2011-10-15 John Benediktssonrandom: random integers is 90% faster.
2011-10-15 John Benediktssonbenchmark.splay: adding a splay-tree benchmark.
2011-10-15 John Benediktssontrees.splay: fix delete-at.
2011-10-14 John Benediktssondebugger: remove double namespace using.
2011-10-14 John Benediktssonwebapps.mason: redirect index to dashboard. Fix #178.
2011-10-14 Joe Groffstack-checker: update tests
2011-10-14 Joe Groffcontinuations: document full effect of cleanup
2011-10-14 John Benediktssonmath.bitwise: bits is clearer this way.
2011-10-14 John Benediktssonbrainfuck: cleanup.
2011-10-14 John BenediktssonRemove trim-whitespace in favor of [ blank? ] trim.
2011-10-14 John BenediktssonCleanup more lint warnings.
2011-10-14 Doug ColemanRemove some duplication in lists
2011-10-14 John BenediktssonCleanup lint warnings.
2011-10-14 Joe Groffkernel: higher-order effects for *keep
2011-10-14 Doug ColemanCleanups found with lint tool
2011-10-14 Doug ColemanDon't report aliases as having a duplicate word definit...
2011-10-14 John Benediktssonmath.parser: cleanup uses of 16/8/2 >base/base>.
2011-10-14 John BenediktssonRe-commit otoburb's fix for #257.
2011-10-14 Doug ColemanRemove bogus test in lint
2011-10-14 Doug ColemanRevive the lint tool
2011-10-14 John Benediktssonwebapps.help: remove frames. Fixes #242.
2011-10-14 John Benediktssonio.files.info.unix.linux: fix more M: stack effects.
2011-10-14 John Benediktssonio.files.info.unix.linux: fix M: stack effect.
2011-10-14 John Benediktssonnamespaces: adding a "with-global" word to replace...
2011-10-14 John Benediktssoncpu.8080.emulator: use get/set-global.
2011-10-13 John Benediktssongeneric.parser: adding tests.
2011-10-13 John BenediktssonFix M:: stack effects.
2011-10-13 John BenediktssonChange method parsing to validate stack effects. Fixes...
2011-10-13 John BenediktssonFix M: stack effects.
2011-10-13 Doug ColemanLink ?first ?second ?last from an article.
2011-10-13 John Benediktssonreadline: change to create alien at run-time. Fixes...
2011-10-13 John Benediktssonsequences: adding ?last for symmetry.
2011-10-13 John Benediktssonsequences: define ?first and ?second.
2011-10-13 Doug ColemanFix using list for http.server tests
2011-10-13 John Benediktssonhttp.server: ignore preceding whitespace before request...
2011-10-13 John Benediktssonhttp.client: too aggressive with ?CRLF.
2011-10-13 John Benediktssonsequences: adding find-index.
2011-10-12 John Benediktssonhash2: remove since it is now unused.
2011-10-12 John Benediktssonunicode.data: remove dependency on hash2.
2011-10-12 John Benediktssonhttp: change client/server to support LF and CRLF delim...
2011-10-12 John Benediktssonio.crlf: add a word that reads an optional CR.
2011-10-12 John Benediktssonwebapps.benchmark: better main name.
2011-10-12 John Benediktssonunicode.breaks: >words is now 90+% faster.
2011-10-12 Doug Colemanbenchmark.file-server hit the array-capacity limit...
2011-10-12 Doug ColemanRemove *timesinkbsd from webapps.mason grids
2011-10-12 Doug ColemanAdd 2/4/8le>, 2/4/8be> -- 30% faster on the 8-byte...
2011-10-12 Doug ColemanRename benchmarks -> benchmark
2011-10-12 Doug Colemanmason.release.archive was testing strings against symbo...
2011-10-12 Doug ColemanFix test failure for random number speedup from using...
2011-10-12 Doug ColemanSimple network benchmark for sending large file between...
2011-10-12 Doug Colemanstream-element-type on output-ports was broken -- it...
2011-10-12 John BenediktssonMerge pull request #250 from mrjbq7/binary
2011-10-12 John Benediktssonrandom: be> is faster (and they are random anyway)...
2011-10-12 John Benediktssonvm: remove math::bignum_producer.
next