wenzelm [Sat, 23 Aug 2008 17:55:26 +0200] rev 27954
append_string: proper backslash in character escapes;
wenzelm [Sat, 23 Aug 2008 17:22:54 +0200] rev 27953
added getenv;
renamed get_setting to getenv_strict;
added shell_prefix (for Cygwin);
wenzelm [Sat, 23 Aug 2008 17:22:53 +0200] rev 27952
tuned;
wenzelm [Sat, 23 Aug 2008 17:22:52 +0200] rev 27951
Isabelle outer syntax.
wenzelm [Sat, 23 Aug 2008 17:22:51 +0200] rev 27950
added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
scalac -deprecation;
wenzelm [Sat, 23 Aug 2008 17:22:51 +0200] rev 27949
Isabelle process management -- always reactive due to multi-threaded I/O.
wenzelm [Sat, 23 Aug 2008 11:48:52 +0200] rev 27948
renamed DOM to document, add xml version and optional stylesheets;
wenzelm [Fri, 22 Aug 2008 21:25:19 +0200] rev 27947
tuned comments;
added document object model (DOM);
wenzelm [Thu, 21 Aug 2008 22:06:17 +0200] rev 27946
parse_attrib: proper index of name end!
wenzelm [Thu, 21 Aug 2008 21:42:16 +0200] rev 27945
tuned parse performance: avoid splitting terminal Y chunk;
wenzelm [Thu, 21 Aug 2008 21:27:07 +0200] rev 27944
parse_attrib: more efficient due to indexOf('=');
wenzelm [Thu, 21 Aug 2008 20:53:31 +0200] rev 27943
replaced Pattern.split by chunks iterator (more efficient, resembles ML version more closely);
wenzelm [Thu, 21 Aug 2008 20:51:41 +0200] rev 27942
tuned comment;
wenzelm [Thu, 21 Aug 2008 19:19:31 +0200] rev 27941
added iterator over content;
wenzelm [Thu, 21 Aug 2008 17:42:59 +0200] rev 27940
proper ISABELLE_ROOT_JVM on Cygwin;
wenzelm [Thu, 21 Aug 2008 16:02:54 +0200] rev 27939
pattern: proper "." not "[.]"!
tuned;
wenzelm [Thu, 21 Aug 2008 15:27:28 +0200] rev 27938
recode: proper result for unmatched symbols;
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);
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;
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;
wenzelm [Fri, 15 Aug 2008 21:57:22 +0200] rev 27903
scan: proper recovery for escaped \\< symbols;
wenzelm [Fri, 15 Aug 2008 21:56:07 +0200] rev 27902
basic setup for Scala material;
added General/symbol.scala;
wenzelm [Fri, 15 Aug 2008 21:53:40 +0200] rev 27901
Basic support for Isabelle symbols.
wenzelm [Fri, 15 Aug 2008 18:25:41 +0200] rev 27900
added some abbrevs;
\<euro>: from default font;
wenzelm [Fri, 15 Aug 2008 18:03:30 +0200] rev 27899
removed redundant "symbol" property;
added "font" propery;
disabled alternative letters (\<A> etc.) for now;