aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-04-03fix typos: forced -> forcescgilardi
2008-04-03initial import of pkg.cljscgilardi
2008-04-02Add CPL.TXT -- Common Public License Version 1.0Chouser
2008-04-02Clean up namespaces and function names.Chouser