wenzelm [Tue, 10 Aug 2010 23:03:48 +0200] rev 38267
type XML.Body as basic data representation language (Scala version);
tuned;
wenzelm [Tue, 10 Aug 2010 22:26:23 +0200] rev 38266
type XML.body as basic data representation language;
tuned;
wenzelm [Tue, 10 Aug 2010 20:13:52 +0200] rev 38265
renamed YXML.binary_text to YXML.escape_controls to emphasize what it actually does;
wenzelm [Tue, 10 Aug 2010 18:24:16 +0200] rev 38264
added string_bytes convenience;
wenzelm [Tue, 10 Aug 2010 18:23:12 +0200] rev 38263
tuned;
wenzelm [Tue, 10 Aug 2010 15:12:45 +0200] rev 38262
removed obsolete methods for (ML) commands;
wenzelm [Tue, 10 Aug 2010 14:24:13 +0200] rev 38261
prefer Nimbus look and feel on all platforms, instead of the somewhat ugly javax.swing.plaf.metal.MetalLookAndFeel, which presumably is implicit fall-back nonetheless;
wenzelm [Tue, 10 Aug 2010 14:15:50 +0200] rev 38260
edit_document: synchronous reply to ensure consistent state wrt. calling (AWT) thread;
wenzelm [Tue, 10 Aug 2010 12:29:11 +0200] rev 38259
distinguish proper Isabelle_Process INPUT vs. raw STDIN, tuned corresponding method names;
asynchronous Isabelle_Process.init -- raw ML toplevel stays active;
simplified Isabelle_Process using actors;
misc tuning;
wenzelm [Tue, 10 Aug 2010 12:09:53 +0200] rev 38258
added Library.thread_actor -- thread as actor;
wenzelm [Tue, 10 Aug 2010 12:08:24 +0200] rev 38257
clarified JEDIT_JAVA_OPTIONS vs. JEDIT_SYSTEM_OPTIONS -- discontinued JEDIT_APPLE_PROPERTIES;
static default Dactors.corePoolSize=4 for more reproducible concurrency, independently of number of cores;
wenzelm [Mon, 09 Aug 2010 22:02:26 +0200] rev 38256
auto_flush: higher frequency;
wenzelm [Mon, 09 Aug 2010 21:35:45 +0200] rev 38255
uniform raw_dump for input/output fifos on Cygwin;
wenzelm [Mon, 09 Aug 2010 21:23:24 +0200] rev 38254
more robust fifo rendezvous: Cygwin 1.7 does not really block as expected;
wenzelm [Mon, 09 Aug 2010 18:18:32 +0200] rev 38253
Isabelle_Process: separate input fifo for commands (still using the old tty protocol);
some partial workarounds for Cygwin;
wenzelm [Mon, 09 Aug 2010 13:56:02 +0200] rev 38252
tuned comments;
wenzelm [Mon, 09 Aug 2010 11:45:30 +0200] rev 38251
merged
haftmann [Mon, 09 Aug 2010 11:38:32 +0200] rev 38250
added Lars Noschinski to isatest report
wenzelm [Mon, 09 Aug 2010 11:21:05 +0200] rev 38249
merged
haftmann [Sun, 08 Aug 2010 20:51:02 +0200] rev 38248
discontinued separation of `define` and `declare_const`
haftmann [Sun, 08 Aug 2010 20:41:25 +0200] rev 38247
unravelled target initialization code
boehmes [Sun, 08 Aug 2010 08:39:45 +0200] rev 38246
added filter for Boogie verification conditions (to prune assertions already proved by Boogie/Z3)
boehmes [Sun, 08 Aug 2010 04:28:51 +0200] rev 38245
added scanning of if-then-else expressions
blanchet [Fri, 06 Aug 2010 18:14:18 +0200] rev 38244
merged
blanchet [Fri, 06 Aug 2010 18:11:30 +0200] rev 38243
added support for partial quotient types;
previously Nitpick was unsound for these
blanchet [Fri, 06 Aug 2010 17:23:11 +0200] rev 38242
adapt occurrences of renamed Nitpick functions
blanchet [Fri, 06 Aug 2010 17:18:29 +0200] rev 38241
document the non-legacy interfaces
blanchet [Fri, 06 Aug 2010 17:05:29 +0200] rev 38240
local versions of Nitpick.register_xxx functions
wenzelm [Sun, 08 Aug 2010 22:33:41 +0200] rev 38239
parse_spans: somewhat faster low-level implementation;
wenzelm [Sun, 08 Aug 2010 20:03:31 +0200] rev 38238
proper context for Syntax.parse_token;
wenzelm [Sun, 08 Aug 2010 19:54:54 +0200] rev 38237
prefer Context_Position.report where a proper context is available -- notably for "inner" entities;
wenzelm [Sun, 08 Aug 2010 19:36:31 +0200] rev 38236
explicitly distinguish Output.status (essential feedback) vs. Output.report (useful markup);