Thu, 21 Aug 2008 16:02:54 +0200 pattern: proper "." not "[.]"!
wenzelm [Thu, 21 Aug 2008 16:02:54 +0200] rev 27939
pattern: proper "." not "[.]"! tuned;
Thu, 21 Aug 2008 15:27:28 +0200 recode: proper result for unmatched symbols;
wenzelm [Thu, 21 Aug 2008 15:27:28 +0200] rev 27938
recode: proper result for unmatched symbols;
Thu, 21 Aug 2008 15:20:00 +0200 more robust pattern: look at longer matches first, added catch-all case;
wenzelm [Thu, 21 Aug 2008 15:20:00 +0200] rev 27937
more robust pattern: look at longer matches first, added catch-all case; more private fields; reworked Recoder: more direct char/string operations, avoids inefficiency of large alternatives (java.util.regex does not optimize regexps);
Thu, 21 Aug 2008 13:05:37 +0200 added get_setting;
wenzelm [Thu, 21 Aug 2008 13:05:37 +0200] rev 27936
added get_setting; removed obsolete ISABELLE_HOME, ISABELLE_HOME_USER; added platform_path, which expands variables and performs basic cygwin conversion;
Thu, 21 Aug 2008 13:05:31 +0200 read_symbols: proper IsabelleSystem.platform_path;
wenzelm [Thu, 21 Aug 2008 13:05:31 +0200] rev 27935
read_symbols: proper IsabelleSystem.platform_path;
Thu, 21 Aug 2008 13:05:28 +0200 added ISABELLE_ROOT_JVM;
wenzelm [Thu, 21 Aug 2008 13:05:28 +0200] rev 27934
added ISABELLE_ROOT_JVM; removed obsolete ISABELLE_HOME_JVM, ISABELLE_HOME_USER_JVM;
Mon, 18 Aug 2008 17:57:06 +0200 Theorem on polynomial division and lemmas.
ballarin [Mon, 18 Aug 2008 17:57:06 +0200] rev 27933
Theorem on polynomial division and lemmas.
Sun, 17 Aug 2008 21:11:24 +0200 removed parse_element -- no longer fits to liberal parse!
wenzelm [Sun, 17 Aug 2008 21:11:24 +0200] rev 27932
removed parse_element -- no longer fits to liberal parse!
Sun, 17 Aug 2008 21:11:08 +0200 Minimalistic XML tree values.
wenzelm [Sun, 17 Aug 2008 21:11:08 +0200] rev 27931
Minimalistic XML tree values.
Sun, 17 Aug 2008 21:11:06 +0200 Efficient text representation of XML trees.
wenzelm [Sun, 17 Aug 2008 21:11:06 +0200] rev 27930
Efficient text representation of XML trees.
Sun, 17 Aug 2008 21:11:04 +0200 added General/xml.scala, General/yxml.scala;
wenzelm [Sun, 17 Aug 2008 21:11:04 +0200] rev 27929
added General/xml.scala, General/yxml.scala;
Sun, 17 Aug 2008 16:45:19 +0200 decode escaped symbols as well;
wenzelm [Sun, 17 Aug 2008 16:45:19 +0200] rev 27928
decode escaped symbols as well; tuned;
Sat, 16 Aug 2008 23:51:09 +0200 tuned Recoder;
wenzelm [Sat, 16 Aug 2008 23:51:09 +0200] rev 27927
tuned Recoder;
Sat, 16 Aug 2008 23:29:02 +0200 more private fields;
wenzelm [Sat, 16 Aug 2008 23:29:02 +0200] rev 27926
more private fields;
Sat, 16 Aug 2008 23:28:38 +0200 jar: invoke scaladoc;
wenzelm [Sat, 16 Aug 2008 23:28:38 +0200] rev 27925
jar: invoke scaladoc;
Sat, 16 Aug 2008 23:12:23 +0200 tuned comments;
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;
Sat, 16 Aug 2008 21:23:03 +0200 use scala.collection.jcl.HashMap, which seems to be more efficient;
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;
Sat, 16 Aug 2008 21:23:01 +0200 jar target: removed jvmpath -- does not work on Linux!?
wenzelm [Sat, 16 Aug 2008 21:23:01 +0200] rev 27922
jar target: removed jvmpath -- does not work on Linux!?
Sat, 16 Aug 2008 16:44:10 +0200 add scala-library.jar if available;
wenzelm [Sat, 16 Aug 2008 16:44:10 +0200] rev 27921
add scala-library.jar if available;
Sat, 16 Aug 2008 16:43:03 +0200 jar target: jvmpath;
wenzelm [Sat, 16 Aug 2008 16:43:03 +0200] rev 27920
jar target: jvmpath;
Sat, 16 Aug 2008 16:01:53 +0200 Isabelle system support.
wenzelm [Sat, 16 Aug 2008 16:01:53 +0200] rev 27919
Isabelle system support.
Sat, 16 Aug 2008 15:57:06 +0200 reading symbol interpretation tables;
wenzelm [Sat, 16 Aug 2008 15:57:06 +0200] rev 27918
reading symbol interpretation tables;
Sat, 16 Aug 2008 15:57:05 +0200 added Tools/isabelle_system.scala;
wenzelm [Sat, 16 Aug 2008 15:57:05 +0200] rev 27917
added Tools/isabelle_system.scala;
Sat, 16 Aug 2008 14:29:25 +0200 removed unused usage;
wenzelm [Sat, 16 Aug 2008 14:29:25 +0200] rev 27916
removed unused usage;
Sat, 16 Aug 2008 13:32:23 +0200 more robust handling of directory layout variants;
wenzelm [Sat, 16 Aug 2008 13:32:23 +0200] rev 27915
more robust handling of directory layout variants;
Sat, 16 Aug 2008 13:31:57 +0200 refined scala/java wrappers via isatool;
wenzelm [Sat, 16 Aug 2008 13:31:57 +0200] rev 27914
refined scala/java wrappers via isatool;
Sat, 16 Aug 2008 13:31:56 +0200 tuned abbrevs;
wenzelm [Sat, 16 Aug 2008 13:31:56 +0200] rev 27913
tuned abbrevs;
Sat, 16 Aug 2008 13:31:55 +0200 added ISABELLE_SCALA, ISABELLE_JAVA;
wenzelm [Sat, 16 Aug 2008 13:31:55 +0200] rev 27912
added ISABELLE_SCALA, ISABELLE_JAVA;
Fri, 15 Aug 2008 23:31:37 +0200 added ISABELLE_HOME_JVM;
wenzelm [Fri, 15 Aug 2008 23:31:37 +0200] rev 27911
added ISABELLE_HOME_JVM;
Fri, 15 Aug 2008 23:10:36 +0200 proper jvmpath for cygwin;
wenzelm [Fri, 15 Aug 2008 23:10:36 +0200] rev 27910
proper jvmpath for cygwin;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip