My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Aug 12, 2009
    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
  • Aug 12, 2009
    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.
  • Jul 29, 2009
    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
  • Jul 10, 2009
    issue 42 (lazy-xml throws an NPE on non-string content) commented on by ozzilee   -   Attached is a patch. Reversed the test in emit-element so that it checks to see if the element is a tag first, then treats it as a string otherwise.
    Attached is a patch. Reversed the test in emit-element so that it checks to see if the element is a tag first, then treats it as a string otherwise.
  • Jul 10, 2009
    issue 42 (lazy-xml throws an NPE on non-string content) reported by ozzilee   -   lazy-xml/emit throws an NPE when provided with a non-string value in :content. Example: user=> (clojure.contrib.lazy-xml/emit {:tag :foo :content [1]}) <?xml version='1.0' encoding='UTF-8'?> java.lang.NullPointerException (NO_SOURCE_FILE:0) Workaround: user=> (clojure.contrib.lazy-xml/emit {:tag :foo :content ["1"]}) <?xml version='1.0' encoding='UTF-8'?> <foo>1</foo> Suggested Fix: Convert :content elements to strings automatically.
    lazy-xml/emit throws an NPE when provided with a non-string value in :content. Example: user=> (clojure.contrib.lazy-xml/emit {:tag :foo :content [1]}) <?xml version='1.0' encoding='UTF-8'?> java.lang.NullPointerException (NO_SOURCE_FILE:0) Workaround: user=> (clojure.contrib.lazy-xml/emit {:tag :foo :content ["1"]}) <?xml version='1.0' encoding='UTF-8'?> <foo>1</foo> Suggested Fix: Convert :content elements to strings automatically.
  • Jun 16, 2009
    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.
  • Jun 15, 2009
    r944 (condition: refinements) committed by scgilardi   -   condition: refinements
    condition: refinements
  • Jun 14, 2009
    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.
  • Jun 13, 2009
    PprintApiDoc (pprint API Reference) Wiki page edited by tomfaulhaber
  • Jun 13, 2009
    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
  • Jun 12, 2009
    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
  • Jun 12, 2009
    2 Wiki pages changed by tomfaulhaber   -  
  • Jun 12, 2009
    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
  • Jun 11, 2009
    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
  • Jun 10, 2009
    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
  • Jun 10, 2009
    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
  • Jun 10, 2009
    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
  • Jun 09, 2009
    r928 (condition: add example.clj) committed by scgilardi   -   condition: add example.clj
    condition: add example.clj
  • Jun 09, 2009
    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
  • Jun 09, 2009
    r925 (http/agent.clj: fixed typo ) committed by the.stuart.sierra   -   http/agent.clj: fixed typo
    http/agent.clj: fixed typo
  • Jun 09, 2009
    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
  • Jun 08, 2009
    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
  • Jun 08, 2009
    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
  • Jun 08, 2009
    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
  • Jun 06, 2009
    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
  • Jun 06, 2009
    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
  • Jun 05, 2009
    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
  • Jun 05, 2009
    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)
  • Jun 05, 2009
    SqlApiDoc (sql API Reference) Wiki page edited by tomfaulhaber
  • Jun 05, 2009
    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
  • Jun 05, 2009
    ApiDocIndex (Index of documented functions and variables) Wiki page edited by tomfaulhaber
  • Jun 05, 2009
    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
  • Jun 05, 2009
    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
  • Jun 05, 2009
    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[]
  • Jun 05, 2009
    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
  • Jun 05, 2009
    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
 
Hosted by Google Code