src/Pure/ML-Systems/polyml.ML
Sat, 23 Jul 2011 17:22:28 +0200 wenzelm explicit structure ML_System;
Wed, 22 Sep 2010 18:21:48 +0200 wenzelm renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
Tue, 17 Aug 2010 18:41:55 +0200 wenzelm discontinued support for Poly/ML 5.0 and 5.1 versions;
Fri, 16 Apr 2010 10:52:10 +0200 wenzelm added ML antiquotation @{make_string}, which produces proper pretty printed version in Poly/ML 5.3.0 or later;
Mon, 09 Nov 2009 21:56:55 +0100 wenzelm merged
Mon, 09 Nov 2009 21:30:54 +0100 wenzelm setup for official Poly/ML 5.3.0, which is now the default;
Wed, 30 Sep 2009 11:36:12 +0200 wenzelm more uniform treatment of structure Unsynchronized in ML bootstrap phase;
Thu, 30 Jul 2009 23:50:11 +0200 wenzelm recovered polyml-5.2 -- need to reload ML-Systems/multithreading.ML after overriding Thread structures;
Thu, 04 Jun 2009 17:31:38 +0200 wenzelm reraise exceptions to preserve original position (ML system specific);
Sun, 31 May 2009 15:03:34 +0200 wenzelm renamed polyml_pp.ML to pp_polyml.ML;
Sun, 31 May 2009 14:51:21 +0200 wenzelm more modular setup of runtime compilation;
Mon, 23 Mar 2009 21:40:11 +0100 wenzelm more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;
Sat, 21 Mar 2009 20:00:23 +0100 wenzelm added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
Tue, 27 Jan 2009 12:59:22 +0100 wenzelm added share_common_data -- reduces heap space, but takes long;
Mon, 19 Jan 2009 19:38:03 +0100 wenzelm removed Ids;
Sat, 15 Nov 2008 11:25:17 +0100 wenzelm multithreading support for polyml-5.2 actually disabled -- as advertized;
Thu, 23 Oct 2008 15:28:08 +0200 wenzelm multithreading support only for polyml-5.2.1 or later;
Wed, 17 Sep 2008 21:27:24 +0200 wenzelm use_text/use_file now depend on explicit ML name space;
Tue, 16 Sep 2008 18:01:25 +0200 wenzelm tuned comments;
Sun, 07 Sep 2008 17:48:49 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Sun, 07 Sep 2008 17:46:44 +0200 wenzelm *** empty log message ***
Thu, 04 Sep 2008 16:03:48 +0200 wenzelm multithreading.ML provides dummy thread structures;
Wed, 14 May 2008 11:05:11 +0200 wenzelm use_text/file: proper position output;
Tue, 13 May 2008 17:06:14 +0200 wenzelm adapted PolyML.compiler to latest change of basis/FinalPolyML.sml (2008-04-21);
Thu, 10 Apr 2008 20:54:18 +0200 wenzelm use_text: explicitly print exception, which is no longer done by the new PolyML.compiler setup;
Mon, 31 Mar 2008 23:08:55 +0200 wenzelm before close: Exn.capture/release;
Tue, 25 Mar 2008 12:14:17 +0100 wenzelm moved multithreaded "profile" to multithreading_polyml.ML;
Mon, 24 Mar 2008 23:34:24 +0100 wenzelm ML runtime compilation: pass position, tuned signature;
Mon, 24 Mar 2008 18:35:43 +0100 wenzelm updated use_text/file for 5.2;
Thu, 06 Mar 2008 19:21:26 +0100 wenzelm rearrangements to make latest Poly/ML the default, not old 4.x;
Sat, 16 Feb 2008 16:44:02 +0100 wenzelm replaced ignore/raise_interrupt by more flexible (un)interruptible combinators;
Thu, 20 Dec 2007 21:11:58 +0100 wenzelm added ML-Systems/universal.ML;
Sat, 20 Oct 2007 20:33:06 +0200 wenzelm discontinued support for 4.1.1, 4.1.2;
Sat, 13 Oct 2007 17:16:46 +0200 wenzelm PolyML.Compiler.maxInlineSize := 80;
Thu, 04 Oct 2007 21:10:41 +0200 wenzelm tuned;
Mon, 24 Sep 2007 13:52:50 +0200 wenzelm replaced interrupt_timeout by TimeLimit.timeLimit (available on SML/NJ and Poly/ML 5.1);
Sun, 16 Sep 2007 14:52:33 +0200 wenzelm added ml_system_fix_ints;
Sat, 18 Aug 2007 21:27:52 +0200 wenzelm ML system provides get_print_depth;
Thu, 16 Aug 2007 18:53:21 +0200 wenzelm removed signal setup from root function to on-entry hook;
Wed, 15 Aug 2007 20:26:57 +0200 wenzelm tuned comments;
Tue, 24 Jul 2007 19:44:37 +0200 wenzelm ML-Systems/exn.ML, ML-Systems/multithreading_dummy.ML;
Mon, 23 Jul 2007 14:06:11 +0200 wenzelm added compatibility file for ML systems without multithreading;
Tue, 17 Jul 2007 13:19:21 +0200 wenzelm moved cd/pwd to ML compatibility layer (simplifies bootstrapping with Alice);
Thu, 31 May 2007 01:25:24 +0200 wenzelm TextIO.inputLine: use present SML B library version;
Sun, 21 Jan 2007 16:43:42 +0100 wenzelm use_text: added name argument;
Mon, 11 Dec 2006 19:05:23 +0100 wenzelm added use_file;
Fri, 08 Dec 2006 23:25:54 +0100 wenzelm tuned use_text;
Fri, 10 Nov 2006 23:22:10 +0100 wenzelm tuned names of start_timing,/end_timing/check_timer;
Fri, 10 Nov 2006 00:13:35 +0100 wenzelm no special treatment for cygwin (this is supposed to be actual cygwin, not win32 polyml within cygwin);
Fri, 27 Jan 2006 20:17:24 +0100 webertj interrupt_timeout for Poly replaced by stub
Mon, 23 Jan 2006 17:29:52 +0100 webertj TimeLimit replaced by interrupt_timeout
Fri, 23 Dec 2005 15:16:56 +0100 wenzelm backpatching of Substring.full;
Tue, 11 Oct 2005 13:28:08 +0200 wenzelm added string_of_pid;
Tue, 16 Aug 2005 13:42:48 +0200 wenzelm added String.isSuffix;
Fri, 01 Jul 2005 14:42:03 +0200 wenzelm added profiler interface, keep 'profiling' of PolyML structure;
Tue, 21 Jun 2005 18:55:44 +0200 wenzelm tuned pointer_eq;
Mon, 20 Jun 2005 22:14:17 +0200 wenzelm added pointer_eq;
Fri, 17 Jun 2005 18:33:38 +0200 wenzelm PolyML.Compiler.printInAlphabeticalOrder := false;
Sat, 11 Jun 2005 23:17:28 +0200 wenzelm some cygwin support;
Sun, 05 Jun 2005 11:31:30 +0200 wenzelm removed file_info (now in Pure/General/file.ML);
less more (0) -60 tip