aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/duck_streams.clj
AgeCommit message (Expand)Author
2009-11-13duck_streams.clj: support Socket in reader & writer; fixes #46Stuart Sierra
2009-08-17duck_streams.clj: use correct array size, Fixes #16Stuart Sierra
2009-08-15duck_streams.clj: added type hints to avoid reflectionStuart Sierra
2009-06-05duck_streams.clj: added methods to copy for String and byte[]Stuart Sierra
2009-06-05duck_streams.clj: added copy and to-byte-arrayStuart Sierra
2009-05-13duck_streams.clj: added functions to open writers for appendingStuart Sierra
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-05-04More documentation headersTom Faulhaber
2009-05-03duck_streams.clj: corrected doc string for "file-str"Stuart Sierra
2009-05-03duck_streams.clj: Renamed file to file-str, for compatibility with java-utilsStuart Sierra
2009-03-29duck_streams.clj: added with-out-writer and with-in-readerStuart Sierra
2009-02-17Merged lazy branch into trunk:Chouser
2009-02-05duck_streams.clj: fixed bug when a Reader wasn't wrapped in a BufferedReaderStuart Sierra
2009-01-10duck_streams.clj: always use *default-encoding* (UTF-8) for opening streamsStuart Sierra
2008-12-23duck_streams.clj: added 'pwd'Stuart Sierra
2008-12-19duck_streams.clj: move 'file' to top so it compilesStuart Sierra
2008-12-19duck_streams.clj: rewrote w/ multimethods, added slurp*, file, & read-linesStuart Sierra
2008-12-15Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0Stuart Sierra
2008-11-13minimal port to Clojure SVN 1094+ of seq-utils import-static trace enum javal...scgilardi