aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-12-05repl-ln: supports repl options, improved docsscgilardi
2008-12-05cond-let: breaking change, updated to the new binding syntax (a vector)scgilardi
2008-12-04memoize: change from ref to atom for cachescgilardi
2008-12-04fix do-prepared iteration, broke svn 258 accidental checkinscgilardi
2008-12-03javadoc.clj: update to new doto syntaxscgilardi
2008-12-03repl-ln: provide :gen-class, -main, patch from Meikel Brandmeyerscgilardi
2008-12-03trace.clj: fixed missing "#"Stuart Sierra
2008-12-03javalog.clj: deprecatedStuart Sierra
2008-12-03trace.clj: made trace a fn, indent deftracesStuart Sierra
* trace is now a function, not a macro (suggested by Stuart Halloway) * deftrace'd functions produce indented trace output * tracer function replaces *trace-out*
2008-12-03repl-ln: add missing require of clojure.mainscgilardi
2008-12-02repl-ln.clj: only set compiler line before a Lisp Reader readscgilardi
2008-12-02repl-ln.clj: improve ; comment behaviorscgilardi
2008-12-02Add repl_ln.clj, a repl that supports line numbersscgilardi
2008-12-01def: improve defalias fidelityscgilardi
2008-12-01remove deprecated init-once, add defonce-scgilardi
2008-12-01def: fix defalias to work with macrosscgilardi
2008-11-28except.clj: fix our-prefix in throwable for naming change from AOT compilationscgilardi
2008-11-28except.clj: guard against a ClassCastException if throwable is called directlyscgilardi
2008-11-27pred.clj: make macro? work againscgilardi
2008-11-24except.clj: remove inaccurate note about assertscgilardi
2008-11-23Use 'declare' instead of 'def' for forward declaration.Chouser
2008-11-23test-clojure: remove import that's no longer usedscgilardi
2008-11-21ClojureScript: first deployment to demo siteChouser
2008-11-21Update lazy-xml for Clojure SVN 1111Chouser
2008-11-21Moving clojurescript toward deployment of repl demoChouser
2008-11-19miglayout.test udpate to new doto syntax (clojure svn 1111)scgilardi
2008-11-18fix header comments for fibsscgilardi
2008-11-18change to simple, beautiful definition of fibsscgilardi
2008-11-18restore nested with-open until it closes multiple bindingsscgilardi
2008-11-17test_is.clj: *test-out* defaults to *out*; added each= and all-trueStuart Sierra
2008-11-16adding the javadoc function to contribChristophe Grand
2008-11-16delete my contribs at their pre-SVN1088 locationsscgilardi
2008-11-16Update lazy-xml to use pull parser correctly post-AOTChouser
2008-11-13minimual update to Clojure SVN 1094 of lazy-xml with-pull command-line (they ↵scgilardi
load)
2008-11-13minimal port to Clojure SVN 1094+ of seq-utils import-static trace enum ↵scgilardi
javalog duck-streams str-utils. (they all load again)
2008-11-12Update zip-filter for Clojure SVN 1094Chouser
2008-11-12first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ↵scgilardi
on now load again
2008-11-12Update gen-interface for Clojure SVN 1094Chouser
2008-11-12Update mmap for Clojure SVN 1094Chouser
2008-11-12command-line: print help when no command-line options are givenChouser
2008-11-09except.clj: distill and provide throw-argscgilardi
2008-11-03except.clj: add throw-if-not, distill code, make all args optional, now ↵scgilardi
truly general purpose
2008-10-30test-clojure: add BigDecimal reader tests, fix comments in numbersscgilardi
2008-10-30another restructure to give more useful resultsscgilardi
2008-10-30test-clojure: use explicit loading--it worksscgilardi
2008-10-30new tests dir, test-clojure will load any .clj files in it and then run all ↵scgilardi
defined tests
2008-10-30add printer tests, restructure test-clojurescgilardi
2008-10-28miglayout/internal: gettin' that reduce religionscgilardi
2008-10-28except: add throwf, throw with a message formatted like printfscgilardi
2008-10-23test-clojure.reader fix namespacescgilardi