summaryrefslogtreecommitdiff
path: root/src/proxy.clj
AgeCommit message (Expand)Author
2008-04-20added root classloader, autoload user.clj from classpath if it existsRich Hickey
2008-03-30proxy - handle interfaces that redeclare Object methodsRich Hickey
2008-03-15filter all considered methods in superclass traverse, to avoid implementing m...Rich Hickey
2008-03-11bind source paths when reading boot scripts from jar, switched to Clojure's b...Rich Hickey
2008-03-11make method set union of declared and public methods in order to catch unimpl...Rich Hickey
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-01doc reformattingRich Hickey
2008-03-01fixed declared method detectionRich Hickey
2008-03-01proxy support, Rich Hickey
2008-02-29more progress on proxiesRich Hickey
2008-02-27started concrete proxy supportRich Hickey