| Wed, 16 Oct 2013 12:14:35 +0200 | 
wenzelm | 
avoid non-portable int constant -- make SML/NJ happy;
 | 
file |
diff |
annotate
 | 
| Wed, 18 Sep 2013 13:18:51 +0200 | 
wenzelm | 
improved printing of exception trace in Poly/ML 5.5.1;
 | 
file |
diff |
annotate
 | 
| Wed, 16 Jan 2013 16:26:36 +0100 | 
wenzelm | 
more explicit treatment of (optional) exception properties, notably for "serial" -- avoid conflict with startPosition = offset;
 | 
file |
diff |
annotate
 | 
| Wed, 16 Jan 2013 11:31:08 +0100 | 
wenzelm | 
tuned comments;
 | 
file |
diff |
annotate
 | 
| Sat, 21 Jul 2012 12:42:28 +0200 | 
wenzelm | 
more ML_System operations;
 | 
file |
diff |
annotate
 | 
| Wed, 17 Aug 2011 23:37:23 +0200 | 
wenzelm | 
identify parallel exceptions where they emerge first -- to achieve unique results within evaluation graph;
 | 
file |
diff |
annotate
 | 
| Sat, 23 Jul 2011 17:22:28 +0200 | 
wenzelm | 
explicit structure ML_System;
 | 
file |
diff |
annotate
 | 
| Thu, 30 Jun 2011 13:59:55 +0200 | 
wenzelm | 
getenv_strict in ML;
 | 
file |
diff |
annotate
 | 
| Fri, 08 Apr 2011 15:02:11 +0200 | 
wenzelm | 
discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
 | 
file |
diff |
annotate
 | 
| Sun, 20 Mar 2011 21:28:11 +0100 | 
wenzelm | 
structure Timing: covers former start_timing/end_timing and Output.timeit etc;
 | 
file |
diff |
annotate
 | 
| Wed, 29 Dec 2010 12:37:15 +0100 | 
wenzelm | 
share_common_data dummy;
 | 
file |
diff |
annotate
 | 
| Sat, 27 Nov 2010 16:29:53 +0100 | 
wenzelm | 
removed bash from ML system bootstrap, and past the Secure ML barrier;
 | 
file |
diff |
annotate
 | 
| Sat, 20 Nov 2010 00:53:26 +0100 | 
wenzelm | 
renamed raw "explode" function to "raw_explode" to emphasize its meaning;
 | 
file |
diff |
annotate
 | 
| Sat, 06 Nov 2010 17:55:32 +0100 | 
wenzelm | 
somewhat more uniform timing in ML vs. Scala;
 | 
file |
diff |
annotate
 | 
| Wed, 22 Sep 2010 18:21:48 +0200 | 
wenzelm | 
renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
 | 
file |
diff |
annotate
 | 
| Wed, 22 Sep 2010 13:47:48 +0200 | 
wenzelm | 
main Isabelle_Process via Isabelle_System.Managed_Process;
 | 
file |
diff |
annotate
 | 
| Thu, 09 Sep 2010 17:38:45 +0200 | 
wenzelm | 
Exn.is_interrupt: include interrupts that have passed through the IO layer;
 | 
file |
diff |
annotate
 | 
| Thu, 09 Sep 2010 17:20:27 +0200 | 
wenzelm | 
more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
 | 
file |
diff |
annotate
 | 
| 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);
 | 
file |
diff |
annotate
 | 
| 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;
 | 
file |
diff |
annotate
 | 
| Sat, 06 Feb 2010 22:01:48 +0100 | 
wenzelm | 
explicit representation of single-assignment variables;
 | 
file |
diff |
annotate
 | 
| 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;
 | 
file |
diff |
annotate
 | 
| Sat, 19 Dec 2009 16:02:26 +0100 | 
wenzelm | 
added basic library -- Scala version;
 | 
file |
diff |
annotate
 | 
| Thu, 22 Oct 2009 15:19:44 +0200 | 
wenzelm | 
support single-assigment variables -- based on magic RTS operations by David Matthews;
 | 
file |
diff |
annotate
 | 
| Wed, 30 Sep 2009 11:36:12 +0200 | 
wenzelm | 
more uniform treatment of structure Unsynchronized in ML bootstrap phase;
 | 
file |
diff |
annotate
 | 
| Tue, 29 Sep 2009 11:48:32 +0200 | 
wenzelm | 
Raw ML references as unsynchronized state variables.
 | 
file |
diff |
annotate
 | 
| Wed, 17 Jun 2009 17:06:07 +0200 | 
wenzelm | 
more detailed start_timing/end_timing (in timing.ML);
 | 
file |
diff |
annotate
 | 
| Thu, 04 Jun 2009 17:31:38 +0200 | 
wenzelm | 
reraise exceptions to preserve original position (ML system specific);
 | 
file |
diff |
annotate
 | 
| Sun, 31 May 2009 17:47:04 +0200 | 
wenzelm | 
eliminated misleading dummy versions of print/makestring, cf. 6974449ddea9;
 | 
file |
diff |
annotate
 | 
| 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;
 | 
file |
diff |
annotate
 | 
| Sat, 21 Mar 2009 19:58:45 +0100 | 
wenzelm | 
adapted toplevel_pp to ML_Pretty.pretty;
 | 
file |
diff |
annotate
 | 
