aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-15updates to lib.clj and sql.clj to adopt lispy syntax for interop after ↵scgilardi
20080612 release of Clojure, Derby database example.
2008-06-12xml-stream-writer.clj: fixed namespaced attribute bug, removed 'hosty' syntaxStuart Sierra
2008-06-12test-is.clj: added *test-out*, made assert-expr a multimethodStuart Sierra
2008-06-09Added trace.cljStuart Sierra
2008-06-08fix typos in lazy-seqs.cljscgilardi
2008-06-08fib -> fibs (lazy-seqs.clj)scgilardi
2008-06-08fix tabs in lazy-seqs.cljscgilardi
2008-06-07add lazy-seqs.cljscgilardi
2008-06-05Added test-is.cljStuart Sierra
2008-06-03memoize.clj: simplifiedscgilardi
2008-06-03add memoize.cljscgilardi
2008-06-02Added enum.cljStuart Sierra
2008-06-01Added import-static.cljStuart Sierra
2008-05-25def.clj add defunbound, defunbound- (and re-indented)scgilardi
2008-05-24def.clj: add defstruct-scgilardi
2008-05-18def.clj fix up for non-svn clojure releasescgilardi
2008-05-18def.clj: clean up metadata handling in defaliasscgilardi
2008-05-17initial checkinscgilardi
2008-05-15lib.clj: (comp not ...) -> (complement ...) for clarityscgilardi
2008-05-07lib.clj: added :ns option to specify a namespace explicitly, refined ↵scgilardi
documentation
2008-04-25lib.clj: tighten up quote detection to allow a lib named quote, fix typo in docsscgilardi
2008-04-24lib.clj: correct examplesscgilardi
2008-04-24lib.clj: new syntax for 'use' and 'require', requires less quoting and ↵scgilardi
easier specification of flags
2008-04-24add ns-utils.clj and update example code in sql.clj to be more robust about ↵scgilardi
loading the driver class
2008-04-21Added ALPHA xml-stream-reader.clj and xml-stream-writer.cljStuart Sierra
2008-04-19add vars, docs, dir after a suggestion by Paul Drummondscgilardi
2008-04-18seq-utils.clj: Updated documentation.Stuart Sierra
2008-04-11anaphor.clj: Marked aif and awhen as deprecated.Stuart Sierra
2008-04-10Catch a couple error conditions.Chouser
2008-04-08remove obsolete pkg.clj and loader.clj: please update to lib.cljscgilardi
2008-04-08rename jewel.clj to lib.cljscgilardi
2008-04-08change contents to rename jewel to libscgilardi
2008-04-08jewel.clj: overhaul with suggestions from Stuart Sierrascgilardi
2008-04-08Added javalog.clj: simple access to java.util.loggingStuart Sierra
2008-04-08Added seq-utils.clj: sequence utilities.Stuart Sierra
2008-04-08Added duck-streams.clj: duck-typed I/O utilities.Stuart Sierra
2008-04-08str-utils.clj: fixed missing import.Stuart Sierra
2008-04-08Added str-utils.clj, simple string utilitiesStuart Sierra
2008-04-07Added fcase.clj, simple case macros.Stuart Sierra
2008-04-07Added anaphor.clj, simple anaphoric macros (aif, awhen, ...).Stuart Sierra
2008-04-07jewel.clj: protect private vars from redefinition on a :reload-all that ↵scgilardi
incudes jewel
2008-04-07jewel.clj: doc updatescgilardi
2008-04-07initial import of jewel.cljscgilardi
2008-04-06Add more axis, remove all macro definitions, and simplify implementation.Chouser
2008-04-05initial import of loader.cljscgilardi
2008-04-05sql.clj: remove references to pkg namespacescgilardi
2008-04-03pkg.clj: update description of providescgilardi
2008-04-03move copyright notices to the top of the file for consistencyscgilardi
2008-04-03pkg.clj: automatically 'provide' a package when it is loaded by requirescgilardi
2008-04-03initial import of sql.cljscgilardi