wenzelm [Mon, 08 Jun 2009 00:26:57 +0200] rev 31500
eliminated hardwired Cygwin setup;
wenzelm [Mon, 08 Jun 2009 00:20:43 +0200] rev 31499
Accessing the Cygwin installation.
wenzelm [Sun, 07 Jun 2009 20:15:29 +0200] rev 31498
static IsabelleSystem.charset;
static IsabelleSystem.is_cygwin -- based on system property "os.name";
smart bootstrapping of Isabelle settings environment (via implicit or explicit ISABELLE_TOOL, or isabelle.tool property, or isabelle via PATH);
source_file: removed obsolete special treatment of "ML";
misc tuning and reorganization;
wenzelm [Sun, 07 Jun 2009 19:07:05 +0200] rev 31497
isabelle getenv: option -d;
wenzelm [Sat, 06 Jun 2009 23:43:07 +0200] rev 31496
no parallel make jobs on macbroy23, which is the machine where SML/XL is tested -- attempt to consume less resources;
wenzelm [Sat, 06 Jun 2009 21:57:50 +0200] rev 31495
updated version;
huffman [Sun, 07 Jun 2009 20:57:24 -0700] rev 31494
fix type of open
huffman [Sun, 07 Jun 2009 19:38:32 -0700] rev 31493
new setL2 lemmas; instance ^ :: (topological_space, finite) topological_space
huffman [Sun, 07 Jun 2009 17:59:54 -0700] rev 31492
replace 'topo' with 'open'; add extra type constraint for 'open'
huffman [Sun, 07 Jun 2009 15:18:52 -0700] rev 31491
generalize tendsto lemmas for products
huffman [Sun, 07 Jun 2009 12:00:03 -0700] rev 31490
move definitions of open, closed to RealVector.thy
huffman [Sat, 06 Jun 2009 10:28:34 -0700] rev 31489
lemmas islimptI, islimptE; generalize open_inter_closure_subset
huffman [Sat, 06 Jun 2009 09:11:12 -0700] rev 31488
generalize tendsto to class topological_space
huffman [Fri, 05 Jun 2009 15:59:20 -0700] rev 31487
put syntax for tendsto in Limits.thy; rename variables
haftmann [Mon, 08 Jun 2009 09:22:47 +0200] rev 31486
constant "chars" of all characters
haftmann [Mon, 08 Jun 2009 08:38:53 +0200] rev 31485
added infrastructure for definitorial construction of generators for datatypes
haftmann [Mon, 08 Jun 2009 08:38:52 +0200] rev 31484
constant "chars" of all characters
haftmann [Mon, 08 Jun 2009 08:38:51 +0200] rev 31483
added generator for char and trivial generator for String.literal
haftmann [Mon, 08 Jun 2009 08:38:50 +0200] rev 31482
using constant "chars"
haftmann [Mon, 08 Jun 2009 08:38:49 +0200] rev 31481
method linarith
wenzelm [Sat, 06 Jun 2009 21:47:02 +0200] rev 31480
reraise exceptions to preserve position information;
wenzelm [Sat, 06 Jun 2009 21:46:36 +0200] rev 31479
ML_Compiler.exn_message;
wenzelm [Sat, 06 Jun 2009 21:11:23 +0200] rev 31478
ML_Compiler.exn_message;
wenzelm [Sat, 06 Jun 2009 21:11:23 +0200] rev 31477
added exn_message (formerly in toplevel.ML);
eval/code: proper Isar runtime support;
tuned signature;
wenzelm [Sat, 06 Jun 2009 21:11:22 +0200] rev 31476
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
wenzelm [Sat, 06 Jun 2009 19:58:11 +0200] rev 31475
report_parse_tree: ML_open, ML_struct;
eval: terminate input by explicit end token, to ensure that Poly/ML attaches proper position to last input token;
tuned;
wenzelm [Sat, 06 Jun 2009 19:58:11 +0200] rev 31474
export end_pos_of;
wenzelm [Sat, 06 Jun 2009 19:58:10 +0200] rev 31473
use: tuned error;
wenzelm [Sat, 06 Jun 2009 19:58:10 +0200] rev 31472
added markup ML_open, ML_struct;
wenzelm [Sat, 06 Jun 2009 19:58:10 +0200] rev 31471
use_text: pass file name to compiler, tuned;