4167f77fb6
Changes to Clojure in Version 1.5.1 * fix for leak caused by ddc65a96fdb1163b Changes to Clojure in Version 1.5 1 Deprecated and Removed Features 1.1 Clojure 1.5 reducers library requires Java 6 or later 2 New and Improved Features 2.1 Reducers 2.2 Reader Literals improved 2.3 clojure.core/set-agent-send-executor!, set-agent-send-off-executor!, and send-via 2.4 New threading macros 2.5 Column metadata captured by reader 2.6 gen-class improvements 2.7 Support added for marker protocols 2.8 clojure.pprint/print-table output compatible with Emacs Org mode 2.9 clojure.string/replace and replace-first handle special characters more predictably 2.10 Set and map constructor functions allow duplicates 2.11 More functions preserve metadata 2.12 New edn reader, improvements to *read-eval* 3 Performance Enhancements 4 Improved error messages 5 Improved documentation strings 6 Bug Fixes 7 Binary Compatibility Notes
72 lines
3.6 KiB
Text
72 lines
3.6 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2013/06/11 19:51:27 asau Exp $
|
|
bin/clj
|
|
lib/java/clojure/clojure.jar
|
|
share/doc/${PKGNAME}/CommonLispFormat.markdown
|
|
share/doc/${PKGNAME}/PrettyPrinting.markdown
|
|
share/doc/${PKGNAME}/changes.md
|
|
share/doc/${PKGNAME}/epl-v10.html
|
|
share/doc/${PKGNAME}/readme.txt
|
|
share/examples/${PKGNAME}/test_clojure/agents.clj
|
|
share/examples/${PKGNAME}/test_clojure/annotations.clj
|
|
share/examples/${PKGNAME}/test_clojure/annotations/java_5.clj
|
|
share/examples/${PKGNAME}/test_clojure/annotations/java_6.clj
|
|
share/examples/${PKGNAME}/test_clojure/atoms.clj
|
|
share/examples/${PKGNAME}/test_clojure/clojure_set.clj
|
|
share/examples/${PKGNAME}/test_clojure/clojure_walk.clj
|
|
share/examples/${PKGNAME}/test_clojure/clojure_xml.clj
|
|
share/examples/${PKGNAME}/test_clojure/clojure_zip.clj
|
|
share/examples/${PKGNAME}/test_clojure/compilation.clj
|
|
share/examples/${PKGNAME}/test_clojure/control.clj
|
|
share/examples/${PKGNAME}/test_clojure/data.clj
|
|
share/examples/${PKGNAME}/test_clojure/data_structures.clj
|
|
share/examples/${PKGNAME}/test_clojure/def.clj
|
|
share/examples/${PKGNAME}/test_clojure/edn.clj
|
|
share/examples/${PKGNAME}/test_clojure/errors.clj
|
|
share/examples/${PKGNAME}/test_clojure/evaluation.clj
|
|
share/examples/${PKGNAME}/test_clojure/fn.clj
|
|
share/examples/${PKGNAME}/test_clojure/for.clj
|
|
share/examples/${PKGNAME}/test_clojure/genclass.clj
|
|
share/examples/${PKGNAME}/test_clojure/genclass/examples.clj
|
|
share/examples/${PKGNAME}/test_clojure/generators.clj
|
|
share/examples/${PKGNAME}/test_clojure/java/io.clj
|
|
share/examples/${PKGNAME}/test_clojure/java/javadoc.clj
|
|
share/examples/${PKGNAME}/test_clojure/java/shell.clj
|
|
share/examples/${PKGNAME}/test_clojure/java_interop.clj
|
|
share/examples/${PKGNAME}/test_clojure/keywords.clj
|
|
share/examples/${PKGNAME}/test_clojure/logic.clj
|
|
share/examples/${PKGNAME}/test_clojure/macros.clj
|
|
share/examples/${PKGNAME}/test_clojure/main.clj
|
|
share/examples/${PKGNAME}/test_clojure/metadata.clj
|
|
share/examples/${PKGNAME}/test_clojure/multimethods.clj
|
|
share/examples/${PKGNAME}/test_clojure/ns_libs.clj
|
|
share/examples/${PKGNAME}/test_clojure/numbers.clj
|
|
share/examples/${PKGNAME}/test_clojure/other_functions.clj
|
|
share/examples/${PKGNAME}/test_clojure/parallel.clj
|
|
share/examples/${PKGNAME}/test_clojure/pprint.clj
|
|
share/examples/${PKGNAME}/test_clojure/pprint/test_cl_format.clj
|
|
share/examples/${PKGNAME}/test_clojure/pprint/test_helper.clj
|
|
share/examples/${PKGNAME}/test_clojure/pprint/test_pretty.clj
|
|
share/examples/${PKGNAME}/test_clojure/predicates.clj
|
|
share/examples/${PKGNAME}/test_clojure/printer.clj
|
|
share/examples/${PKGNAME}/test_clojure/protocols.clj
|
|
share/examples/${PKGNAME}/test_clojure/protocols/examples.clj
|
|
share/examples/${PKGNAME}/test_clojure/protocols/hash_collisions.clj
|
|
share/examples/${PKGNAME}/test_clojure/protocols/more_examples.clj
|
|
share/examples/${PKGNAME}/test_clojure/reader.clj
|
|
share/examples/${PKGNAME}/test_clojure/reducers.clj
|
|
share/examples/${PKGNAME}/test_clojure/reflect.clj
|
|
share/examples/${PKGNAME}/test_clojure/refs.clj
|
|
share/examples/${PKGNAME}/test_clojure/repl.clj
|
|
share/examples/${PKGNAME}/test_clojure/repl/example.clj
|
|
share/examples/${PKGNAME}/test_clojure/rt.clj
|
|
share/examples/${PKGNAME}/test_clojure/sequences.clj
|
|
share/examples/${PKGNAME}/test_clojure/serialization.clj
|
|
share/examples/${PKGNAME}/test_clojure/special.clj
|
|
share/examples/${PKGNAME}/test_clojure/string.clj
|
|
share/examples/${PKGNAME}/test_clojure/test.clj
|
|
share/examples/${PKGNAME}/test_clojure/test_fixtures.clj
|
|
share/examples/${PKGNAME}/test_clojure/transients.clj
|
|
share/examples/${PKGNAME}/test_clojure/try_catch.clj
|
|
share/examples/${PKGNAME}/test_clojure/vars.clj
|
|
share/examples/${PKGNAME}/test_clojure/vectors.clj
|
|
share/examples/${PKGNAME}/test_helper.clj
|