src/Pure/ML-Systems/smlnj.ML
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
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;
Fri, 22 Dec 2000 13:53:28 +0100 paulson better definitions of SML90 features
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;
Thu, 04 Feb 1999 18:15:20 +0100 wenzelm fixed file_info;
Mon, 09 Nov 1998 11:25:24 +0100 wenzelm smart interrupt handler;
Wed, 21 Oct 1998 14:05:49 +0200 wenzelm dropped support for SML/NJ 109.x;
Mon, 29 Jun 1998 10:32:06 +0200 wenzelm use_text: verbose flag;
Mon, 15 Jun 1998 11:06:00 +0200 wenzelm use_text replaces use_strings;
Thu, 28 May 1998 12:21:05 +0200 wenzelm added ml_prompts;
Wed, 17 Dec 1997 14:57:26 +0100 wenzelm tuned comment;
Sat, 13 Dec 1997 17:22:41 +0100 wenzelm tuned comment;
Fri, 12 Dec 1997 22:41:15 +0100 wenzelm Compatibility file for Standard ML of New Jersey.
less more (0) tip