aboutsummaryrefslogtreecommitdiff
path: root/src/clojure
AgeCommit message (Expand)Author
2009-07-05Handle 0 correctly in non-java-supported basesTom Faulhaber
2009-07-04Changes to support the object explorerTom Faulhaber
2009-07-02repl-utils: Fix init state for add-break-thread!Chouser
2009-06-25Merge commit 'stuart/gtic'Stuart Halloway
2009-06-24New library monadic-io-streamsKonrad Hinsen
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-24Merge commit 'rich/master' into gticStuart Halloway
2009-06-24gtic: updated contrib tests to use new template syntaxStuart Halloway
2009-06-23gtic: updated clojure tests to new template syntax, commented outStuart Halloway
2009-06-23test_is.clj: modified "are" to use new c.c.template syntaxStuart Sierra
2009-06-23condt.clj: removed, as it depended on the old template.cljStuart Sierra
2009-06-23templace.clj: restored license info & ns doc stringStuart Sierra
2009-06-23monads: new functions m-until and with-state-field and some cleanupKonrad Hinsen
2009-06-23template.clj: completely new, requires arg vector for template exprStuart Sierra
2009-06-23template.clj: removed old template namespaceStuart Sierra
2009-06-23walk.clj: removed redundant call to outer fnStuart Sierra
2009-06-23test_contrib/walk.clj: tests for c.c.walkStuart Sierra
2009-06-16pprint: Changing one '=' into an 'identical?' gave us another ~30% speedup.Tom Faulhaber
2009-06-16condition: refinementsscgilardi
2009-06-14pprint: Modified buffer-length to remove (or at least ameliorate) aTom Faulhaber
2009-06-14condition: fix regex in print-stack-tracescgilardi
2009-06-13pprint: directly call some dispatch functions that we use often to beTom Faulhaber
2009-06-13condition: simplify implementation, add one-argument raisescgilardi
2009-06-11condition: work on print-stack-trace and examplesscgilardi
2009-06-11condition: add print-stack-trace, fix handling of nil forms in handler-casescgilardi
2009-06-11condition: refinements and add example of nested handlerscgilardi
2009-06-10condition: add 'based on a idea from Chouser' and reference to the discussionscgilardi
2009-06-10condition: add example.cljscgilardi
2009-06-10add condition.clj: raise and handle conditions: mapsscgilardi
2009-06-09http/agent.clj: fixed typoStuart Sierra
2009-06-09test-clojure.compilation: extend compiler metadata test;Frantisek Sodomka
2009-06-08http/agent.clj: experimental agent-based HTTP clientStuart Sierra
2009-06-08http/connection.clj: experimental low-level HTTP client APIStuart Sierra
2009-06-08java_utils.clj: added as-url multimethodStuart Sierra
2009-06-06swing-utils: add action and menu(bar) builders from Meikel Brandmeyer, inspir...scgilardi
2009-06-06except: support exception classes that don't allow wrapping a causescgilardi
2009-06-06sql.internal: use enhanced throwf from exceptscgilardi
2009-06-06except: allow throwf et al to wrap another exception (the cause)scgilardi
2009-06-06sql.test: use new with- indentation from Phil Hagelbergscgilardi
2009-06-05Expose xml-dispatch so it can be used directly with write and fix upTom Faulhaber
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-06-05str_utils2.clj: removed extraneous as-patternStuart Sierra
2009-06-05str_utils2.clj: added missing docstringsStuart Sierra
2009-06-05str_utils2.clj: fix some commentsStuart Sierra
2009-06-05str_utils2.clj: added codepoints and docodepointsStuart Sierra
2009-06-05str_utils2.clj: corrected missing package name on IFnStuart Sierra
2009-06-05swing-utils: add do-swing, do-swing-and-wait macros from Meikel Brandmeyerscgilardi
2009-06-04def: fix formatting for name-with-attributes, (with spaces for tab width of 8...scgilardi
2009-06-04def: add defnk from Meikel Brandmeyer, tabs->spaces for name-with-attributesscgilardi