aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-01Remove old str-utils lib tests.Stuart Sierra
2010-02-01Rename test namespaces to match new names.Stuart Sierra
2010-02-01Rename uses of str-utils/2/3 to stringStuart Sierra
2010-02-01Change ns names for all renamed libs except str-utilsStuart Sierra
2010-02-01Delete obsolete versions of popular libs.Stuart Sierra
2010-02-01Rename popular libs with shorter names.Stuart Sierra
2010-02-01Set clojure-maven-plugin version in POMStuart Sierra
2010-01-31c.c.json: use PrintWriter directly; even fasterStuart Sierra
2010-01-31c.c.json: reorganize around extendStuart Sierra
2010-01-31new c.c.json: fix 1 reflective callStuart Sierra
2010-01-31Add c.c.json; replacement for c.c.json.read & c.c.json.writeStuart Sierra
2010-01-30c.c.json.read: use transientsStuart Sierra
2010-01-30c.c.json.read: accept any Reader type; fixes #67Stuart Sierra
2010-01-30fix for aotc, ticket 44; moved impl selection code from macro to runtime evalAlexander Taggart
2010-01-30Fix mis-named ns in pprint.gen-class; refs #66Stuart Sierra
2010-01-30Reenable compiling of test namespaces in POM; refs #65Stuart Sierra
2010-01-30pprint: Move gen-class expressions to separate file; refs #65Stuart Sierra
2010-01-30Do not AOT-compile pprintStuart Sierra
2010-01-30Revert "Reenable builds with local clojure.jar"Stuart Sierra
2010-01-30pprint: require ColumnWriter in PrettyWriterStuart Sierra
2010-01-29Reenable builds with local clojure.jarStuart Sierra
2010-01-29Simplify POM, only AOT-compile namespaces that gen-classStuart Sierra
2010-01-29Add source encoding UTF-8 to POMStuart Sierra
2010-01-28Describe where to get development snapshots in READMEStuart Sierra
2010-01-28Describe "local" build in POMStuart Sierra
2010-01-28Add "local" profile to POMStuart Sierra
2010-01-28Add offline build instructions to READMEStuart Sierra
2010-01-27str-utils3: substitute type-specific fns for 'replace' multimethodStuart Sierra
2010-01-26Add str-utils3 with testsStuart Sierra
2010-01-26Add instructions for building with local ClojureStuart Sierra
2010-01-25Describe setting clojure.version in READMEStuart Sierra
2010-01-25Make clojure.version a property in POMStuart Sierra
2010-01-25Describe version numbering corresponding to Clojure versionsStuart Sierra
2010-01-25Correct README typoStuart Sierra
2010-01-21Add source .clj files to JARmavenStuart Sierra
2010-01-21Clean up headings in READMEStuart Sierra
2010-01-21Add additional mvn build commands to READMEStuart Sierra
2010-01-21Clean up URLs and add link to package downloads in READMEStuart Sierra
2010-01-21Reformat README to 70-chars-per-lineStuart Sierra
2010-01-20Add assembly configuration to POM.Stuart Sierra
2010-01-20Add "dist" assembly for distribution ZIP/tar files.Stuart Sierra
2010-01-20Add release and SNAPSHOT distributionManagement to POMStuart Sierra
2010-01-20Exclude clojure.contrib.pprint from compilationStuart Sierra
2010-01-20Update build instructions in README.txtStuart Sierra
2010-01-20Remove Ant build script.Stuart Sierra
2010-01-20Add build instructions to POM.Stuart Sierra
2010-01-20Remove clojure.contrib.test-contribStuart Sierra
2010-01-20Replace classes and *.jar with target/ in .gitignoreStuart Sierra
2010-01-20Remove tests for clojure.contrib.walk (obsolete)Stuart Sierra
2010-01-20Move example sources to separate dir.Stuart Sierra