]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-10-19 Doug ColemanWhen deleting a file, if it fails with "Access is denie...
2011-10-19 Doug ColemanLower tcp-echo0 test so we don't crash
2011-10-19 Doug ColemanCheck if streams are seekable in Windows
2011-10-19 Doug ColemanForgot using in io.tests
2011-10-19 Doug ColemanFix help-lint for editors, peg.ebnf
2011-10-19 Doug ColemanFix tools.annotations tests
2011-10-19 Doug ColemanAdd with-error>output word and test
2011-10-19 Joe Groffio.streams.limited: missed INSTANCE: input-stream
2011-10-19 John Benediktssondelegate: not sure why protocols can be defined with...
2011-10-19 John Benediktssonhelp.syntax: if you're gonna have HELP: stack effects...
2011-10-19 John Benediktssonsystem: fix stack effect for exit in docs.
2011-10-19 John Benediktssonmongodb.driver: remove stack effect.
2011-10-19 John Benediktssontokyo.remotedb: remove stack effects.
2011-10-19 John Benediktssonparser-combinators: fix constructor stack effects.
2011-10-19 John Benediktssonirc: fix IRC: stack effects.
2011-10-19 John Benediktssoncpu.8080: fix stack effects.
2011-10-19 John Benediktssonhelp.syntax: allow HELP: to have optional stack effect.
2011-10-18 John Benediktssonlistener: don't crash if we forget the current vocab...
2011-10-18 John Benediktssondelegate: verify generics on protocol definition. ...
2011-10-18 Joe Groffio: input-stream and output-stream mixins
2011-10-18 John Benediktssoneditors: unify "edit" across vocabs and words, add...
2011-10-18 Joe Groffnew vocab tools.annotations.assertions
2011-10-18 Joe Grofftools.annotations: send watch to error-stream
2011-10-18 Joe Groffui.tools.listener: set error stream
2011-10-18 Joe Groffio: error stream combinators
2011-10-18 John BenediktssonRemove unused stack effects from DEFER: declarations.
2011-10-18 John BenediktssonFix stack effect to not print "(( -- ))", remove stray...
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-18 Joe Groffio.files.windows: fix can-seek? and length
2011-10-18 John Benediktssonwebapps.mason: link crashed and broken to latest build...
2011-10-18 John Benediktssonui.gadgets.editors: implement Ctrl-A/E/K to be more...
2011-10-18 John Benediktssonmath.functions: when gcd is inlined, "gcd nip" is almos...
2011-10-18 Doug ColemanReport which file doesn't get deleted on Windows.
2011-10-18 Doug ColemanTry without-limits in mason.report. Fixes #275.
2011-10-18 Doug Colemanio.sockets.windows - Add a using, output count to fix...
2011-10-18 Joe Groffio.encodings.utf16: auto-use strikes again
2011-10-18 John BenediktssonRevert "Optimize byte-reverse macro in alien.endian...
2011-10-18 Joe Groffio.sockets: rename (receive) to (receive-unsafe)
2011-10-18 Joe Groffio.ports: lift common methods onto buffered-port
2011-10-18 Joe Groffui.tools.listener: remove redundant method
2011-10-18 Joe Groffformatting
2011-10-18 Joe Groffio.sockets.windows: recv to byte-array via malloc
2011-10-18 Joe Groffio.sockets: remove unix.ffi inserted by auto-use
2011-10-18 Joe Groffio.sockets: receive directly into byte array
2011-10-18 Joe Groffio.sockets: receive-unsafe and receive-into
2011-10-18 Joe Groffio.encodings.utf16: guess-*coded-length hints
2011-10-18 Joe Groffio.encodings.utf16: fast path & slow path speedups
2011-10-18 Joe Groffio.streams.sequence: missed a USING:
2011-10-18 Joe Groffcompiler.tree.dead-code: fix test
2011-10-18 Joe Groffspecialized-arrays: fill in missing manifest bits
2011-10-18 Joe Groffio: remove higher-order stack effects
2011-10-18 Joe Groffio.streams.c: remove -seek and -tell methods
2011-10-18 Joe Groffmore stream-seekable? and stream-length methods
2011-10-18 Joe Groffio: document new words
2011-10-18 Joe Groffio.streams.c: help-lint
2011-10-18 Joe Groffdelegate.protocols: clean up input-stream-protocol
2011-10-18 Joe Groffio: stream-read-into and stream-read-partial-into
2011-10-18 Joe Groffio.ports: stream-seekable? and stream-length
2011-10-18 Joe Groffio.encodings: stream-contents method for decoder
2011-10-18 Joe Groffio: stream-contents, -seekable?, -length generics
2011-10-18 Joe Groffunix.stat: bind to fstat
2011-10-18 Joe Groffio: get variables out of stream-copy loop
2011-10-18 Joe Groffclean up forwarding stream-read-partial-unsafe
2011-10-18 Joe Groffio: default methods for extended stream protocols
2011-10-18 Joe Groffio.streams.peek: test with memory-stream
2011-10-18 Joe Groffspecialized-arrays: direct-slice for byte-arrays
2011-10-18 Joe Groffio: add read-unsafe and read-partial-unsafe words
2011-10-18 Joe Groffui.tools.listener: fix stream-read-unsafe
2011-10-18 Joe Groffkill noncopying-reader mixin, stream-read generic
2011-10-18 Joe Groffmongodb.gridfs: leave an unmaintained-reason.txt
2011-10-18 Joe Groffio.streams.peek: read-unsafe protocol
2011-10-18 Joe Groffui.tools.listener: read-unsafe for interactor†
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 ...
next