src/Pure/ML-Systems/smlnj.ML
Tue, 22 Apr 2014 11:47:57 +0200 wenzelm more general exit;
Sun, 06 Apr 2014 15:38:54 +0200 wenzelm approximate ML antiquotation @{here} for Isabelle/Pure bootstrap;
Wed, 26 Mar 2014 08:59:53 +0100 wenzelm tuned;
Tue, 25 Mar 2014 19:03:02 +0100 wenzelm proper configuration option "ML_print_depth";
Wed, 16 Oct 2013 12:14:35 +0200 wenzelm avoid non-portable int constant -- make SML/NJ happy;
Wed, 18 Sep 2013 13:18:51 +0200 wenzelm improved printing of exception trace in Poly/ML 5.5.1;
Wed, 16 Jan 2013 16:26:36 +0100 wenzelm more explicit treatment of (optional) exception properties, notably for "serial" -- avoid conflict with startPosition = offset;
Wed, 16 Jan 2013 11:31:08 +0100 wenzelm tuned comments;
Sat, 21 Jul 2012 12:42:28 +0200 wenzelm more ML_System operations;
Wed, 17 Aug 2011 23:37:23 +0200 wenzelm identify parallel exceptions where they emerge first -- to achieve unique results within evaluation graph;
Sat, 23 Jul 2011 17:22:28 +0200 wenzelm explicit structure ML_System;
Thu, 30 Jun 2011 13:59:55 +0200 wenzelm getenv_strict in ML;
Fri, 08 Apr 2011 15:02:11 +0200 wenzelm discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
Sun, 20 Mar 2011 21:28:11 +0100 wenzelm structure Timing: covers former start_timing/end_timing and Output.timeit etc;
Wed, 29 Dec 2010 12:37:15 +0100 wenzelm share_common_data dummy;
Sat, 27 Nov 2010 16:29:53 +0100 wenzelm removed bash from ML system bootstrap, and past the Secure ML barrier;
Sat, 20 Nov 2010 00:53:26 +0100 wenzelm renamed raw "explode" function to "raw_explode" to emphasize its meaning;
Sat, 06 Nov 2010 17:55:32 +0100 wenzelm somewhat more uniform timing in ML vs. Scala;
Wed, 22 Sep 2010 18:21:48 +0200 wenzelm renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
Wed, 22 Sep 2010 13:47:48 +0200 wenzelm main Isabelle_Process via Isabelle_System.Managed_Process;
Thu, 09 Sep 2010 17:38:45 +0200 wenzelm Exn.is_interrupt: include interrupts that have passed through the IO layer;
Thu, 09 Sep 2010 17:20:27 +0200 wenzelm more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
Mon, 23 Aug 2010 15:11:41 +0200 wenzelm added ML toplevel pretty-printing for tables, using dummy for anything other than Poly/ML 5.3.0 (or later);
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;
Sat, 06 Feb 2010 22:01:48 +0100 wenzelm explicit representation of single-assignment variables;
Sat, 06 Feb 2010 14:50:55 +0100 wenzelm renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
Sat, 19 Dec 2009 16:02:26 +0100 wenzelm added basic library -- Scala version;
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
less more (0) -60 tip