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;
wenzelm [Mon, 10 Jan 2011 15:45:46 +0100] rev 41491
eliminated Int.toString;
wenzelm [Mon, 10 Jan 2011 15:30:17 +0100] rev 41490
eliminated obsolete LargeInt -- Int is unbounded;
wenzelm [Mon, 10 Jan 2011 15:19:48 +0100] rev 41489
standardized split_last/last_elem towards List.last;
eliminated obsolete Library.last_elem;
bulwahn [Mon, 10 Jan 2011 08:18:49 +0100] rev 41488
removing dead code; tuned
bulwahn [Mon, 10 Jan 2011 08:18:48 +0100] rev 41487
made SML/NJ happy
wenzelm [Sun, 09 Jan 2011 21:33:41 +0100] rev 41486
reverted 08240feb69c7 -- breaks positions of reports;
wenzelm [Sun, 09 Jan 2011 19:58:08 +0100] rev 41485
ML_trace: observe context visibility flag (import for Latex mode, for example);
wenzelm [Sun, 09 Jan 2011 20:30:47 +0100] rev 41484
more direct treatment of Position.end_offset;
tuned;
wenzelm [Sun, 09 Jan 2011 16:03:56 +0100] rev 41483
discontinued unused end_line, end_column;
wenzelm [Sun, 09 Jan 2011 13:58:31 +0100] rev 41482
more scalable HTML.output_width;
wenzelm [Sun, 09 Jan 2011 12:56:00 +0100] rev 41481
refined comment (again);
huffman [Sat, 08 Jan 2011 11:29:25 -0800] rev 41480
merged
huffman [Sat, 08 Jan 2011 11:18:09 -0800] rev 41479
use proper syntactic types for 'syntax' commands
huffman [Sat, 08 Jan 2011 10:02:43 -0800] rev 41478
make print translation for Abs_cfun consistent with other binders: prevent eta-contraction, but don't force eta-expansion
huffman [Sat, 08 Jan 2011 09:34:08 -0800] rev 41477
use full path for library imports