src/Pure/System/standard_system.scala
Fri, 20 Jul 2012 23:16:54 +0200 wenzelm more abstract file system operations in Scala, corresponding to ML version;
Fri, 20 Jul 2012 22:29:25 +0200 wenzelm more explicit java.io.{File => JFile};
Fri, 20 Jul 2012 21:04:03 +0200 wenzelm further imitation of "usedir" shell script;
Thu, 19 Jul 2012 22:32:52 +0200 wenzelm added eq_file / copy_file corresponding to File.eq / File.copy in ML;
Tue, 17 Jul 2012 16:54:23 +0200 wenzelm tuned imports;
Wed, 30 May 2012 09:25:37 +0200 wenzelm discontinued unused unzip/untar;
Thu, 24 May 2012 23:44:16 +0200 wenzelm discontinued obsolete Cygwin module;
Sat, 24 Mar 2012 20:24:16 +0100 wenzelm ISABELLE_JDK_HOME settings variable points to JDK with javac and jar (not just JRE);
Tue, 29 Nov 2011 21:29:53 +0100 wenzelm separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
Mon, 28 Nov 2011 22:18:19 +0100 wenzelm explicit indication of modules for independent Scala library;
Sat, 24 Sep 2011 17:18:39 +0200 wenzelm standardize drive letters -- important for proper document node identification;
Mon, 11 Jul 2011 11:13:33 +0200 wenzelm some support for raw messages, which bypass standard Symbol/YXML decoding;
Thu, 07 Jul 2011 13:48:30 +0200 wenzelm simplified Symbol based on lazy Symbol.Interpretation -- reduced odd "functorial style";
Tue, 05 Jul 2011 21:32:48 +0200 wenzelm prefer space_explode/split_lines as in Isabelle/ML;
Tue, 05 Jul 2011 10:54:05 +0200 wenzelm tuned;
Mon, 04 Jul 2011 22:11:32 +0200 wenzelm quasi-static Isabelle_System -- reduced tendency towards "functorial style";
Thu, 23 Jun 2011 14:52:32 +0200 wenzelm explicit import java.lang.System to prevent odd scope problems;
Wed, 22 Jun 2011 23:56:44 +0200 wenzelm prefer actual charset over charset name;
Mon, 27 Sep 2010 18:16:36 +0200 wenzelm added Standard_System.unzip (for platform file-system);
Mon, 27 Sep 2010 14:34:55 +0200 wenzelm some more options to robustify posix_untar;
Mon, 27 Sep 2010 13:38:35 +0200 wenzelm more efficient posix_untar -- avoid really slow java.util.zip.GZIPInputStream;
Sun, 26 Sep 2010 23:35:10 +0200 wenzelm raw_untar.raw_execute with native cwd, to avoid cross-platform complications;
Sun, 26 Sep 2010 22:54:37 +0200 wenzelm added Standard_System.raw_untar;
Wed, 22 Sep 2010 00:17:35 +0200 wenzelm Standard_System.with_tmp_file: deleteOnExit to make double sure;
Tue, 21 Sep 2010 21:53:15 +0200 wenzelm added Standard_System.slurp convenience;
Sat, 18 Sep 2010 20:07:48 +0200 wenzelm raw_execute: let IOException pass-through unhindered (again);
Tue, 10 Aug 2010 18:24:16 +0200 wenzelm added string_bytes convenience;
Sat, 17 Apr 2010 20:42:26 +0200 wenzelm improved ISABELLE_JAVA, based on THIS_JAVA of the actually running JVM;
Wed, 14 Apr 2010 22:08:47 +0200 wenzelm more precise treatment of UNC server prefix, e.g. //foo;
Tue, 30 Mar 2010 00:13:27 +0200 wenzelm adapted to Scala 2.8.0 Beta 1;
Mon, 29 Mar 2010 22:43:56 +0200 wenzelm adapted to Scala 2.8.0 Beta1 -- with notable changes to scala.collection;
Sat, 09 Jan 2010 23:22:56 +0100 wenzelm misc tuning;
Sat, 09 Jan 2010 18:23:02 +0100 wenzelm added find_files;
Mon, 04 Jan 2010 22:43:07 +0100 wenzelm Standard_System.raw_exec;
Sat, 02 Jan 2010 01:14:49 +0100 wenzelm Standard_System.raw_execute: optional cwd;
Mon, 28 Dec 2009 22:57:37 +0100 wenzelm ignore undefined environment;
Mon, 28 Dec 2009 22:03:14 +0100 wenzelm separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);
less more (0) tip