index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
duck_streams.clj
Age
Commit message (
Expand
)
Author
2009-11-13
duck_streams.clj: support Socket in reader & writer; fixes #46
Stuart Sierra
2009-08-17
duck_streams.clj: use correct array size, Fixes #16
Stuart Sierra
2009-08-15
duck_streams.clj: added type hints to avoid reflection
Stuart Sierra
2009-06-05
duck_streams.clj: added methods to copy for String and byte[]
Stuart Sierra
2009-06-05
duck_streams.clj: added copy and to-byte-array
Stuart Sierra
2009-05-13
duck_streams.clj: added functions to open writers for appending
Stuart Sierra
2009-05-04
Lots 'o doc strings
Tom Faulhaber
2009-05-04
More documentation headers
Tom Faulhaber
2009-05-03
duck_streams.clj: corrected doc string for "file-str"
Stuart Sierra
2009-05-03
duck_streams.clj: Renamed file to file-str, for compatibility with java-utils
Stuart Sierra
2009-03-29
duck_streams.clj: added with-out-writer and with-in-reader
Stuart Sierra
2009-02-17
Merged lazy branch into trunk:
Chouser
2009-02-05
duck_streams.clj: fixed bug when a Reader wasn't wrapped in a BufferedReader
Stuart Sierra
2009-01-10
duck_streams.clj: always use *default-encoding* (UTF-8) for opening streams
Stuart Sierra
2008-12-23
duck_streams.clj: added 'pwd'
Stuart Sierra
2008-12-19
duck_streams.clj: move 'file' to top so it compiles
Stuart Sierra
2008-12-19
duck_streams.clj: rewrote w/ multimethods, added slurp*, file, & read-lines
Stuart Sierra
2008-12-15
Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0
Stuart Sierra
2008-11-13
minimal port to Clojure SVN 1094+ of seq-utils import-static trace enum javal...
scgilardi