Earlier this year
-
73 Wiki pages changed by tomfaulhaber
- Revision r949
Remove obsolete doc file, now moved too github pages.
Deleted AccumulatorsApiDoc, AgentUtilsApiDoc, ApiDocIndex, ApiDocSidebar, ClasspathApiDoc, CombinatoricsApiDoc, CommandLineApiDoc, ComplexNumbersApiDoc, CondApiDoc, ConditionApiDoc, CondtApiDoc, CoreApiDoc, DataflowApiDoc, DatalogApiDoc, DefApiDoc, DuckStreamsApiDoc, ErrorKitApiDoc, ExceptApiDoc, FcaseApiDoc, FindNamespacesApiDoc, FnmapApiDoc, GenHtmlDocsApiDoc, GenericArithmeticApiDoc, GenericCollectionApiDoc, GenericComparisonApiDoc, GenericFunctorApiDoc, GenericMathFunctionsApiDoc, GraphApiDoc, GreatestLeastApiDoc, HttpAgentApiDoc, HttpConnectionApiDoc, ImportStaticApiDoc, JarApiDoc, JavaUtilsApiDoc, JavadocBrowseApiDoc, JsonReadApiDoc, JsonWriteApiDoc, LazySeqsApiDoc, LazyXmlApiDoc, MacroUtilsApiDoc, MacrosApiDoc, MapUtilsApiDoc, MathApiDoc, MiglayoutApiDoc, MmapApiDoc, MonadsApiDoc, NsUtilsApiDoc, PprintApiDoc, ProbabilitiesFiniteDistributionsApiDoc, ProbabilitiesMonteCarloApiDoc, ProbabilitiesRandomNumbersApiDoc, ProfileApiDoc, PrxmlApiDoc, ReplLnApiDoc, ReplUtilsApiDoc, SeqUtilsApiDoc, ServerSocketApiDoc, SetApiDoc, ShellOutApiDoc, SingletonApiDoc, SqlApiDoc, StacktraceApiDoc, StrUtils2ApiDoc, StrUtilsApiDoc, StreamUtilsApiDoc, SwingUtilsApiDoc, TemplateApiDoc, TestIsApiDoc, TraceApiDoc, TypesApiDoc, WalkApiDoc, WithNsApiDoc, ZipFilterApiDoc
Revision r949
Remove obsolete doc file, now moved too github pages.
Deleted AccumulatorsApiDoc, AgentUtilsApiDoc, ApiDocIndex, ApiDocSidebar, ClasspathApiDoc, CombinatoricsApiDoc, CommandLineApiDoc, ComplexNumbersApiDoc, CondApiDoc, ConditionApiDoc, CondtApiDoc, CoreApiDoc, DataflowApiDoc, DatalogApiDoc, DefApiDoc, DuckStreamsApiDoc, ErrorKitApiDoc, ExceptApiDoc, FcaseApiDoc, FindNamespacesApiDoc, FnmapApiDoc, GenHtmlDocsApiDoc, GenericArithmeticApiDoc, GenericCollectionApiDoc, GenericComparisonApiDoc, GenericFunctorApiDoc, GenericMathFunctionsApiDoc, GraphApiDoc, GreatestLeastApiDoc, HttpAgentApiDoc, HttpConnectionApiDoc, ImportStaticApiDoc, JarApiDoc, JavaUtilsApiDoc, JavadocBrowseApiDoc, JsonReadApiDoc, JsonWriteApiDoc, LazySeqsApiDoc, LazyXmlApiDoc, MacroUtilsApiDoc, MacrosApiDoc, MapUtilsApiDoc, MathApiDoc, MiglayoutApiDoc, MmapApiDoc, MonadsApiDoc, NsUtilsApiDoc, PprintApiDoc, ProbabilitiesFiniteDistributionsApiDoc, ProbabilitiesMonteCarloApiDoc, ProbabilitiesRandomNumbersApiDoc, ProfileApiDoc, PrxmlApiDoc, ReplLnApiDoc, ReplUtilsApiDoc, SeqUtilsApiDoc, ServerSocketApiDoc, SetApiDoc, ShellOutApiDoc, SingletonApiDoc, SqlApiDoc, StacktraceApiDoc, StrUtils2ApiDoc, StrUtilsApiDoc, StreamUtilsApiDoc, SwingUtilsApiDoc, TemplateApiDoc, TestIsApiDoc, TraceApiDoc, TypesApiDoc, WalkApiDoc, WithNsApiDoc, ZipFilterApiDoc
-
OverviewOfContrib
(An overview of the clojure.contrib library) Wiki page edited by tomfaulhaber
- Revision r948
Edited wiki page through web user interface.
Revision r948
Edited wiki page through web user interface.
-
r947
(Removed all source code, put github/assembla links in README...) committed by the.stuart.sierra
- Removed all source code, put github/assembla links in README.txt
Removed all source code, put github/assembla links in README.txt
-
issue 42
(lazy-xml throws an NPE on non-string content) commented on by ozzilee
-
-
issue 42
(lazy-xml throws an NPE on non-string content) reported by ozzilee
-
-
r946
(pprint: Changing one '=' into an 'identical?' gave us anothe...) committed by tomfaulhaber
- pprint: Changing one '=' into an 'identical?' gave us another ~30% speedup.
pprint: Changing one '=' into an 'identical?' gave us another ~30% speedup.
-
-
r944
(condition: refinements) committed by scgilardi
- condition: refinements
-
r943
(pprint: Modified buffer-length to remove (or at least amelio...) committed by tomfaulhaber
- pprint: Modified buffer-length to remove (or at least ameliorate) a
bad hotspot. Result: ~45% speedup.
pprint: Modified buffer-length to remove (or at least ameliorate) a
bad hotspot. Result: ~45% speedup.
-
-
r941
(condition: fix regex in print-stack-trace) committed by scgilardi
- condition: fix regex in print-stack-trace
condition: fix regex in print-stack-trace
-
r940
(pprint: directly call some dispatch functions that we use of...) committed by tomfaulhaber
- pprint: directly call some dispatch functions that we use often to be
easier on the stack
pprint: directly call some dispatch functions that we use often to be
easier on the stack
-
-
r938
(condition: simplify implementation, add one-argument raise) committed by scgilardi
- condition: simplify implementation, add one-argument raise
condition: simplify implementation, add one-argument raise
-
-
r936
(condition: work on print-stack-trace and examples) committed by scgilardi
- condition: work on print-stack-trace and examples
condition: work on print-stack-trace and examples
-
-
r934
(condition: add print-stack-trace, fix handling of nil forms ...) committed by scgilardi
- condition: add print-stack-trace, fix handling of nil forms in handler-case
condition: add print-stack-trace, fix handling of nil forms in handler-case
-
-
r932
(condition: refinements and add example of nested handler) committed by scgilardi
- condition: refinements and add example of nested handler
condition: refinements and add example of nested handler
-
-
r930
(condition: add 'based on a idea from Chouser' and reference ...) committed by scgilardi
- condition: add 'based on a idea from Chouser' and reference to the discussion
condition: add 'based on a idea from Chouser' and reference to the discussion
-
-
r928
(condition: add example.clj) committed by scgilardi
- condition: add example.clj
condition: add example.clj
-
r927
(add condition.clj: raise and handle conditions: maps) committed by scgilardi
- add condition.clj: raise and handle conditions: maps
add condition.clj: raise and handle conditions: maps
-
-
r925
(http/agent.clj: fixed typo
) committed by the.stuart.sierra
- http/agent.clj: fixed typo
http/agent.clj: fixed typo
-
r924
(test-clojure.compilation: extend compiler metadata test;
tes...) committed by fsodomka
- test-clojure.compilation: extend compiler metadata test;
test-clojure.java-interop: many new tests
test-clojure.compilation: extend compiler metadata test;
test-clojure.java-interop: many new tests
-
-
r922
(http/agent.clj: experimental agent-based HTTP client
) committed by the.stuart.sierra
- http/agent.clj: experimental agent-based HTTP client
http/agent.clj: experimental agent-based HTTP client
-
r921
(http/connection.clj: experimental low-level HTTP client API
) committed by the.stuart.sierra
- http/connection.clj: experimental low-level HTTP client API
http/connection.clj: experimental low-level HTTP client API
-
r920
(java_utils.clj: added as-url multimethod
) committed by the.stuart.sierra
- java_utils.clj: added as-url multimethod
java_utils.clj: added as-url multimethod
-
-
r918
(swing-utils: add action and menu(bar) builders from Meikel B...) committed by scgilardi
- swing-utils: add action and menu(bar) builders from Meikel Brandmeyer, inspired by Waterfront
swing-utils: add action and menu(bar) builders from Meikel Brandmeyer, inspired by Waterfront
-
r917
(except: support exception classes that don't allow wrapping ...) committed by scgilardi
- except: support exception classes that don't allow wrapping a cause
except: support exception classes that don't allow wrapping a cause
-
-
r915
(sql.internal: use enhanced throwf from except) committed by scgilardi
- sql.internal: use enhanced throwf from except
sql.internal: use enhanced throwf from except
-
r914
(except: allow throwf et al to wrap another exception (the ca...) committed by scgilardi
- except: allow throwf et al to wrap another exception (the cause)
except: allow throwf et al to wrap another exception (the cause)
-
-
r912
(sql.test: use new with- indentation from Phil Hagelberg) committed by scgilardi
- sql.test: use new with- indentation from Phil Hagelberg
sql.test: use new with- indentation from Phil Hagelberg
-
-
12 Wiki pages changed by tomfaulhaber
- Edited ApiDocIndex, DuckStreamsApiDoc, GenericArithmeticApiDoc, GenericComparisonApiDoc, JsonReadApiDoc, OverviewOfContrib"> OverviewOfContrib, PprintApiDoc, ProfileApiDoc, PrxmlApiDoc, ReplUtilsApiDoc, TestIsApiDoc, TraceApiDoc
Edited ApiDocIndex, DuckStreamsApiDoc, GenericArithmeticApiDoc, GenericComparisonApiDoc, JsonReadApiDoc, OverviewOfContrib"> OverviewOfContrib, PprintApiDoc, ProfileApiDoc, PrxmlApiDoc, ReplUtilsApiDoc, TestIsApiDoc, TraceApiDoc
-
-
r908
(build.xml: Add clojure.contrib.fnmap.PersistentFnMap to comp...) committed by tomfaulhaber
- build.xml: Add clojure.contrib.fnmap.PersistentFnMap to compiled_classes
build.xml: Add clojure.contrib.fnmap.PersistentFnMap to compiled_classes
-
r907
(Expose xml-dispatch so it can be used directly with write an...) committed by tomfaulhaber
- Expose xml-dispatch so it can be used directly with write and fix up
some bugs
Expose xml-dispatch so it can be used directly with write and fix up
some bugs
-
-
r905
(duck_streams.clj: added methods to copy for String and byte[...) committed by the.stuart.sierra
- duck_streams.clj: added methods to copy for String and byte[]
duck_streams.clj: added methods to copy for String and byte[]
-
r904
(duck_streams.clj: added copy and to-byte-array
) committed by the.stuart.sierra
- duck_streams.clj: added copy and to-byte-array
duck_streams.clj: added copy and to-byte-array
-
-
r902
(str_utils2.clj: removed extraneous as-pattern
) committed by the.stuart.sierra
- str_utils2.clj: removed extraneous as-pattern
str_utils2.clj: removed extraneous as-pattern
|