Thu, 30 Jun 2011 14:55:01 +0200 |
wenzelm |
prefer Isabelle path algebra;
|
file |
diff |
annotate
|
Thu, 23 Jun 2011 14:52:32 +0200 |
wenzelm |
explicit import java.lang.System to prevent odd scope problems;
|
file |
diff |
annotate
|
Wed, 22 Jun 2011 21:35:48 +0200 |
wenzelm |
lazy Isabelle_System.default supports implicit boot;
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 23:19:38 +0200 |
wenzelm |
simplified/generalized ISABELLE_FONTS handling;
|
file |
diff |
annotate
|
Sat, 26 Mar 2011 16:21:41 +0100 |
wenzelm |
suppress Mercurial backup files;
|
file |
diff |
annotate
|
Sat, 25 Sep 2010 14:16:59 +0200 |
wenzelm |
tuned mk_fifo;
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 14:06:48 +0200 |
wenzelm |
eliminated Simple_Thread shorthands that can overlap with full version;
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 12:52:35 +0200 |
wenzelm |
more robust Managed_Process.kill: check after sending signal;
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 00:45:42 +0200 |
wenzelm |
more robust lib/scripts/process, with explicit script/no_script mode;
|
file |
diff |
annotate
|
Tue, 21 Sep 2010 22:16:22 +0200 |
wenzelm |
refined Isabelle_System.bash_output: pass pid via stdout, separate stdout/stderr;
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 23:36:26 +0200 |
wenzelm |
refined ML/Scala bash wrapper, based on more general lib/scripts/process;
|
file |
diff |
annotate
|
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);
|
file |
diff |
annotate
|
Sun, 19 Sep 2010 23:38:34 +0200 |
wenzelm |
simplified Isabelle_System.mk_fifo: inlined script, append PPID and PID uniformly;
|
file |
diff |
annotate
|
Sat, 18 Sep 2010 21:10:07 +0200 |
wenzelm |
simplified fifo handling -- rm_fifo always succeeds without ever blocking;
|
file |
diff |
annotate
|
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);
|
file |
diff |
annotate
|
Fri, 13 Aug 2010 21:30:10 +0200 |
wenzelm |
do not buffer fifo streams here -- done in Isabelle_Process;
|
file |
diff |
annotate
|
Mon, 09 Aug 2010 21:35:45 +0200 |
wenzelm |
uniform raw_dump for input/output fifos on Cygwin;
|
file |
diff |
annotate
|
Mon, 09 Aug 2010 18:18:32 +0200 |
wenzelm |
Isabelle_Process: separate input fifo for commands (still using the old tty protocol);
|
file |
diff |
annotate
|
Tue, 08 Jun 2010 17:45:39 +0200 |
wenzelm |
clarified font_family vs. font_family_default;
|
file |
diff |
annotate
|
Thu, 27 May 2010 12:35:40 +0200 |
wenzelm |
indicate prospective properties;
|
file |
diff |
annotate
|
Sat, 22 May 2010 19:42:20 +0200 |
wenzelm |
rendering information and style sheets via settings;
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:22:00 +0200 |
wenzelm |
Isabelle_System: allow explicit isabelle_home argument;
|
file |
diff |
annotate
|
Thu, 20 May 2010 11:36:30 +0200 |
wenzelm |
general Isabelle_System.try_read;
|
file |
diff |
annotate
|
Mon, 10 May 2010 22:27:58 +0200 |
wenzelm |
more convenient get_font;
|
file |
diff |
annotate
|
Mon, 10 May 2010 17:29:19 +0200 |
wenzelm |
more convenient get_font;
|
file |
diff |
annotate
|
Mon, 10 May 2010 17:07:47 +0200 |
wenzelm |
explicit getLines(n) ensures platform-independence -- our files follow the POSIX standard, not DOS;
|
file |
diff |
annotate
|
Sat, 17 Apr 2010 20:42:26 +0200 |
wenzelm |
improved ISABELLE_JAVA, based on THIS_JAVA of the actually running JVM;
|
file |
diff |
annotate
|
Wed, 14 Apr 2010 22:08:47 +0200 |
wenzelm |
more precise treatment of UNC server prefix, e.g. //foo;
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 22:55:57 +0200 |
wenzelm |
replaced some deprecated methods;
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 22:43:56 +0200 |
wenzelm |
adapted to Scala 2.8.0 Beta1 -- with notable changes to scala.collection;
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 20:21:38 +0100 |
wenzelm |
modernized perl scripts: prefer standalone executables;
|
file |
diff |
annotate
|
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;
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 00:22:01 +0100 |
wenzelm |
tuned font handling;
|
file |
diff |
annotate
|
Mon, 04 Jan 2010 22:43:07 +0100 |
wenzelm |
Standard_System.raw_exec;
|
file |
diff |
annotate
|
Sat, 02 Jan 2010 01:14:49 +0100 |
wenzelm |
Standard_System.raw_execute: optional cwd;
|
file |
diff |
annotate
|
Mon, 28 Dec 2009 23:34:36 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 28 Dec 2009 22:03:14 +0100 |
wenzelm |
separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);
|
file |
diff |
annotate
|
Mon, 28 Dec 2009 20:24:09 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 28 Dec 2009 20:01:43 +0100 |
wenzelm |
system shutdown hook: strict kill;
|
file |
diff |
annotate
|
Mon, 28 Dec 2009 18:40:13 +0100 |
wenzelm |
moved Library.decode_permissive_utf8 to Isabelle_System;
|
file |
diff |
annotate
|
Mon, 28 Dec 2009 16:45:01 +0100 |
wenzelm |
higher-order treatment of temporary files;
|
file |
diff |
annotate
|
Mon, 28 Dec 2009 16:24:19 +0100 |
wenzelm |
isabelle_tool: apply platform_path only once;
|
file |
diff |
annotate
|
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");
|
file |
diff |
annotate
|
Sun, 27 Dec 2009 21:30:54 +0100 |
wenzelm |
removed unused read_file;
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 17:59:59 +0100 |
wenzelm |
actually closer file reader;
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 17:25:41 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 17:13:43 +0100 |
wenzelm |
added plain read_file;
|
file |
diff |
annotate
|
Sat, 19 Dec 2009 16:51:32 +0100 |
wenzelm |
refined some Symbol operations/signatures;
|
file |
diff |
annotate
|
Thu, 17 Dec 2009 20:14:00 +0100 |
wenzelm |
fifo: raw byte stream;
|
file |
diff |
annotate
|
Fri, 11 Dec 2009 22:31:24 +0100 |
wenzelm |
removed unique ids -- now in session.scala;
|
file |
diff |
annotate
|
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);
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 21:25:07 +0100 |
wenzelm |
slightly more robust and less ambitious version of install_fonts;
|
file |
diff |
annotate
|
Tue, 08 Dec 2009 17:55:07 +0100 |
wenzelm |
register_fonts: more precise error handling;
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 23:06:03 +0100 |
wenzelm |
depend on Java 1.6 after all;
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 22:23:33 +0100 |
wenzelm |
basic support for IsabelleText fonts;
|
file |
diff |
annotate
|
Sat, 29 Aug 2009 14:31:39 +0200 |
wenzelm |
misc tuning;
|
file |
diff |
annotate
|
Tue, 04 Aug 2009 23:25:00 +0200 |
wenzelm |
added Isabelle_System.components;
|
file |
diff |
annotate
|
Fri, 03 Jul 2009 21:14:16 +0200 |
wenzelm |
init isabelle home from existing setting or hint via system property;
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 16:59:43 +0200 |
wenzelm |
proper interpretation of Cygwin.config;
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 15:39:51 +0200 |
wenzelm |
some more Cygwin checks;
|
file |
diff |
annotate
|