src/Pure/System/isabelle_system.scala
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;
Wed, 21 Sep 2011 20:35:50 +0200 wenzelm more abstract wrapping of fifos as System_Channel;
Sat, 13 Aug 2011 16:07:26 +0200 wenzelm reduced verbosity;
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 21:20:24 +0200 wenzelm Path.split convenience;
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";
Mon, 04 Jul 2011 20:18:19 +0200 wenzelm explicit class Counter;
Thu, 30 Jun 2011 14:55:01 +0200 wenzelm prefer Isabelle path algebra;
Thu, 23 Jun 2011 14:52:32 +0200 wenzelm explicit import java.lang.System to prevent odd scope problems;
Wed, 22 Jun 2011 21:35:48 +0200 wenzelm lazy Isabelle_System.default supports implicit boot;
Mon, 20 Jun 2011 23:19:38 +0200 wenzelm simplified/generalized ISABELLE_FONTS handling;
Sat, 26 Mar 2011 16:21:41 +0100 wenzelm suppress Mercurial backup files;
Sat, 25 Sep 2010 14:16:59 +0200 wenzelm tuned mk_fifo;
Wed, 22 Sep 2010 14:06:48 +0200 wenzelm eliminated Simple_Thread shorthands that can overlap with full version;
Wed, 22 Sep 2010 12:52:35 +0200 wenzelm more robust Managed_Process.kill: check after sending signal;
Wed, 22 Sep 2010 00:45:42 +0200 wenzelm more robust lib/scripts/process, with explicit script/no_script mode;
Tue, 21 Sep 2010 22:16:22 +0200 wenzelm refined Isabelle_System.bash_output: pass pid via stdout, separate stdout/stderr;
Mon, 20 Sep 2010 23:36:26 +0200 wenzelm refined ML/Scala bash wrapper, based on more general lib/scripts/process;
Mon, 20 Sep 2010 21:54:58 +0200 wenzelm more robust Isabelle_System.rm_fifo: avoid external bash invocation, which might not work in JVM shutdown phase (due to Runtime.addShutdownHook);
Sun, 19 Sep 2010 23:38:34 +0200 wenzelm simplified Isabelle_System.mk_fifo: inlined script, append PPID and PID uniformly;
Sat, 18 Sep 2010 21:10:07 +0200 wenzelm simplified fifo handling -- rm_fifo always succeeds without ever blocking;
Sat, 18 Sep 2010 17:39:23 +0200 wenzelm Isabelle_System.mk_fifo: more robust enumeration of unique names, based on persisting JVM pid (parent of shell process);
Fri, 13 Aug 2010 21:30:10 +0200 wenzelm do not buffer fifo streams here -- done in Isabelle_Process;
Mon, 09 Aug 2010 21:35:45 +0200 wenzelm uniform raw_dump for input/output fifos on Cygwin;
Mon, 09 Aug 2010 18:18:32 +0200 wenzelm Isabelle_Process: separate input fifo for commands (still using the old tty protocol);
Tue, 08 Jun 2010 17:45:39 +0200 wenzelm clarified font_family vs. font_family_default;
Thu, 27 May 2010 12:35:40 +0200 wenzelm indicate prospective properties;
Sat, 22 May 2010 19:42:20 +0200 wenzelm rendering information and style sheets via settings;
Thu, 20 May 2010 20:22:00 +0200 wenzelm Isabelle_System: allow explicit isabelle_home argument;
Thu, 20 May 2010 11:36:30 +0200 wenzelm general Isabelle_System.try_read;
Mon, 10 May 2010 22:27:58 +0200 wenzelm more convenient get_font;
Mon, 10 May 2010 17:29:19 +0200 wenzelm more convenient get_font;
Mon, 10 May 2010 17:07:47 +0200 wenzelm explicit getLines(n) ensures platform-independence -- our files follow the POSIX standard, not DOS;
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;
Mon, 29 Mar 2010 22:55:57 +0200 wenzelm replaced some deprecated methods;
Mon, 29 Mar 2010 22:43:56 +0200 wenzelm adapted to Scala 2.8.0 Beta1 -- with notable changes to scala.collection;
Sun, 07 Feb 2010 20:21:38 +0100 wenzelm modernized perl scripts: prefer standalone executables;
Sat, 06 Feb 2010 14:50:55 +0100 wenzelm 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 wenzelm tuned font handling;
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 23:34:36 +0100 wenzelm tuned;
Mon, 28 Dec 2009 22:03:14 +0100 wenzelm separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);
Mon, 28 Dec 2009 20:24:09 +0100 wenzelm tuned;
Mon, 28 Dec 2009 20:01:43 +0100 wenzelm system shutdown hook: strict kill;
Mon, 28 Dec 2009 18:40:13 +0100 wenzelm moved Library.decode_permissive_utf8 to Isabelle_System;
Mon, 28 Dec 2009 16:45:01 +0100 wenzelm higher-order treatment of temporary files;
Mon, 28 Dec 2009 16:24:19 +0100 wenzelm isabelle_tool: apply platform_path only once;
Mon, 28 Dec 2009 14:51:03 +0100 wenzelm 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 wenzelm removed unused read_file;
Tue, 22 Dec 2009 17:59:59 +0100 wenzelm actually closer file reader;
Tue, 22 Dec 2009 17:25:41 +0100 wenzelm tuned;
Tue, 22 Dec 2009 17:13:43 +0100 wenzelm added plain read_file;
Sat, 19 Dec 2009 16:51:32 +0100 wenzelm refined some Symbol operations/signatures;
Thu, 17 Dec 2009 20:14:00 +0100 wenzelm fifo: raw byte stream;
Fri, 11 Dec 2009 22:31:24 +0100 wenzelm removed unique ids -- now in session.scala;
Wed, 09 Dec 2009 21:55:14 +0100 wenzelm simplified Cygwin setup, assuming 1.7 registry layout (version 1.5 suffers from upcaseenv problem anyway);
Wed, 09 Dec 2009 21:25:07 +0100 wenzelm slightly more robust and less ambitious version of install_fonts;
Tue, 08 Dec 2009 17:55:07 +0100 wenzelm register_fonts: more precise error handling;
Mon, 07 Dec 2009 23:06:03 +0100 wenzelm depend on Java 1.6 after all;
Mon, 07 Dec 2009 22:23:33 +0100 wenzelm basic support for IsabelleText fonts;
Sat, 29 Aug 2009 14:31:39 +0200 wenzelm misc tuning;
Tue, 04 Aug 2009 23:25:00 +0200 wenzelm added Isabelle_System.components;
Fri, 03 Jul 2009 21:14:16 +0200 wenzelm init isabelle home from existing setting or hint via system property;
Sun, 28 Jun 2009 16:59:43 +0200 wenzelm proper interpretation of Cygwin.config;
Sun, 28 Jun 2009 15:39:51 +0200 wenzelm some more Cygwin checks;
Sun, 28 Jun 2009 14:27:42 +0200 wenzelm moved platform identification to platform.scala;
Sat, 27 Jun 2009 22:28:07 +0200 wenzelm less ambitious version that works with Java 1.5;
Sat, 27 Jun 2009 22:22:08 +0200 wenzelm clarified default_platform;
Sat, 27 Jun 2009 22:14:13 +0200 wenzelm more detailed platform identification;
Sat, 27 Jun 2009 19:24:34 +0200 wenzelm isabelle_path: slightly more liberal root pattern;
Sat, 27 Jun 2009 18:46:08 +0200 wenzelm added isabelle_path;
Sat, 27 Jun 2009 17:34:48 +0200 wenzelm builtin isabelle_tool for ML and Scala -- avoids excessive shell script (especially important for Cygwin);
Thu, 25 Jun 2009 16:34:08 +0200 wenzelm expand_path: handle parent (..) elements;
less more (0) -120 tip