Mon, 25 Aug 2008 21:58:54 +0200 wenzelm removed unused ConsolePlugin dependency;
Mon, 25 Aug 2008 20:01:17 +0200 wenzelm simplified exceptions: use plain error function / RuntimeException;
Mon, 25 Aug 2008 16:52:11 +0200 wenzelm added try_result;
Sun, 24 Aug 2008 21:15:48 +0200 wenzelm misc reorganization;
Sun, 24 Aug 2008 21:15:46 +0200 wenzelm Kind: added is_control;
Sun, 24 Aug 2008 21:15:44 +0200 wenzelm get: allow null;
Sun, 24 Aug 2008 19:24:27 +0200 wenzelm misc tuning of names;
Sun, 24 Aug 2008 19:02:22 +0200 wenzelm rearranged source files;
Sun, 24 Aug 2008 18:57:43 +0200 wenzelm init_message: class markup in message body, not header;
Sun, 24 Aug 2008 18:11:20 +0200 wenzelm repackaged as isabelle.jedit;
Sun, 24 Aug 2008 17:23:42 +0200 wenzelm untabify: silently turn tab into space if column information is unavailable;
Sun, 24 Aug 2008 14:42:26 +0200 haftmann corrected cache handling for class operations
Sun, 24 Aug 2008 14:42:24 +0200 haftmann default replaces arbitrary
Sun, 24 Aug 2008 14:42:22 +0200 haftmann tuned import order
Sun, 24 Aug 2008 14:24:03 +0200 wenzelm activated \<A>, \<a>, \<AA>, \<aa>;
Sat, 23 Aug 2008 23:44:31 +0200 wenzelm * Isabelle/lib/classes/Pure.jar;
Sat, 23 Aug 2008 23:24:16 +0200 wenzelm jars: removed obsolete Java process wrapper (cf. new Pure.jar);
Sat, 23 Aug 2008 23:21:50 +0200 wenzelm obsolete;
Sat, 23 Aug 2008 23:20:43 +0200 wenzelm obsolete -- superceded by Pure.jar (Scala version);
Sat, 23 Aug 2008 23:17:11 +0200 wenzelm updated to Pure.jar;
Sat, 23 Aug 2008 23:07:46 +0200 wenzelm added exec;
Sat, 23 Aug 2008 23:07:44 +0200 wenzelm moved class Result into static object, removed dynamic tree method;
Sat, 23 Aug 2008 23:07:43 +0200 wenzelm symbolic message markup;
Sat, 23 Aug 2008 23:07:41 +0200 wenzelm renamed Markup.MALFORMED to Markup.BAD;
Sat, 23 Aug 2008 23:07:39 +0200 wenzelm added position, messages;
Sat, 23 Aug 2008 23:07:38 +0200 wenzelm added messages and process information;
Sat, 23 Aug 2008 23:07:36 +0200 wenzelm Position properties.
Sat, 23 Aug 2008 23:07:34 +0200 wenzelm added General/position.scala;
Sat, 23 Aug 2008 23:07:30 +0200 wenzelm adapted to new IsabelleProcess from Pure.jar;
Sat, 23 Aug 2008 23:07:28 +0200 wenzelm include ../../classes/Pure.jar;
Sat, 23 Aug 2008 21:06:32 +0200 nipkow added const Rational
Sat, 23 Aug 2008 19:42:17 +0200 wenzelm YXML.parse_failsafe;
Sat, 23 Aug 2008 19:42:16 +0200 wenzelm shell_prefix: physical /bin/env on Cygwin;
Sat, 23 Aug 2008 19:42:15 +0200 wenzelm removed full_markup mode (default);
Sat, 23 Aug 2008 19:42:14 +0200 wenzelm added parse_failsafe;
Sat, 23 Aug 2008 19:42:13 +0200 wenzelm refer to symbolic Markup;
Sat, 23 Aug 2008 19:42:12 +0200 wenzelm Common markup elements.
Sat, 23 Aug 2008 19:42:11 +0200 wenzelm added General/markup.scala;
Sat, 23 Aug 2008 17:55:27 +0200 wenzelm BadVariable: toString;
Sat, 23 Aug 2008 17:55:26 +0200 wenzelm use java.util.concurrent.LinkedBlockingQueue, which blocks as required;
Sat, 23 Aug 2008 17:55:26 +0200 wenzelm append_string: proper backslash in character escapes;
Sat, 23 Aug 2008 17:22:54 +0200 wenzelm added getenv;
Sat, 23 Aug 2008 17:22:53 +0200 wenzelm tuned;
Sat, 23 Aug 2008 17:22:52 +0200 wenzelm Isabelle outer syntax.
Sat, 23 Aug 2008 17:22:51 +0200 wenzelm added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
Sat, 23 Aug 2008 17:22:51 +0200 wenzelm Isabelle process management -- always reactive due to multi-threaded I/O.
Sat, 23 Aug 2008 11:48:52 +0200 wenzelm renamed DOM to document, add xml version and optional stylesheets;
Fri, 22 Aug 2008 21:25:19 +0200 wenzelm tuned comments;
Thu, 21 Aug 2008 22:06:17 +0200 wenzelm parse_attrib: proper index of name end!
Thu, 21 Aug 2008 21:42:16 +0200 wenzelm tuned parse performance: avoid splitting terminal Y chunk;
Thu, 21 Aug 2008 21:27:07 +0200 wenzelm parse_attrib: more efficient due to indexOf('=');
Thu, 21 Aug 2008 20:53:31 +0200 wenzelm replaced Pattern.split by chunks iterator (more efficient, resembles ML version more closely);
Thu, 21 Aug 2008 20:51:41 +0200 wenzelm tuned comment;
Thu, 21 Aug 2008 19:19:31 +0200 wenzelm added iterator over content;
Thu, 21 Aug 2008 17:42:59 +0200 wenzelm proper ISABELLE_ROOT_JVM on Cygwin;
Thu, 21 Aug 2008 16:02:54 +0200 wenzelm pattern: proper "." not "[.]"!
Thu, 21 Aug 2008 15:27:28 +0200 wenzelm recode: proper result for unmatched symbols;
Thu, 21 Aug 2008 15:20:00 +0200 wenzelm more robust pattern: look at longer matches first, added catch-all case;
Thu, 21 Aug 2008 13:05:37 +0200 wenzelm added get_setting;
Thu, 21 Aug 2008 13:05:31 +0200 wenzelm read_symbols: proper IsabelleSystem.platform_path;
Thu, 21 Aug 2008 13:05:28 +0200 wenzelm added ISABELLE_ROOT_JVM;
Mon, 18 Aug 2008 17:57:06 +0200 ballarin Theorem on polynomial division and lemmas.
Sun, 17 Aug 2008 21:11:24 +0200 wenzelm removed parse_element -- no longer fits to liberal parse!
Sun, 17 Aug 2008 21:11:08 +0200 wenzelm Minimalistic XML tree values.
Sun, 17 Aug 2008 21:11:06 +0200 wenzelm Efficient text representation of XML trees.
Sun, 17 Aug 2008 21:11:04 +0200 wenzelm added General/xml.scala, General/yxml.scala;
Sun, 17 Aug 2008 16:45:19 +0200 wenzelm decode escaped symbols as well;
Sat, 16 Aug 2008 23:51:09 +0200 wenzelm tuned Recoder;
Sat, 16 Aug 2008 23:29:02 +0200 wenzelm more private fields;
Sat, 16 Aug 2008 23:28:38 +0200 wenzelm jar: invoke scaladoc;
Sat, 16 Aug 2008 23:12:23 +0200 wenzelm tuned comments;
Sat, 16 Aug 2008 21:23:03 +0200 wenzelm use scala.collection.jcl.HashMap, which seems to be more efficient;
Sat, 16 Aug 2008 21:23:01 +0200 wenzelm jar target: removed jvmpath -- does not work on Linux!?
Sat, 16 Aug 2008 16:44:10 +0200 wenzelm add scala-library.jar if available;
Sat, 16 Aug 2008 16:43:03 +0200 wenzelm jar target: jvmpath;
Sat, 16 Aug 2008 16:01:53 +0200 wenzelm Isabelle system support.
Sat, 16 Aug 2008 15:57:06 +0200 wenzelm reading symbol interpretation tables;
Sat, 16 Aug 2008 15:57:05 +0200 wenzelm added Tools/isabelle_system.scala;
Sat, 16 Aug 2008 14:29:25 +0200 wenzelm removed unused usage;
Sat, 16 Aug 2008 13:32:23 +0200 wenzelm more robust handling of directory layout variants;
Sat, 16 Aug 2008 13:31:57 +0200 wenzelm refined scala/java wrappers via isatool;
Sat, 16 Aug 2008 13:31:56 +0200 wenzelm tuned abbrevs;
Sat, 16 Aug 2008 13:31:55 +0200 wenzelm added ISABELLE_SCALA, ISABELLE_JAVA;
Fri, 15 Aug 2008 23:31:37 +0200 wenzelm added ISABELLE_HOME_JVM;
Fri, 15 Aug 2008 23:10:36 +0200 wenzelm proper jvmpath for cygwin;
Fri, 15 Aug 2008 23:09:55 +0200 wenzelm proper RC;
Fri, 15 Aug 2008 22:59:02 +0200 wenzelm refined JVM path wrappers: Isabelle environment holds Unix version of CLASSPATH, javawrapper/scalawrapper convert it back;
Fri, 15 Aug 2008 22:59:01 +0200 wenzelm refined JVM path wrappers;
Fri, 15 Aug 2008 22:58:59 +0200 wenzelm added JVM components (Scala or Java);
Fri, 15 Aug 2008 22:16:14 +0200 wenzelm tuned;
Fri, 15 Aug 2008 22:16:13 +0200 wenzelm jars: build Pure.jar;
Fri, 15 Aug 2008 21:57:22 +0200 wenzelm scan: proper recovery for escaped \\< symbols;
Fri, 15 Aug 2008 21:56:07 +0200 wenzelm basic setup for Scala material;
Fri, 15 Aug 2008 21:53:40 +0200 wenzelm Basic support for Isabelle symbols.
Fri, 15 Aug 2008 18:25:41 +0200 wenzelm added some abbrevs;
Fri, 15 Aug 2008 18:03:30 +0200 wenzelm removed redundant "symbol" property;
Fri, 15 Aug 2008 17:19:32 +0200 wenzelm Default interpretation of some Isabelle symbols.
Fri, 15 Aug 2008 17:03:58 +0200 wenzelm report antiquotation names;
Fri, 15 Aug 2008 17:03:56 +0200 wenzelm fixed DOCTYPE -- XHTML is case-sensitive!
Fri, 15 Aug 2008 17:03:55 +0200 wenzelm report antiquotation names;
Fri, 15 Aug 2008 17:03:52 +0200 wenzelm added ML_antiq, doc_antiq;
Fri, 15 Aug 2008 16:08:08 +0200 wenzelm added README;
Fri, 15 Aug 2008 16:06:01 +0200 wenzelm generated truetype font;
Fri, 15 Aug 2008 16:04:57 +0200 wenzelm The Jerusalem font from 2004 -- unicode version.
Fri, 15 Aug 2008 15:51:06 +0200 wenzelm args: explicit groups for file_name, theory_name;
Fri, 15 Aug 2008 15:51:04 +0200 wenzelm read_asts: Lexicon.report_token, filter Lexicon.is_proper;
Fri, 15 Aug 2008 15:51:02 +0200 wenzelm filter Lexicon.is_proper -- Lexicon.tokenize now includes improper tokens;
Fri, 15 Aug 2008 15:51:00 +0200 wenzelm token_kind: add Space, Comment;
Fri, 15 Aug 2008 15:50:58 +0200 wenzelm renamed T.source_of' to T.source_position_of;
Fri, 15 Aug 2008 15:50:52 +0200 wenzelm renamed T.source_of' to T.source_position_of;
Fri, 15 Aug 2008 15:50:50 +0200 wenzelm output_markup: check Markup.is_none;
Fri, 15 Aug 2008 15:50:49 +0200 wenzelm added is_none;
Fri, 15 Aug 2008 15:50:44 +0200 wenzelm Args.name_source(_position) for proper position information;
Thu, 14 Aug 2008 21:06:07 +0200 wenzelm [source=false] for quoted antiquotation avoids quote-escapes in output;
Thu, 14 Aug 2008 20:29:38 +0200 wenzelm report antiquotations;
Thu, 14 Aug 2008 20:29:37 +0200 wenzelm tuned;
Thu, 14 Aug 2008 20:13:43 +0200 wenzelm report ML_source;
Thu, 14 Aug 2008 20:13:42 +0200 wenzelm renamed P.ml_source to P.ML_source;
Thu, 14 Aug 2008 20:13:41 +0200 wenzelm report doc_source;
Thu, 14 Aug 2008 20:13:40 +0200 wenzelm added ML_source, doc_source;
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip