src/Pure/System/standard_system.scala
Thu, 07 Jul 2011 13:48:30 +0200 simplified Symbol based on lazy Symbol.Interpretation -- reduced odd "functorial style";
Tue, 05 Jul 2011 21:32:48 +0200 prefer space_explode/split_lines as in Isabelle/ML;
Tue, 05 Jul 2011 10:54:05 +0200 tuned;
Mon, 04 Jul 2011 22:11:32 +0200 quasi-static Isabelle_System -- reduced tendency towards "functorial style";
Thu, 23 Jun 2011 14:52:32 +0200 explicit import java.lang.System to prevent odd scope problems;
Wed, 22 Jun 2011 23:56:44 +0200 prefer actual charset over charset name;
Mon, 27 Sep 2010 18:16:36 +0200 added Standard_System.unzip (for platform file-system);
Mon, 27 Sep 2010 14:34:55 +0200 some more options to robustify posix_untar;
Mon, 27 Sep 2010 13:38:35 +0200 more efficient posix_untar -- avoid really slow java.util.zip.GZIPInputStream;
Sun, 26 Sep 2010 23:35:10 +0200 raw_untar.raw_execute with native cwd, to avoid cross-platform complications;
Sun, 26 Sep 2010 22:54:37 +0200 added Standard_System.raw_untar;
Wed, 22 Sep 2010 00:17:35 +0200 Standard_System.with_tmp_file: deleteOnExit to make double sure;
Tue, 21 Sep 2010 21:53:15 +0200 added Standard_System.slurp convenience;
Sat, 18 Sep 2010 20:07:48 +0200 raw_execute: let IOException pass-through unhindered (again);
Tue, 10 Aug 2010 18:24:16 +0200 added string_bytes convenience;
Sat, 17 Apr 2010 20:42:26 +0200 improved ISABELLE_JAVA, based on THIS_JAVA of the actually running JVM;
Wed, 14 Apr 2010 22:08:47 +0200 more precise treatment of UNC server prefix, e.g. //foo;
Tue, 30 Mar 2010 00:13:27 +0200 adapted to Scala 2.8.0 Beta 1;
Mon, 29 Mar 2010 22:43:56 +0200 adapted to Scala 2.8.0 Beta1 -- with notable changes to scala.collection;
Sat, 09 Jan 2010 23:22:56 +0100 misc tuning;
Sat, 09 Jan 2010 18:23:02 +0100 added find_files;
Mon, 04 Jan 2010 22:43:07 +0100 Standard_System.raw_exec;
Sat, 02 Jan 2010 01:14:49 +0100 Standard_System.raw_execute: optional cwd;
Mon, 28 Dec 2009 22:57:37 +0100 ignore undefined environment;
Mon, 28 Dec 2009 22:03:14 +0100 separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);