summaryrefslogtreecommitdiff
path: root/src/jvm/clojure/lang/Repl.java
AgeCommit message (Expand)Author
2008-12-30made Repl and Script public againRich Hickey
2008-12-29unified clojure.main, patch from Stephen C. GilardiRich Hickey
2008-12-14Moved to Eclipse Public License - see epl-v10.html orRich Hickey
2008-11-10Interim checkin - DO NOT USE!!Rich Hickey
2008-11-08Interim checkin - DO NOT USE!!Rich Hickey
2008-10-24added *print-length* and *print-level*, patch from Stephen C. GilardiRich Hickey
2008-10-11refined ## to #=, now takes eitherRich Hickey
2008-10-08added redirectable *err*, patch from Stephen C. GilardiRich Hickey
2008-09-19added *1/2/3 *e and tweaked error messagesRich Hickey
2008-08-07made UTF-8 default encoding on iostreams *in*, *out*, and in loadFile and loa...Rich Hickey
2008-04-19refactor to remove static init cycle between RT and Compiler, in order to run...Rich Hickey
2008-03-24made Repl load files in user ns, changed Repl to serve as better example of h...Rich Hickey
2008-03-20got rid of input purge on exceptionRich Hickey
2008-03-17switched to readLine on input purge in Repl exception handlerRich Hickey
2008-03-16added newline on EOFRich Hickey
2008-03-14added System.exit callRich Hickey
2008-03-12prevent nested #()s, dump input stream on repl exception, put cause message f...Rich Hickey
2008-02-18command line args can follow '--', in Repl and ScriptRich Hickey
2008-02-05moved boot.clj load to RT.init()Rich Hickey
2008-01-25interim checkin - do not useRich Hickey
2008-01-24interim checkin - do not useRich Hickey
2008-01-23interim checkin, do not useRich Hickey
2008-01-06added *warn-on-reflection*Rich Hickey
2007-10-18added Repl and ScriptRich Hickey