| Sat, 21 Mar 2009 15:08:00 +0100 | 
wenzelm | 
added generic ML_Pretty interface;
 | 
file |
diff |
annotate
 | 
| Sun, 01 Mar 2009 16:21:33 +0100 | 
wenzelm | 
end_timing: generalized result -- message plus with explicit time values;
 | 
file |
diff |
annotate
 | 
| Mon, 19 Jan 2009 19:38:03 +0100 | 
wenzelm | 
removed Ids;
 | 
file |
diff |
annotate
 | 
| Fri, 03 Oct 2008 21:06:36 +0200 | 
wenzelm | 
removed obsolete Posix/Signal compatibility wrappers;
 | 
file |
diff |
annotate
 | 
| Wed, 01 Oct 2008 12:00:02 +0200 | 
wenzelm | 
more robust treatment of Interrupt (cf. exn.ML);
 | 
file |
diff |
annotate
 | 
| Wed, 17 Sep 2008 23:44:31 +0200 | 
wenzelm | 
use_text/use_file now depend on explicit ML name space;
 | 
file |
diff |
annotate
 | 
| Wed, 17 Sep 2008 21:27:24 +0200 | 
wenzelm | 
use_text/use_file now depend on explicit ML name space;
 | 
file |
diff |
annotate
 | 
| Sun, 07 Sep 2008 17:46:43 +0200 | 
wenzelm | 
explicit use of universal.ML and dummy_thread.ML;
 | 
file |
diff |
annotate
 | 
| Wed, 14 May 2008 11:09:07 +0200 | 
wenzelm | 
use_file: pass str_of_pos;
 | 
file |
diff |
annotate
 | 
| Wed, 14 May 2008 11:05:45 +0200 | 
wenzelm | 
use_text/file: ignore str_of_pos argument;
 | 
file |
diff |
annotate
 | 
| Mon, 31 Mar 2008 23:08:55 +0200 | 
wenzelm | 
before close: Exn.capture/release;
 | 
file |
diff |
annotate
 | 
| Fri, 28 Mar 2008 22:39:47 +0100 | 
wenzelm | 
added forget_structure;
 | 
file |
diff |
annotate
 | 
| Mon, 24 Mar 2008 23:34:24 +0100 | 
wenzelm | 
ML runtime compilation: pass position, tuned signature;
 | 
file |
diff |
annotate
 | 
| Thu, 06 Mar 2008 20:17:50 +0100 | 
wenzelm | 
common setup for system_out/system;
 | 
file |
diff |
annotate
 | 
| Sat, 16 Feb 2008 16:44:02 +0100 | 
wenzelm | 
replaced ignore/raise_interrupt by more flexible (un)interruptible combinators;
 | 
file |
diff |
annotate
 | 
| Thu, 20 Dec 2007 21:11:58 +0100 | 
wenzelm | 
added ML-Systems/universal.ML;
 | 
file |
diff |
annotate
 | 
| Mon, 24 Sep 2007 13:52:50 +0200 | 
wenzelm | 
replaced interrupt_timeout by TimeLimit.timeLimit (available on SML/NJ and Poly/ML 5.1);
 | 
file |
diff |
annotate
 | 
| Sun, 16 Sep 2007 14:52:34 +0200 | 
wenzelm | 
use_text/file: tune text (cf. ML_Parse.fix_ints);
 | 
file |
diff |
annotate
 | 
| Sat, 18 Aug 2007 21:27:52 +0200 | 
wenzelm | 
ML system provides get_print_depth;
 | 
file |
diff |
annotate
 | 
| Wed, 15 Aug 2007 20:26:57 +0200 | 
wenzelm | 
tuned comments;
 | 
file |
diff |
annotate
 | 
| Fri, 03 Aug 2007 16:28:24 +0200 | 
wenzelm | 
preparations for proper type int;
 | 
file |
diff |
annotate
 | 
| Tue, 24 Jul 2007 19:44:37 +0200 | 
wenzelm | 
ML-Systems/exn.ML, ML-Systems/multithreading_dummy.ML;
 | 
file |
diff |
annotate
 | 
| Mon, 23 Jul 2007 14:06:11 +0200 | 
wenzelm | 
added compatibility file for ML systems without multithreading;
 | 
file |
diff |
annotate
 | 
| Tue, 17 Jul 2007 13:19:21 +0200 | 
wenzelm | 
moved cd/pwd to ML compatibility layer (simplifies bootstrapping with Alice);
 | 
file |
diff |
annotate
 | 
| Wed, 11 Jul 2007 11:47:59 +0200 | 
obua | 
added dummy makestring function
 | 
file |
diff |
annotate
 | 
| Thu, 31 May 2007 01:25:24 +0200 | 
wenzelm | 
TextIO.inputLine: use present SML B library version;
 | 
file |
diff |
annotate
 | 
| Sun, 21 Jan 2007 16:43:42 +0100 | 
wenzelm | 
use_text: added name argument;
 | 
file |
diff |
annotate
 | 
| Mon, 11 Dec 2006 19:05:23 +0100 | 
wenzelm | 
added use_file;
 | 
file |
diff |
annotate
 | 
| Fri, 10 Nov 2006 23:22:10 +0100 | 
wenzelm | 
tuned names of start_timing,/end_timing/check_timer;
 | 
file |
diff |
annotate
 |