]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-10-24 John Benediktssonwindows.directx: add platforms.txt.
2011-10-24 Doug ColemanRename c-type to lookup-c-type. Fixes #230.
2011-10-24 Doug ColemanRename class to class-of
2011-10-24 Doug ColemanRename vocab to lookup-vocab
2011-10-24 Doug ColemanRemove docs for removed word
2011-10-24 Doug ColemanFactor out ``no-roots no-prefixes'' into its own word...
2011-10-21 Doug ColemanChecked in some code on accident.
2011-10-21 Doug ColemanRevert "Try without-limits in mason.report. Fixes ...
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-20 Doug ColemanInstall gtk2-engines-pixbuf to get rid of warnings...
2011-10-19 John Benediktssoncore-foundation.timers: allow interval to be specified...
2011-10-19 John Benediktssonsmtp: removing unused test.
2011-10-19 Doug ColemanMove --no-as-needed to Config.linux since it breaks...
2011-10-19 Philipp BrüschweilerGNUmakefile: add linker option --no-as-needed, fixes...
2011-10-19 Philipp BrüschweilerConfig.unix: don't hardcode ui libs, use pkg-config...
2011-10-19 John Benediktssonhash-sets: separate <hash-set> and >hash-set to match...
2011-10-19 John BenediktssonMore cleanup of unused stuff.
2011-10-19 John BenediktssonCleanup some uses of global [ ] bind.
2011-10-19 John Benediktssoncalendar: removing unused (month-name) word.
2011-10-19 John BenediktssonRemove unused words. Fixes #132.
2011-10-19 Doug ColemanFix command line options for factor.sh
2011-10-19 Doug ColemanDon't use exception handling for handle>file-size
2011-10-19 John Benediktssonui.gadgets.editors: windows doesn't work like macosx.
2011-10-19 John Benediktssonbenchmark.splay: fix IN:.
2011-10-19 John Benediktssonwebapps.mason: remove ugly border.
2011-10-19 Doug ColemanCreate attributes>> accessor in io.files.windows
2011-10-19 Doug ColemanAdd throw-win32-error, use it in (delete-file)
2011-10-19 Doug ColemanRemove really-delete-tree in favor of setting the file...
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†
next