src/Pure/ML-Systems/polyml.ML
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);
Tue, 26 Apr 2005 19:52:17 +0200 wenzelm eval command line: show results;
Sat, 23 Apr 2005 19:51:11 +0200 wenzelm eval command line arguments;
Wed, 13 Apr 2005 09:48:41 +0200 paulson new signalling primmitives for sml/nj compatibility
Tue, 12 Apr 2005 11:07:42 +0200 paulson fixing an incompatibility with Posix.IO.mkTextReader
Fri, 09 Jul 2004 11:13:36 +0200 paulson new profiling function
Sat, 05 Jun 2004 13:06:39 +0200 wenzelm tuned comments;
Tue, 01 Jun 2004 00:18:01 +0200 webertj including polyml-time-limit.ML
Mon, 05 Apr 2004 13:23:10 +0200 skalberg Added support for the newer versions of SML/NJ, which break several of the
Thu, 28 Feb 2002 21:34:33 +0100 wenzelm renamed mask_interrupt to ignore_interrupt;
Thu, 08 Nov 2001 23:57:22 +0100 wenzelm removed needs_filtered_use;
Tue, 06 Feb 2001 18:41:27 +0100 wenzelm 4.0 version;
Tue, 16 Jan 2001 00:35:50 +0100 wenzelm use_text etc.: proper output of error messages;
Mon, 08 May 2000 11:45:47 +0200 wenzelm val needs_filtered_use = true;
Wed, 20 Oct 1999 15:22:56 +0200 wenzelm use_text: remove last char from output;
Wed, 13 Oct 1999 19:42:46 +0200 wenzelm system;
Mon, 02 Aug 1999 15:39:04 +0200 wenzelm removed obsolete concat;
Mon, 02 Aug 1999 11:33:18 +0200 paulson String.isPrefix
Wed, 28 Jul 1999 10:28:34 +0200 paulson added String.concat
Thu, 04 Feb 1999 18:15:20 +0100 wenzelm fixed file_info;
Mon, 28 Dec 1998 16:50:11 +0100 paulson Basis Library compatible substring oeration
Mon, 09 Nov 1998 11:09:33 +0100 wenzelm fake interrupt handler;
Mon, 29 Jun 1998 10:32:06 +0200 wenzelm use_text: verbose flag;
less more (0) -60 tip