src/Pure/System/isabelle_system.scala
Thu, 09 Oct 2014 13:56:27 +0200 wenzelm prefer original TEMP from Windows, e.g. relevant for Isabelle distribution within read-only directory (due to its bundled Cygwin and /tmp inside of it);
Fri, 27 Jun 2014 11:30:42 +0200 wenzelm sane environment defaults for Mac OS X, based on former App1/script -- e.g. relevant for MacTeX PATH;
Mon, 05 May 2014 20:10:33 +0200 wenzelm expose interrupts more like ML version, but not in managed bash processes of Build;
Mon, 05 May 2014 10:25:09 +0200 wenzelm more robust process kill -- postpone interrupts on current thread;
Tue, 29 Apr 2014 15:24:41 +0200 wenzelm basic support for Mercurial command line tools;
Wed, 23 Apr 2014 12:39:23 +0200 wenzelm more abstract Exn.Interrupt and POSIX return code;
Wed, 23 Apr 2014 11:40:42 +0200 wenzelm avoid accidental use of scala.language.reflectiveCalls;
Tue, 22 Apr 2014 23:31:45 +0200 wenzelm avoid octal escape literals -- deprecated in scala-2.11.0;
Wed, 16 Apr 2014 09:38:40 +0200 wenzelm tuned signature -- separate module Word;
Tue, 08 Apr 2014 23:05:21 +0200 wenzelm more native rm_tree, using Java 7 facilities;
Mon, 07 Apr 2014 13:55:12 +0200 wenzelm support for URL as file name, similar to treatment in jEdit.java;
Sat, 05 Apr 2014 22:37:17 +0200 wenzelm more standard Isabelle_System.tmp_file and tmp_dir operations, in accordance to ML version;
Mon, 03 Mar 2014 10:41:58 +0100 wenzelm tuned signature;
Thu, 20 Feb 2014 14:36:17 +0100 wenzelm tuned imports;
Tue, 18 Feb 2014 18:43:47 +0100 wenzelm prefer concrete list append;
Mon, 30 Dec 2013 12:58:13 +0100 wenzelm avoid hardwired /bin/bash (like canonical Isabelle shell scripts);
Sat, 07 Dec 2013 13:10:56 +0100 wenzelm more direct Isabelle_System.pdf_viewer;
Mon, 25 Nov 2013 18:03:38 +0100 wenzelm more robust and portable invocation of kill as bash builtin, instead of external executable -- NB: /bin/kill on Mac OS X Mountain Lion chokes on Linux workaround from 3610ae73cfdb;
Wed, 02 Oct 2013 19:49:31 +0200 wenzelm tuned whitespace;
Thu, 12 Sep 2013 18:50:41 +0200 wenzelm more robust System.getProperty with default;
Mon, 15 Jul 2013 22:11:36 +0200 wenzelm Scala version of init.bat;
Wed, 22 May 2013 16:01:08 +0200 wenzelm more robust command line -- accomodate /bin/kill on recent Linux (e.g. Xubuntu 13.04):
Fri, 17 May 2013 21:15:33 +0200 wenzelm timeout counts as regular error, with rc = 1 (cf. special Exn.Interrupt vs. regular TimeLimit.TimeOut in Isabelle/ML);
Mon, 13 May 2013 20:35:04 +0200 wenzelm recovered informative progress from 016cb7d8f297;
Mon, 13 May 2013 19:52:16 +0200 wenzelm limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
Mon, 29 Apr 2013 17:01:13 +0200 wenzelm cygwin_root as optional argument;
Thu, 04 Apr 2013 17:47:28 +0200 wenzelm separate module "GUI", to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
Thu, 04 Apr 2013 17:33:04 +0200 wenzelm separate module Isabelle_Font, to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
Sat, 23 Feb 2013 17:47:51 +0100 wenzelm more robust handling of repeated interrupts while terminating managed process;
Mon, 14 Jan 2013 22:24:57 +0100 wenzelm Isabelle_System.mkdirs with explicit error checking (in accordance to ML version), e.g. relevant with read-only DMG file-system on Mac OS X;
Sat, 12 Jan 2013 22:08:38 +0100 wenzelm add icon for toplevel windows;
Sat, 12 Jan 2013 15:00:48 +0100 wenzelm immediate theory progress for build_dialog;
Fri, 04 Jan 2013 12:33:25 +0100 wenzelm prefer old graph browser in Isabelle/jEdit, which still produces better layout;
Wed, 02 Jan 2013 15:08:38 +0100 wenzelm support File.read_gzip as well, in accordance to File.write_gzip;
Mon, 31 Dec 2012 14:58:21 +0100 wenzelm tuned signature -- eliminated obsolete Standard_System;
Mon, 31 Dec 2012 13:49:01 +0100 wenzelm tuned signature;
Thu, 06 Dec 2012 17:59:37 +0100 wenzelm more uniform default logic, using settings, options, args etc.;
Fri, 30 Nov 2012 21:28:35 +0100 wenzelm tuned import;
Sun, 25 Nov 2012 20:17:04 +0100 wenzelm explicit module UTF8;
Wed, 19 Sep 2012 21:07:09 +0200 wenzelm JavaFX is inactive by default;
Wed, 12 Sep 2012 16:54:24 +0200 wenzelm load fonts into JavaFX as well;
Fri, 24 Aug 2012 20:41:47 +0200 wenzelm prefer jEdit file name representation (potentially via VFS);
Fri, 27 Jul 2012 14:22:32 +0200 wenzelm tuned signature;
Fri, 27 Jul 2012 14:09:59 +0200 wenzelm simplified Path vs. JVM File operations;
Wed, 25 Jul 2012 19:49:40 +0200 wenzelm tuned;
Sat, 21 Jul 2012 16:41:55 +0200 wenzelm some actual build function on ML side;
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 20:49:17 +0200 wenzelm support for detached Bash_Job with some control operations;
Thu, 19 Jul 2012 20:02:44 +0200 wenzelm support external processes with explicit environment;
Tue, 17 Jul 2012 16:56:29 +0200 wenzelm avoid Source.fromFile, which does not necessarily close its input;
Thu, 05 Jul 2012 16:11:33 +0200 wenzelm prefer sys.env from scala 2.9;
Tue, 24 Apr 2012 15:23:12 +0200 wenzelm cold-start HOME is user.home, in accordance with Cygwin-Terminal.bat;
Sun, 22 Apr 2012 19:04:30 +0200 wenzelm more robust handling of PATH vs PATH_JVM -- required for cold start of Cygwin from Windows (e.g. Isabelle.exe);
Sun, 22 Apr 2012 14:30:18 +0200 wenzelm USER_HOME settings variable points to cross-platform user home directory;
Sat, 24 Mar 2012 20:24:16 +0100 wenzelm ISABELLE_JDK_HOME settings variable points to JDK with javac and jar (not just JRE);
Fri, 16 Dec 2011 13:37:08 +0100 wenzelm prefer sorting from Scala library;
Wed, 28 Sep 2011 13:52:14 +0200 wenzelm proper platform_file_url for Windows UNC paths (server shares);
Tue, 27 Sep 2011 22:35:57 +0200 wenzelm proper platform_file_url;
less more (0) -100 -60 tip