aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-15change from prim coercion to boxed coercion in order to see particular boxed ...Rich Hickey
2010-06-15move tests into range of longRich Hickey
2010-06-15Implement :connect-timeout and :read-timeout in http.agentStuart Sierra
2010-06-08doc fixStuart Halloway
2010-06-08added missing :imports for Writer type hintsRich Hickey
2010-05-25generic.comparison: implement default inequalities on java.lang.Number rather...Konrad Hinsen
2010-05-21dodge ns collisions with clojure.java.ioStuart Halloway
2010-05-07- refactored input-stream, output-stream, reader, and writer into a Streams p...Chas Emerick
2010-05-06hack for #82, very uglyStuart Halloway
2010-05-05keep deprecated version of seq fns, safe(r) now that we have "last var wins"Stuart Halloway
2010-05-03put includes? back into the seq namespacesStuart Halloway
2010-05-01removed seq-contains? callsRich Hickey
2010-05-01Remove debug prints :-(. See #47Tom Faulhaber
2010-05-01clojure.contrib.pprint (cl-format): Fixes to rounding and width issues in ~f ...Tom Faulhaber
2010-04-29Remove gen-class requirement from clojure.contrib.pprint. See #81Tom Faulhaber
2010-04-28update contrib to remove seq fns promoted to clojure.coreStuart Halloway
2010-04-28Copy deleted/renamed namespaces from 1.1 release; refs #79Stuart Sierra
2010-04-27#78 relaxing test expectations to eliminate spurious errors on IBM JDKStuart Halloway
2010-04-14some tests for c.c.io byte-level supportStuart Halloway
2010-04-14c.c.io provides input-stream and output-stream for byte-oriented I/OBen Smith-Mannschott
2010-04-13test-load-all tries to load all nondeprecated namespacesStuart Halloway
2010-04-12strint per Chas EmerickStuart Halloway
2010-04-12-?>> per Chas EmerickStuart Halloway
2010-04-12fixed corner case in c.c.profile print-summaryStuart Halloway
2010-04-12windows-safe test for relative-path-stringStuart Halloway
2010-04-12added apropos (per Michel Salim, plus re support)Stuart Halloway
2010-04-10update lazy-xml for reify with explicit 'this' on every methodChouser
2010-03-30simplify jmx/read-supported and improve test outputStuart Halloway
2010-03-30once more, with spellingStuart Halloway
2010-03-30troubleshooting build box: another ad hoc exception for read-supportedStuart Halloway
2010-03-19fix PushbackReader bugThe Stuarts
2010-03-04generic.comparison: fixed typo in <=, added pos? neg? min maxKonrad Hinsen
2010-02-23allow custom :jndi-path for JMX URLsStuart Halloway
2010-02-18:environment option for jmx/with-connectionStuart Halloway
2010-02-15trace: fix previous commit -- no longer generate infinite recursion.Chouser
2010-02-15trace: Allow dotrace to work on private var fns.Chouser
2010-02-11Add test_properties.clj from old test_java.cljStuart Sierra
2010-02-11Move tests from test_java.clj to test_string.cljStuart Sierra
2010-02-11Move tests from old test_java.clj to test_io.cljStuart Sierra
2010-02-11Remove test_java.cljStuart Sierra
2010-02-11Remove c.c.java reference from miglayout.internalStuart Sierra
2010-02-11c.c.sql: change references to c.c.javaStuart Sierra
2010-02-11c.c.jmx: change from c.c.java to c.c.stringStuart Sierra
2010-02-11Stop using c.c.java in pprint examples.Chouser
2010-02-11c.c.http.connection: replace references to c.c.javaStuart Sierra
2010-02-11c.c.json: change references from c.c.java to c.c.stringStuart Sierra
2010-02-11prxml: remove references to c.c.javaStuart Sierra
2010-02-11Refactor c.c.java into c.c.io, c.c.string, and c.c.propertiesStuart Sierra
2010-02-11Add c.c.reflect, taking 2 functions from c.c.javaStuart Sierra
2010-02-11c.c.prxml: Fix bad refers from lazy-xmlStuart Sierra