sbt/util
Mark Harrah 818382766e add Types.idFun to replace Predef.identity, replace a :== overload
idFun[T]: T => T instead of identity[T](t: T): T
  doesn't require a new class file when used as a function value
replaced overloads of :== that assigned the Scoped reference on
  the right to the Scoped on the left with <<= scoped.identity
2011-04-16 11:24:58 -04:00
..
classfile resolver keys, javaHome, scalaHome, and change Java source resolution 2011-03-09 18:07:43 -05:00
classpath better location for class loaders (ClassLoaders.scala) 2011-04-15 18:22:57 -04:00
collection add Types.idFun to replace Predef.identity, replace a :== overload 2011-04-16 11:24:58 -04:00
complete newline before JLine's above threshold prompt 2011-03-25 18:22:30 -04:00
control reorganize main 2011-04-08 19:15:13 -04:00
datatype fix datatype parser on windows 2011-03-23 07:06:17 -04:00
env * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
io harden clean and IO.move 2011-04-12 23:10:36 -04:00
log command logging through Streams, 'last' without a key to redisplay it 2011-03-21 20:26:04 -04:00
process work on tests 2011-04-08 19:17:58 -04:00