Sat, 23 Aug 2008 23:07:34 +0200 added General/position.scala;
wenzelm [Sat, 23 Aug 2008 23:07:34 +0200] rev 27967
added General/position.scala;
Sat, 23 Aug 2008 23:07:30 +0200 adapted to new IsabelleProcess from Pure.jar;
wenzelm [Sat, 23 Aug 2008 23:07:30 +0200] rev 27966
adapted to new IsabelleProcess from Pure.jar; IsabellePlugin.result_content decodes symbols;
Sat, 23 Aug 2008 23:07:28 +0200 include ../../classes/Pure.jar;
wenzelm [Sat, 23 Aug 2008 23:07:28 +0200] rev 27965
include ../../classes/Pure.jar;
Sat, 23 Aug 2008 21:06:32 +0200 added const Rational
nipkow [Sat, 23 Aug 2008 21:06:32 +0200] rev 27964
added const Rational added more function puzzles
Sat, 23 Aug 2008 19:42:17 +0200 YXML.parse_failsafe;
wenzelm [Sat, 23 Aug 2008 19:42:17 +0200] rev 27963
YXML.parse_failsafe; removed full_markup, YXML mode (default); renamed output_command to command; renamed output_ML to ML; tuned;
Sat, 23 Aug 2008 19:42:16 +0200 shell_prefix: physical /bin/env on Cygwin;
wenzelm [Sat, 23 Aug 2008 19:42:16 +0200] rev 27962
shell_prefix: physical /bin/env on Cygwin;
Sat, 23 Aug 2008 19:42:15 +0200 removed full_markup mode (default);
wenzelm [Sat, 23 Aug 2008 19:42:15 +0200] rev 27961
removed full_markup mode (default); removed YXML mode (default); added XML mode; message: class attribute, fail for malformed YXML;
Sat, 23 Aug 2008 19:42:14 +0200 added parse_failsafe;
wenzelm [Sat, 23 Aug 2008 19:42:14 +0200] rev 27960
added parse_failsafe;
Sat, 23 Aug 2008 19:42:13 +0200 refer to symbolic Markup;
wenzelm [Sat, 23 Aug 2008 19:42:13 +0200] rev 27959
refer to symbolic Markup;
Sat, 23 Aug 2008 19:42:12 +0200 Common markup elements.
wenzelm [Sat, 23 Aug 2008 19:42:12 +0200] rev 27958
Common markup elements.
Sat, 23 Aug 2008 19:42:11 +0200 added General/markup.scala;
wenzelm [Sat, 23 Aug 2008 19:42:11 +0200] rev 27957
added General/markup.scala;
Sat, 23 Aug 2008 17:55:27 +0200 BadVariable: toString;
wenzelm [Sat, 23 Aug 2008 17:55:27 +0200] rev 27956
BadVariable: toString;
Sat, 23 Aug 2008 17:55:26 +0200 use java.util.concurrent.LinkedBlockingQueue, which blocks as required;
wenzelm [Sat, 23 Aug 2008 17:55:26 +0200] rev 27955
use java.util.concurrent.LinkedBlockingQueue, which blocks as required; IsabelleProcessException: toString; Result: improved toString; Result: raw markup for stdout/stderr; cmdline: proper executable name, added YXML mode;
Sat, 23 Aug 2008 17:55:26 +0200 append_string: proper backslash in character escapes;
wenzelm [Sat, 23 Aug 2008 17:55:26 +0200] rev 27954
append_string: proper backslash in character escapes;
Sat, 23 Aug 2008 17:22:54 +0200 added getenv;
wenzelm [Sat, 23 Aug 2008 17:22:54 +0200] rev 27953
added getenv; renamed get_setting to getenv_strict; added shell_prefix (for Cygwin);
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;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip