aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-03build.xml: removed old compile line for test-is.test-fixturesStuart Sierra
2009-06-03swing-utils: return the newly created listeners, patch from Roland Sadowskiscgilardi
2009-06-02Moved tests for test_is.clj into test-contribStuart Sierra
2009-06-02fnmap.clj: added new library; maps with custom implementationsStuart Sierra
2009-06-02miglayout: update doc string to note that the containuer must now be a ↵scgilardi
JComponent, not a Container
2009-06-02repl_utils: add run*, run to execute namespacesscgilardi
2009-05-31miglayout/example: use invokeLater, refine handle-keyscgilardi
2009-05-31miglayout.example: fix typoscgilardi
2009-05-31miglayout.example: cleanupscgilardi
2009-05-31miglayout/example: remove button. Use keystrokes insteadscgilardi
2009-05-31swing-utils: add-key-typed-listenerscgilardi
2009-05-31ClojureCLR: major update, part2David Miller
2009-05-31ClojureCLR: major updateDavid Miller
2009-05-31miglayout/example: DISPOSE_ON_CLOSEscgilardi
2009-05-31miglayout.example: cleanupscgilardi
2009-05-31miglayout/example clearer formatting on miglayout callscgilardi
2009-05-31build.xml, load-all: add swing-utilsscgilardi
2009-05-31miglayout: add support for retrieving components by idscgilardi
2009-05-31add miglayout.examplescgilardi
2009-05-31add swing-utilsscgilardi
2009-05-30contrib.core: add new-by-namescgilardi
2009-05-29miglayout: refactoring for clarityscgilardi
2009-05-29test_is.clj: fixed documentation examples for "testing" macroStuart Sierra
2009-05-29load-all: remove auto-agent, uncomment miglayoutscgilardi
2009-05-27test-clojure: added compilation.clj, macros.clj, metadata.clj;Frantisek Sodomka
compilation: compiler metadata; java-interop: dot, double-dot, doto; vars: regression in binding
2009-05-25auto_agent.clj: deleted because it doesn't workStuart Sierra
2009-05-25macro-utils: new macro deftemplateKonrad Hinsen
2009-05-24clojure.contrib.core: add dissoc-inscgilardi
2009-05-20Delete comment which duplicates ns docTom Faulhaber
2009-05-19accumulators: bug fix in combineKonrad Hinsen
2009-05-18test-clojure: test-utils: all-are; data-structures: rewritten tests using ↵Frantisek Sodomka
all-are
2009-05-14Correct a typo in the docTom Faulhaber
2009-05-14Add links to new wiki entriesTom Faulhaber
2009-05-14test-clojure: other-functions: identityFrantisek Sodomka
2009-05-14test-clojure: control: condFrantisek Sodomka
2009-05-14test-clojure: common helper functions in test-utils; control: doFrantisek Sodomka
2009-05-14json/read.clj: read-json now takes a string or a readerStuart Sierra
Eliminates the need for read-json-string.
2009-05-14jsov/read.clj: doc stringStuart Sierra
2009-05-14json/read.clj: added *json-keyword-keys* to get keywords in mapsStuart Sierra
Bind *json-keyword-keys* to true to convert map keys to keywords.
2009-05-14json/write.clj: use StringBuilder when escaping strings for faster outputStuart Sierra
2009-05-14json/write.clj: added type hints to avoid reflectionStuart Sierra
2009-05-14json/read.clj: added type hints to avoid reflectionStuart Sierra
2009-05-14Created new examples of how to use pretty print dispatch functionsTom Faulhaber
2009-05-14json/write.clj: doc stringsStuart Sierra
2009-05-14json/write.clj: escape characters in symbol names just like stringsStuart Sierra
2009-05-13miglayout: change dependency on miglayout jar from compile time to run time, ↵scgilardi
add it to the list of compilable libs in build.xml
2009-05-13duck_streams.clj: added functions to open writers for appendingStuart Sierra
2009-05-12json/read.clj: doc stringStuart Sierra
2009-05-12json/write.clj: throw Exception if map key is nilStuart Sierra
2009-05-12json/write.clj: fixed bug with nils in sequencesStuart Sierra