src/Pure/System/isabelle_system.scala
Sat, 22 May 2010 19:42:20 +0200 rendering information and style sheets via settings;
Thu, 20 May 2010 20:22:00 +0200 Isabelle_System: allow explicit isabelle_home argument;
Thu, 20 May 2010 11:36:30 +0200 general Isabelle_System.try_read;
Mon, 10 May 2010 22:27:58 +0200 more convenient get_font;
Mon, 10 May 2010 17:29:19 +0200 more convenient get_font;
Mon, 10 May 2010 17:07:47 +0200 explicit getLines(n) ensures platform-independence -- our files follow the POSIX standard, not DOS;
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;
Mon, 29 Mar 2010 22:55:57 +0200 replaced some deprecated methods;
Mon, 29 Mar 2010 22:43:56 +0200 adapted to Scala 2.8.0 Beta1 -- with notable changes to scala.collection;
Sun, 07 Feb 2010 20:21:38 +0100 modernized perl scripts: prefer standalone executables;
Sat, 06 Feb 2010 14:50:55 +0100 renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
Sat, 06 Feb 2010 00:22:01 +0100 tuned font handling;
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 23:34:36 +0100 tuned;
Mon, 28 Dec 2009 22:03:14 +0100 separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);
Mon, 28 Dec 2009 20:24:09 +0100 tuned;
Mon, 28 Dec 2009 20:01:43 +0100 system shutdown hook: strict kill;
Mon, 28 Dec 2009 18:40:13 +0100 moved Library.decode_permissive_utf8 to Isabelle_System;
Mon, 28 Dec 2009 16:45:01 +0100 higher-order treatment of temporary files;
Mon, 28 Dec 2009 16:24:19 +0100 isabelle_tool: apply platform_path only once;
Mon, 28 Dec 2009 14:51:03 +0100 slightly more paranoid cleanup of process (cf. http://kylecartmell.com/?p=9 "Five Common java.lang.Process Pitfalls");
Sun, 27 Dec 2009 21:30:54 +0100 removed unused read_file;
Tue, 22 Dec 2009 17:59:59 +0100 actually closer file reader;
Tue, 22 Dec 2009 17:25:41 +0100 tuned;
Tue, 22 Dec 2009 17:13:43 +0100 added plain read_file;
Sat, 19 Dec 2009 16:51:32 +0100 refined some Symbol operations/signatures;
Thu, 17 Dec 2009 20:14:00 +0100 fifo: raw byte stream;
Fri, 11 Dec 2009 22:31:24 +0100 removed unique ids -- now in session.scala;
Wed, 09 Dec 2009 21:55:14 +0100 simplified Cygwin setup, assuming 1.7 registry layout (version 1.5 suffers from upcaseenv problem anyway);
Wed, 09 Dec 2009 21:25:07 +0100 slightly more robust and less ambitious version of install_fonts;
Tue, 08 Dec 2009 17:55:07 +0100 register_fonts: more precise error handling;
Mon, 07 Dec 2009 23:06:03 +0100 depend on Java 1.6 after all;
Mon, 07 Dec 2009 22:23:33 +0100 basic support for IsabelleText fonts;
Sat, 29 Aug 2009 14:31:39 +0200 misc tuning;
Tue, 04 Aug 2009 23:25:00 +0200 added Isabelle_System.components;
Fri, 03 Jul 2009 21:14:16 +0200 init isabelle home from existing setting or hint via system property;
Sun, 28 Jun 2009 16:59:43 +0200 proper interpretation of Cygwin.config;
Sun, 28 Jun 2009 15:39:51 +0200 some more Cygwin checks;
Sun, 28 Jun 2009 14:27:42 +0200 moved platform identification to platform.scala;
Sat, 27 Jun 2009 22:28:07 +0200 less ambitious version that works with Java 1.5;
Sat, 27 Jun 2009 22:22:08 +0200 clarified default_platform;
Sat, 27 Jun 2009 22:14:13 +0200 more detailed platform identification;
Sat, 27 Jun 2009 19:24:34 +0200 isabelle_path: slightly more liberal root pattern;
Sat, 27 Jun 2009 18:46:08 +0200 added isabelle_path;
Sat, 27 Jun 2009 17:34:48 +0200 builtin isabelle_tool for ML and Scala -- avoids excessive shell script (especially important for Cygwin);
Thu, 25 Jun 2009 16:34:08 +0200 expand_path: handle parent (..) elements;
Thu, 25 Jun 2009 13:24:45 +0200 renamed IsabelleSystem to Isabelle_System;
Thu, 18 Jun 2009 17:22:41 +0200 environment: keep original HOME and PATH (required for Cygwin integrity);
Thu, 18 Jun 2009 15:08:57 +0200 added toString;
Tue, 09 Jun 2009 01:32:57 +0200 simplified IsabelleSystem.platform_path for cygwin;
Mon, 08 Jun 2009 00:26:57 +0200 eliminated hardwired Cygwin setup;
Sun, 07 Jun 2009 20:15:29 +0200 static IsabelleSystem.charset;
Thu, 04 Jun 2009 22:52:53 +0200 uniform (short) ids on both sides;
Thu, 04 Jun 2009 22:01:54 +0200 retrieve ML source files;
Sat, 23 May 2009 17:21:44 +0200 getenv_strict needs to be based on getenv (accidentally broken in 0e88d33e8d19);
Sat, 28 Feb 2009 18:28:15 +0100 fixed headers;
Sat, 28 Feb 2009 18:25:19 +0100 moved isabelle_system.scala to src/Pure/System/;