Mon, 10 Jan 2011 17:22:48 +0100 updated for polyml-5.4.0;
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;
Mon, 10 Jan 2011 16:56:47 +0100 made SML/NJ happy;
wenzelm [Mon, 10 Jan 2011 16:56:47 +0100] rev 41494
made SML/NJ happy;
Mon, 10 Jan 2011 16:45:28 +0100 added merge_options convenience;
wenzelm [Mon, 10 Jan 2011 16:45:28 +0100] rev 41493
added merge_options convenience;
Mon, 10 Jan 2011 16:07:16 +0100 tuned string_of_int to avoid allocation for small integers;
wenzelm [Mon, 10 Jan 2011 16:07:16 +0100] rev 41492
tuned string_of_int to avoid allocation for small integers;
Mon, 10 Jan 2011 15:45:46 +0100 eliminated Int.toString;
wenzelm [Mon, 10 Jan 2011 15:45:46 +0100] rev 41491
eliminated Int.toString;
Mon, 10 Jan 2011 15:30:17 +0100 eliminated obsolete LargeInt -- Int is unbounded;
wenzelm [Mon, 10 Jan 2011 15:30:17 +0100] rev 41490
eliminated obsolete LargeInt -- Int is unbounded;
Mon, 10 Jan 2011 15:19:48 +0100 standardized split_last/last_elem towards List.last;
wenzelm [Mon, 10 Jan 2011 15:19:48 +0100] rev 41489
standardized split_last/last_elem towards List.last; eliminated obsolete Library.last_elem;
Mon, 10 Jan 2011 08:18:49 +0100 removing dead code; tuned
bulwahn [Mon, 10 Jan 2011 08:18:49 +0100] rev 41488
removing dead code; tuned
Mon, 10 Jan 2011 08:18:48 +0100 made SML/NJ happy
bulwahn [Mon, 10 Jan 2011 08:18:48 +0100] rev 41487
made SML/NJ happy
Sun, 09 Jan 2011 21:33:41 +0100 reverted 08240feb69c7 -- breaks positions of reports;
wenzelm [Sun, 09 Jan 2011 21:33:41 +0100] rev 41486
reverted 08240feb69c7 -- breaks positions of reports;
Sun, 09 Jan 2011 19:58:08 +0100 ML_trace: observe context visibility flag (import for Latex mode, for example);
wenzelm [Sun, 09 Jan 2011 19:58:08 +0100] rev 41485
ML_trace: observe context visibility flag (import for Latex mode, for example);
Sun, 09 Jan 2011 20:30:47 +0100 more direct treatment of Position.end_offset;
wenzelm [Sun, 09 Jan 2011 20:30:47 +0100] rev 41484
more direct treatment of Position.end_offset; tuned;
Sun, 09 Jan 2011 16:03:56 +0100 discontinued unused end_line, end_column;
wenzelm [Sun, 09 Jan 2011 16:03:56 +0100] rev 41483
discontinued unused end_line, end_column;
Sun, 09 Jan 2011 13:58:31 +0100 more scalable HTML.output_width;
wenzelm [Sun, 09 Jan 2011 13:58:31 +0100] rev 41482
more scalable HTML.output_width;
Sun, 09 Jan 2011 12:56:00 +0100 refined comment (again);
wenzelm [Sun, 09 Jan 2011 12:56:00 +0100] rev 41481
refined comment (again);
Sat, 08 Jan 2011 11:29:25 -0800 merged
huffman [Sat, 08 Jan 2011 11:29:25 -0800] rev 41480
merged
Sat, 08 Jan 2011 11:18:09 -0800 use proper syntactic types for 'syntax' commands
huffman [Sat, 08 Jan 2011 11:18:09 -0800] rev 41479
use proper syntactic types for 'syntax' commands
Sat, 08 Jan 2011 10:02:43 -0800 make print translation for Abs_cfun consistent with other binders: prevent eta-contraction, but don't force eta-expansion
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
Sat, 08 Jan 2011 09:34:08 -0800 use full path for library imports
huffman [Sat, 08 Jan 2011 09:34:08 -0800] rev 41477
use full path for library imports
Sat, 08 Jan 2011 09:30:52 -0800 types -> type_synonym
huffman [Sat, 08 Jan 2011 09:30:52 -0800] rev 41476
types -> type_synonym
Sat, 08 Jan 2011 18:01:10 +0100 updated NEOS_SERVER, which is now provided via settings;
wenzelm [Sat, 08 Jan 2011 18:01:10 +0100] rev 41475
updated NEOS_SERVER, which is now provided via settings;
Sat, 08 Jan 2011 17:39:51 +0100 renamed Sum_Of_Squares to Sum_of_Squares;
wenzelm [Sat, 08 Jan 2011 17:39:51 +0100] rev 41474
renamed Sum_Of_Squares to Sum_of_Squares;
Sat, 08 Jan 2011 17:30:05 +0100 Ord_List.merge convenience;
wenzelm [Sat, 08 Jan 2011 17:30:05 +0100] rev 41473
Ord_List.merge convenience;
Sat, 08 Jan 2011 17:14:48 +0100 misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
wenzelm [Sat, 08 Jan 2011 17:14:48 +0100] rev 41472
misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
Sat, 08 Jan 2011 16:01:51 +0100 modernized structure Prop_Logic;
wenzelm [Sat, 08 Jan 2011 16:01:51 +0100] rev 41471
modernized structure Prop_Logic; avoid ML structure aliases;
Sat, 08 Jan 2011 14:32:55 +0100 added Context_Position.is_visible_proof, which treats a global theory as invisible (unlike the default);
wenzelm [Sat, 08 Jan 2011 14:32:55 +0100] rev 41470
added Context_Position.is_visible_proof, which treats a global theory as invisible (unlike the default);
Sat, 08 Jan 2011 14:30:54 +0100 tuned;
wenzelm [Sat, 08 Jan 2011 14:30:54 +0100] rev 41469
tuned;
Sat, 08 Jan 2011 00:28:31 +0100 tuned;
wenzelm [Sat, 08 Jan 2011 00:28:31 +0100] rev 41468
tuned;
Sat, 08 Jan 2011 00:02:11 +0100 tuned headers;
wenzelm [Sat, 08 Jan 2011 00:02:11 +0100] rev 41467
tuned headers;
Fri, 07 Jan 2011 23:46:06 +0100 merged
wenzelm [Fri, 07 Jan 2011 23:46:06 +0100] rev 41466
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip