Commits on May 4, 2009

  1. move trunk to 1.1

    richhickey committed May 4, 2009
    Configuration menu
    Copy the full SHA
    be302bb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2009

  1. first steps in improving modularity - moving classname resolution tow…

    …ards consumer in: new, static calls, class literals and import. Note import is now a macro (but tolerant of quotes for backwards compatibility)
    richhickey committed May 8, 2009
    Configuration menu
    Copy the full SHA
    56dc8bc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2009

  1. steps in improving modularity - moving classname resolution towards c…

    …onsumer in: ns - wraps require and use calls in with-loading-context
    richhickey committed May 13, 2009
    Configuration menu
    Copy the full SHA
    fed833d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2009

  1. Configuration menu
    Copy the full SHA
    479b43a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2009

  1. Configuration menu
    Copy the full SHA
    9399767 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2009

  1. do unrolls at top-level

    richhickey committed May 16, 2009
    Configuration menu
    Copy the full SHA
    dbb85aa View commit details
    Browse the repository at this point in the history

Commits on May 18, 2009

  1. Configuration menu
    Copy the full SHA
    2cdd5ec View commit details
    Browse the repository at this point in the history

Commits on May 22, 2009

  1. Configuration menu
    Copy the full SHA
    abc7dbf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2009

  1. Configuration menu
    Copy the full SHA
    1084d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ae58a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2009

  1. Configuration menu
    Copy the full SHA
    d0fe0d1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2009

  1. get rid of root classloader. Establish dynamic context classloader fo…

    …r repl thread. Default true for *use-context-classloader*
    richhickey committed May 27, 2009
    Configuration menu
    Copy the full SHA
    b045a37 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2009

  1. first cut of chunked seqs

    Chunked seqs, initial Java-side support
    richhickey committed May 28, 2009
    Configuration menu
    Copy the full SHA
    ff27522 View commit details
    Browse the repository at this point in the history
  2. perf tweaks to count, nth

    richhickey committed May 28, 2009
    Configuration menu
    Copy the full SHA
    d702eba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d0fd48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91f8beb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    902a544 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2009

  1. backed out count inlining

    richhickey committed May 29, 2009
    Configuration menu
    Copy the full SHA
    a9cb831 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2009

  1. Configuration menu
    Copy the full SHA
    1a0e23d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2009

  1. Configuration menu
    Copy the full SHA
    6e9d29d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2009

  1. Configuration menu
    Copy the full SHA
    4ccc1e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16420cd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2009

  1. Configuration menu
    Copy the full SHA
    fcb4fc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd69e97 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2009

  1. removed nth overload

    richhickey committed Jun 19, 2009
    Configuration menu
    Copy the full SHA
    f79e724 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2009

  1. parse "1." and "1.e3" as legal floats. Refs #117

    Signed-off-by: Chouser <chouser@n01se.net>
    scgilardi authored and Chouser committed Jun 20, 2009
    Configuration menu
    Copy the full SHA
    f1d13b8 View commit details
    Browse the repository at this point in the history
  2. add an optional encoding argument to slurp. Fixes #125

    Signed-off-by: Chouser <chouser@n01se.net>
    cemerick authored and Chouser committed Jun 20, 2009
    Configuration menu
    Copy the full SHA
    d97dfc8 View commit details
    Browse the repository at this point in the history
  3. Bring documentation for 'require up to date

    Signed-off-by: Chouser <chouser@n01se.net>
    Jarkko Oranen authored and Chouser committed Jun 20, 2009
    Configuration menu
    Copy the full SHA
    31825fe View commit details
    Browse the repository at this point in the history
  4. add optional pad argument to partition. Fixes #120

    Signed-off-by: Chouser <chouser@n01se.net>
    Dimitry Gashinsky authored and Chouser committed Jun 20, 2009
    Configuration menu
    Copy the full SHA
    e0e8326 View commit details
    Browse the repository at this point in the history
  5. made filter chunk-aware

    richhickey committed Jun 20, 2009
    Configuration menu
    Copy the full SHA
    cf3b547 View commit details
    Browse the repository at this point in the history
  6. made reduce chunk-aware

    richhickey committed Jun 20, 2009
    Configuration menu
    Copy the full SHA
    2a5fa05 View commit details
    Browse the repository at this point in the history
  7. made range chunked

    richhickey committed Jun 20, 2009
    Configuration menu
    Copy the full SHA
    73059eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    145fea4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2009

  1. Add a call to Agent.shutdown() at the end of clojure.lang.Compile/mai…

    …n Refs #124
    
    Signed-off-by: Chouser <chouser@n01se.net>
    cemerick authored and Chouser committed Jun 21, 2009
    Configuration menu
    Copy the full SHA
    fa3d249 View commit details
    Browse the repository at this point in the history
  2. core: make every? return false instead of nil

    Refs #71
    
    Signed-off-by: Chouser <chouser@n01se.net>
    Jarkko Oranen authored and Chouser committed Jun 21, 2009
    Configuration menu
    Copy the full SHA
    b03e19a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2009

  1. Configuration menu
    Copy the full SHA
    895b39d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2009

  1. gtic work-in-progress:

      test libraries moved over
      tests moved over
      build broken (next commits will break dependencies)
    stuarthalloway committed Jun 24, 2009
    Configuration menu
    Copy the full SHA
    d5f4c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ef397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62e0e4f View commit details
    Browse the repository at this point in the history
  4. gtic package renamings:

     - clojure.contrib to clojure
     - clojure.test-is to test
    stuarthalloway committed Jun 24, 2009
    Configuration menu
    Copy the full SHA
    a12092c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ee62ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72de405 View commit details
    Browse the repository at this point in the history
  7. perf tweaks in reduce

    richhickey committed Jun 24, 2009
    Configuration menu
    Copy the full SHA
    9b6b549 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff26acc View commit details
    Browse the repository at this point in the history
  9. :pre and :post conditions as metadata on arglist, or map following ar…

    …glist
    
    conditions are predicate exprs in a vector
    return value of fn is bound to % for :post
    (defn foo [x y]
      {:pre [(even? x) (< x y)]
       :post [(> % 3)]}
      (* x y))
    add *assert*, default true, when not true asserts are no-ops
    *assert* is bound in repl
    richhickey committed Jun 24, 2009
    Configuration menu
    Copy the full SHA
    0ac4828 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2009

  1. Configuration menu
    Copy the full SHA
    61676af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a3497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    169290b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2009

  1. Test reading of numbers like "1." and "1.e3". Fixes #117

    Signed-off-by: Chouser <chouser@n01se.net>
    scgilardi authored and Chouser committed Jun 26, 2009
    Configuration menu
    Copy the full SHA
    5e34989 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2009

  1. Configuration menu
    Copy the full SHA
    6201f5e View commit details
    Browse the repository at this point in the history