Sat, 23 Aug 2008 17:22:53 +0200 tuned;
wenzelm [Sat, 23 Aug 2008 17:22:53 +0200] rev 27952
tuned;
Sat, 23 Aug 2008 17:22:52 +0200 Isabelle outer syntax.
wenzelm [Sat, 23 Aug 2008 17:22:52 +0200] rev 27951
Isabelle outer syntax.
Sat, 23 Aug 2008 17:22:51 +0200 added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
wenzelm [Sat, 23 Aug 2008 17:22:51 +0200] rev 27950
added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala; scalac -deprecation;
Sat, 23 Aug 2008 17:22:51 +0200 Isabelle process management -- always reactive due to multi-threaded I/O.
wenzelm [Sat, 23 Aug 2008 17:22:51 +0200] rev 27949
Isabelle process management -- always reactive due to multi-threaded I/O.
Sat, 23 Aug 2008 11:48:52 +0200 renamed DOM to document, add xml version and optional stylesheets;
wenzelm [Sat, 23 Aug 2008 11:48:52 +0200] rev 27948
renamed DOM to document, add xml version and optional stylesheets;
Fri, 22 Aug 2008 21:25:19 +0200 tuned comments;
wenzelm [Fri, 22 Aug 2008 21:25:19 +0200] rev 27947
tuned comments; added document object model (DOM);
Thu, 21 Aug 2008 22:06:17 +0200 parse_attrib: proper index of name end!
wenzelm [Thu, 21 Aug 2008 22:06:17 +0200] rev 27946
parse_attrib: proper index of name end!
Thu, 21 Aug 2008 21:42:16 +0200 tuned parse performance: avoid splitting terminal Y chunk;
wenzelm [Thu, 21 Aug 2008 21:42:16 +0200] rev 27945
tuned parse performance: avoid splitting terminal Y chunk;
Thu, 21 Aug 2008 21:27:07 +0200 parse_attrib: more efficient due to indexOf('=');
wenzelm [Thu, 21 Aug 2008 21:27:07 +0200] rev 27944
parse_attrib: more efficient due to indexOf('=');
Thu, 21 Aug 2008 20:53:31 +0200 replaced Pattern.split by chunks iterator (more efficient, resembles ML version more closely);
wenzelm [Thu, 21 Aug 2008 20:53:31 +0200] rev 27943
replaced Pattern.split by chunks iterator (more efficient, resembles ML version more closely);
Thu, 21 Aug 2008 20:51:41 +0200 tuned comment;
wenzelm [Thu, 21 Aug 2008 20:51:41 +0200] rev 27942
tuned comment;
Thu, 21 Aug 2008 19:19:31 +0200 added iterator over content;
wenzelm [Thu, 21 Aug 2008 19:19:31 +0200] rev 27941
added iterator over content;
Thu, 21 Aug 2008 17:42:59 +0200 proper ISABELLE_ROOT_JVM on Cygwin;
wenzelm [Thu, 21 Aug 2008 17:42:59 +0200] rev 27940
proper ISABELLE_ROOT_JVM on Cygwin;
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;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip