wenzelm [Thu, 21 Aug 2008 13:05:31 +0200] rev 27935
read_symbols: proper IsabelleSystem.platform_path;
wenzelm [Thu, 21 Aug 2008 13:05:28 +0200] rev 27934
added ISABELLE_ROOT_JVM;
removed obsolete ISABELLE_HOME_JVM, ISABELLE_HOME_USER_JVM;
ballarin [Mon, 18 Aug 2008 17:57:06 +0200] rev 27933
Theorem on polynomial division and lemmas.
wenzelm [Sun, 17 Aug 2008 21:11:24 +0200] rev 27932
removed parse_element -- no longer fits to liberal parse!
wenzelm [Sun, 17 Aug 2008 21:11:08 +0200] rev 27931
Minimalistic XML tree values.
wenzelm [Sun, 17 Aug 2008 21:11:06 +0200] rev 27930
Efficient text representation of XML trees.
wenzelm [Sun, 17 Aug 2008 21:11:04 +0200] rev 27929
added General/xml.scala, General/yxml.scala;
wenzelm [Sun, 17 Aug 2008 16:45:19 +0200] rev 27928
decode escaped symbols as well;
tuned;
wenzelm [Sat, 16 Aug 2008 23:51:09 +0200] rev 27927
tuned Recoder;
wenzelm [Sat, 16 Aug 2008 23:29:02 +0200] rev 27926
more private fields;
wenzelm [Sat, 16 Aug 2008 23:28:38 +0200] rev 27925
jar: invoke scaladoc;
wenzelm [Sat, 16 Aug 2008 23:12:23 +0200] rev 27924
tuned comments;
simplified symbol pattern presentation: no need to keep source strings, canonical ofString does the job;
auxiliary class Recoder;
proper implementation of Interpretation.decode/encode;
wenzelm [Sat, 16 Aug 2008 21:23:03 +0200] rev 27923
use scala.collection.jcl.HashMap, which seems to be more efficient;
char_pattern: proper matching of surrogate unicode characters, those outside the Basic Multilingual Plane;
class Interpretation: misc reorganization, more serious preparation of patterns and tables;
wenzelm [Sat, 16 Aug 2008 21:23:01 +0200] rev 27922
jar target: removed jvmpath -- does not work on Linux!?
wenzelm [Sat, 16 Aug 2008 16:44:10 +0200] rev 27921
add scala-library.jar if available;
wenzelm [Sat, 16 Aug 2008 16:43:03 +0200] rev 27920
jar target: jvmpath;
wenzelm [Sat, 16 Aug 2008 16:01:53 +0200] rev 27919
Isabelle system support.
wenzelm [Sat, 16 Aug 2008 15:57:06 +0200] rev 27918
reading symbol interpretation tables;
wenzelm [Sat, 16 Aug 2008 15:57:05 +0200] rev 27917
added Tools/isabelle_system.scala;
wenzelm [Sat, 16 Aug 2008 14:29:25 +0200] rev 27916
removed unused usage;
wenzelm [Sat, 16 Aug 2008 13:32:23 +0200] rev 27915
more robust handling of directory layout variants;
wenzelm [Sat, 16 Aug 2008 13:31:57 +0200] rev 27914
refined scala/java wrappers via isatool;
wenzelm [Sat, 16 Aug 2008 13:31:56 +0200] rev 27913
tuned abbrevs;
wenzelm [Sat, 16 Aug 2008 13:31:55 +0200] rev 27912
added ISABELLE_SCALA, ISABELLE_JAVA;
wenzelm [Fri, 15 Aug 2008 23:31:37 +0200] rev 27911
added ISABELLE_HOME_JVM;
wenzelm [Fri, 15 Aug 2008 23:10:36 +0200] rev 27910
proper jvmpath for cygwin;
wenzelm [Fri, 15 Aug 2008 23:09:55 +0200] rev 27909
proper RC;
wenzelm [Fri, 15 Aug 2008 22:59:02 +0200] rev 27908
refined JVM path wrappers: Isabelle environment holds Unix version of CLASSPATH, javawrapper/scalawrapper convert it back;
wenzelm [Fri, 15 Aug 2008 22:59:01 +0200] rev 27907
refined JVM path wrappers;
wenzelm [Fri, 15 Aug 2008 22:58:59 +0200] rev 27906
added JVM components (Scala or Java);
wenzelm [Fri, 15 Aug 2008 22:16:14 +0200] rev 27905
tuned;
wenzelm [Fri, 15 Aug 2008 22:16:13 +0200] rev 27904
jars: build Pure.jar;