wenzelm [Wed, 12 Jan 2011 15:07:29 +0100] rev 41519
avoid catch-all exception handler, presumably TERM was meant here;
wenzelm [Wed, 12 Jan 2011 14:34:11 +0100] rev 41518
disabled experimental treatment of replacement text for now, which leads to odd spacing and strange effects on non-poppler viewers;
wenzelm [Wed, 12 Jan 2011 14:13:04 +0100] rev 41517
observe line length limit;
wenzelm [Wed, 12 Jan 2011 14:07:29 +0100] rev 41516
smart_string_of_real: print integer values without fractional part;
wenzelm [Tue, 11 Jan 2011 21:52:10 +0100] rev 41515
tuned (cf. 2fe62d602681);
wenzelm [Tue, 11 Jan 2011 20:18:48 +0100] rev 41514
added dist/jedit symlink for convenience;
wenzelm [Tue, 11 Jan 2011 20:10:34 +0100] rev 41513
record versions of both jEdit and Isabelle;
wenzelm [Tue, 11 Jan 2011 20:01:57 +0100] rev 41512
updated to Isabelle2011;
wenzelm [Tue, 11 Jan 2011 19:55:34 +0100] rev 41511
isabelle version -i;
haftmann [Tue, 11 Jan 2011 18:23:29 +0100] rev 41510
NEWS
bulwahn [Tue, 11 Jan 2011 17:59:35 +0100] rev 41509
NEWS
krauss [Tue, 11 Jan 2011 17:38:03 +0100] rev 41508
eliminated duplication
wenzelm [Tue, 11 Jan 2011 17:00:21 +0100] rev 41507
merged
haftmann [Tue, 11 Jan 2011 14:14:13 +0100] rev 41506
tuned text
haftmann [Tue, 11 Jan 2011 14:12:37 +0100] rev 41505
"enriched_type" replaces less specific "type_lifting"
wenzelm [Tue, 11 Jan 2011 16:23:28 +0100] rev 41504
clarified notion Position.is_reported;
ML warning/error: retain non-reported clear-text position, notably when evaluating external ML files;
wenzelm [Mon, 10 Jan 2011 22:03:24 +0100] rev 41503
refined report_parse_tree: reverse reports happen to produce proper type information for inlined @{term}, @{typ} etc.;
tuned offset_position_of;
wenzelm [Mon, 10 Jan 2011 21:45:44 +0100] rev 41502
refined ML_Lex.flatten: ensure proper separation of tokens;
wenzelm [Mon, 10 Jan 2011 21:21:23 +0100] rev 41501
ML compiler: more careful treatment of input tokens -- trailing space ensures proper separation and end position (cf. 82c1e348bc18, 08240feb69c7);
boehmes [Mon, 10 Jan 2011 18:59:02 +0100] rev 41500
use just one data slot to VC-related information
boehmes [Mon, 10 Jan 2011 18:58:54 +0100] rev 41499
be more precise: also merge option values
boehmes [Mon, 10 Jan 2011 17:41:45 +0100] rev 41498
only print warning in a visible context (previously, the warning was printed more than once)
boehmes [Mon, 10 Jan 2011 17:39:54 +0100] rev 41497
dropped superfluous error message
krauss [Mon, 10 Jan 2011 17:37:11 +0100] rev 41496
removed obsolete make target (now in doc-src, cf. 28b487cd9e15)
wenzelm [Mon, 10 Jan 2011 17:22:48 +0100] rev 41495
updated for polyml-5.4.0;
discontinued old-fashioned POLY_HOME via path;
more robust handling of polyml-version, preferably provided by Poly/ML distribution itself;
wenzelm [Mon, 10 Jan 2011 16:56:47 +0100] rev 41494
made SML/NJ happy;
wenzelm [Mon, 10 Jan 2011 16:45:28 +0100] rev 41493
added merge_options convenience;
wenzelm [Mon, 10 Jan 2011 16:07:16 +0100] rev 41492
tuned string_of_int to avoid allocation for small integers;