src/Pure/ML-Systems/smlnj.ML
Thu, 22 Oct 2009 15:19:44 +0200 wenzelm support single-assigment variables -- based on magic RTS operations by David Matthews;
Wed, 30 Sep 2009 11:36:12 +0200 wenzelm more uniform treatment of structure Unsynchronized in ML bootstrap phase;
Tue, 29 Sep 2009 11:48:32 +0200 wenzelm Raw ML references as unsynchronized state variables.
Wed, 17 Jun 2009 17:06:07 +0200 wenzelm more detailed start_timing/end_timing (in timing.ML);
Thu, 04 Jun 2009 17:31:38 +0200 wenzelm reraise exceptions to preserve original position (ML system specific);
Sun, 31 May 2009 17:47:04 +0200 wenzelm eliminated misleading dummy versions of print/makestring, cf. 6974449ddea9;
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 19:58:45 +0100 wenzelm adapted toplevel_pp to ML_Pretty.pretty;
Sat, 21 Mar 2009 15:08:00 +0100 wenzelm added generic ML_Pretty interface;
Sun, 01 Mar 2009 16:21:33 +0100 wenzelm end_timing: generalized result -- message plus with explicit time values;
Mon, 19 Jan 2009 19:38:03 +0100 wenzelm removed Ids;
Fri, 03 Oct 2008 21:06:36 +0200 wenzelm removed obsolete Posix/Signal compatibility wrappers;
Wed, 01 Oct 2008 12:00:02 +0200 wenzelm more robust treatment of Interrupt (cf. exn.ML);
Wed, 17 Sep 2008 23:44:31 +0200 wenzelm use_text/use_file now depend on explicit ML name space;
Wed, 17 Sep 2008 21:27:24 +0200 wenzelm use_text/use_file now depend on explicit ML name space;
Sun, 07 Sep 2008 17:46:43 +0200 wenzelm explicit use of universal.ML and dummy_thread.ML;
Wed, 14 May 2008 11:09:07 +0200 wenzelm use_file: pass str_of_pos;
Wed, 14 May 2008 11:05:45 +0200 wenzelm use_text/file: ignore str_of_pos argument;
Mon, 31 Mar 2008 23:08:55 +0200 wenzelm before close: Exn.capture/release;
Fri, 28 Mar 2008 22:39:47 +0100 wenzelm added forget_structure;
Mon, 24 Mar 2008 23:34:24 +0100 wenzelm ML runtime compilation: pass position, tuned signature;
Thu, 06 Mar 2008 20:17:50 +0100 wenzelm common setup for system_out/system;
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;
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:34 +0200 wenzelm use_text/file: tune text (cf. ML_Parse.fix_ints);
Sat, 18 Aug 2007 21:27:52 +0200 wenzelm ML system provides get_print_depth;
Wed, 15 Aug 2007 20:26:57 +0200 wenzelm tuned comments;
Fri, 03 Aug 2007 16:28:24 +0200 wenzelm preparations for proper type int;
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);
Wed, 11 Jul 2007 11:47:59 +0200 obua added dummy makestring function
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, 10 Nov 2006 23:22:10 +0100 wenzelm tuned names of start_timing,/end_timing/check_timer;
Thu, 26 Jan 2006 20:42:15 +0100 webertj interrupt_timeout now raises Interrupt instead of SML90.Interrupt
Mon, 23 Jan 2006 17:29:52 +0100 webertj TimeLimit replaced by interrupt_timeout
Mon, 12 Dec 2005 15:36:46 +0100 haftmann added dummy 'print' to non-polyml systems
Tue, 11 Oct 2005 13:28:08 +0200 wenzelm added string_of_pid;
Wed, 05 Oct 2005 10:56:06 +0200 paulson more signals
Tue, 20 Sep 2005 21:09:41 +0200 wenzelm use "ML-Systems/smlnj-basis-compat.ML" *after* Interrupt;
Tue, 20 Sep 2005 14:03:40 +0200 wenzelm tuned;
Mon, 04 Jul 2005 17:07:15 +0200 wenzelm dummy exception_trace;
Fri, 01 Jul 2005 14:42:04 +0200 wenzelm added profiler interface (dummy);
Wed, 22 Jun 2005 19:41:30 +0200 wenzelm tuned pointer_eq;
Wed, 22 Jun 2005 11:20:45 +0200 paulson pointer equality for sml/nj
Mon, 20 Jun 2005 22:14:17 +0200 wenzelm added pointer_eq;
Sun, 05 Jun 2005 11:31:30 +0200 wenzelm removed file_info (now in Pure/General/file.ML);
Wed, 13 Apr 2005 09:48:41 +0200 paulson new signalling primmitives for sml/nj compatibility
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Thu, 22 Apr 2004 12:31:33 +0200 paulson changed SML/NJ v 45 to 44
Mon, 05 Apr 2004 13:30:37 +0200 skalberg Whoops. Those default cases can be tricky.
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:35:07 +0100 wenzelm renamed mask_interrupt to ignore_interrupt;
Mon, 11 Feb 2002 17:30:58 +0100 wenzelm ML-Systems/smlnj-compiler.ML compatibility tweak;
Fri, 21 Dec 2001 17:31:45 +0100 berghofe Redundant patterns no longer cause errors.
Thu, 08 Nov 2001 23:57:22 +0100 wenzelm removed needs_filtered_use;
Tue, 16 Jan 2001 00:35:50 +0100 wenzelm use_text etc.: proper output of error messages;
less more (0) -60 tip