Mon, 08 Jun 2009 09:02:51 +0200 proper deresolving of class relations and class parameters in SML
haftmann [Mon, 08 Jun 2009 09:02:51 +0200] rev 31502
proper deresolving of class relations and class parameters in SML
Mon, 08 Jun 2009 08:52:18 +0200 New lemma
nipkow [Mon, 08 Jun 2009 08:52:18 +0200] rev 31501
New lemma
Mon, 08 Jun 2009 00:26:57 +0200 eliminated hardwired Cygwin setup;
wenzelm [Mon, 08 Jun 2009 00:26:57 +0200] rev 31500
eliminated hardwired Cygwin setup;
Mon, 08 Jun 2009 00:20:43 +0200 Accessing the Cygwin installation.
wenzelm [Mon, 08 Jun 2009 00:20:43 +0200] rev 31499
Accessing the Cygwin installation.
Sun, 07 Jun 2009 20:15:29 +0200 static IsabelleSystem.charset;
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;
Sun, 07 Jun 2009 19:07:05 +0200 isabelle getenv: option -d;
wenzelm [Sun, 07 Jun 2009 19:07:05 +0200] rev 31497
isabelle getenv: option -d;
Sat, 06 Jun 2009 23:43:07 +0200 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 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;
Sat, 06 Jun 2009 21:57:50 +0200 updated version;
wenzelm [Sat, 06 Jun 2009 21:57:50 +0200] rev 31495
updated version;
Sun, 07 Jun 2009 20:57:24 -0700 fix type of open
huffman [Sun, 07 Jun 2009 20:57:24 -0700] rev 31494
fix type of open
Sun, 07 Jun 2009 19:38:32 -0700 new setL2 lemmas; instance ^ :: (topological_space, finite) topological_space
huffman [Sun, 07 Jun 2009 19:38:32 -0700] rev 31493
new setL2 lemmas; instance ^ :: (topological_space, finite) topological_space
Sun, 07 Jun 2009 17:59:54 -0700 replace 'topo' with 'open'; add extra type constraint for 'open'
huffman [Sun, 07 Jun 2009 17:59:54 -0700] rev 31492
replace 'topo' with 'open'; add extra type constraint for 'open'
Sun, 07 Jun 2009 15:18:52 -0700 generalize tendsto lemmas for products
huffman [Sun, 07 Jun 2009 15:18:52 -0700] rev 31491
generalize tendsto lemmas for products
Sun, 07 Jun 2009 12:00:03 -0700 move definitions of open, closed to RealVector.thy
huffman [Sun, 07 Jun 2009 12:00:03 -0700] rev 31490
move definitions of open, closed to RealVector.thy
Sat, 06 Jun 2009 10:28:34 -0700 lemmas islimptI, islimptE; generalize open_inter_closure_subset
huffman [Sat, 06 Jun 2009 10:28:34 -0700] rev 31489
lemmas islimptI, islimptE; generalize open_inter_closure_subset
Sat, 06 Jun 2009 09:11:12 -0700 generalize tendsto to class topological_space
huffman [Sat, 06 Jun 2009 09:11:12 -0700] rev 31488
generalize tendsto to class topological_space
Fri, 05 Jun 2009 15:59:20 -0700 put syntax for tendsto in Limits.thy; rename variables
huffman [Fri, 05 Jun 2009 15:59:20 -0700] rev 31487
put syntax for tendsto in Limits.thy; rename variables
Mon, 08 Jun 2009 09:22:47 +0200 constant "chars" of all characters
haftmann [Mon, 08 Jun 2009 09:22:47 +0200] rev 31486
constant "chars" of all characters
Mon, 08 Jun 2009 08:38:53 +0200 added infrastructure for definitorial construction of generators for datatypes
haftmann [Mon, 08 Jun 2009 08:38:53 +0200] rev 31485
added infrastructure for definitorial construction of generators for datatypes
Mon, 08 Jun 2009 08:38:52 +0200 constant "chars" of all characters
haftmann [Mon, 08 Jun 2009 08:38:52 +0200] rev 31484
constant "chars" of all characters
Mon, 08 Jun 2009 08:38:51 +0200 added generator for char and trivial generator for String.literal
haftmann [Mon, 08 Jun 2009 08:38:51 +0200] rev 31483
added generator for char and trivial generator for String.literal
Mon, 08 Jun 2009 08:38:50 +0200 using constant "chars"
haftmann [Mon, 08 Jun 2009 08:38:50 +0200] rev 31482
using constant "chars"
Mon, 08 Jun 2009 08:38:49 +0200 method linarith
haftmann [Mon, 08 Jun 2009 08:38:49 +0200] rev 31481
method linarith
Sat, 06 Jun 2009 21:47:02 +0200 reraise exceptions to preserve position information;
wenzelm [Sat, 06 Jun 2009 21:47:02 +0200] rev 31480
reraise exceptions to preserve position information;
Sat, 06 Jun 2009 21:46:36 +0200 ML_Compiler.exn_message;
wenzelm [Sat, 06 Jun 2009 21:46:36 +0200] rev 31479
ML_Compiler.exn_message;
Sat, 06 Jun 2009 21:11:23 +0200 ML_Compiler.exn_message;
wenzelm [Sat, 06 Jun 2009 21:11:23 +0200] rev 31478
ML_Compiler.exn_message;
Sat, 06 Jun 2009 21:11:23 +0200 added exn_message (formerly in toplevel.ML);
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;
Sat, 06 Jun 2009 21:11:22 +0200 moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
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);
Sat, 06 Jun 2009 19:58:11 +0200 report_parse_tree: ML_open, ML_struct;
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;
Sat, 06 Jun 2009 19:58:11 +0200 export end_pos_of;
wenzelm [Sat, 06 Jun 2009 19:58:11 +0200] rev 31474
export end_pos_of;
Sat, 06 Jun 2009 19:58:10 +0200 use: tuned error;
wenzelm [Sat, 06 Jun 2009 19:58:10 +0200] rev 31473
use: tuned error;
Sat, 06 Jun 2009 19:58:10 +0200 added markup ML_open, ML_struct;
wenzelm [Sat, 06 Jun 2009 19:58:10 +0200] rev 31472
added markup ML_open, ML_struct;
Sat, 06 Jun 2009 19:58:10 +0200 use_text: pass file name to compiler, tuned;
wenzelm [Sat, 06 Jun 2009 19:58:10 +0200] rev 31471
use_text: pass file name to compiler, tuned;
Sat, 06 Jun 2009 18:11:32 +0200 tuned comments;
wenzelm [Sat, 06 Jun 2009 18:11:32 +0200] rev 31470
tuned comments;
Fri, 05 Jun 2009 21:55:08 +0200 removed obsolete YXML/XML.detect;
wenzelm [Fri, 05 Jun 2009 21:55:08 +0200] rev 31469
removed obsolete YXML/XML.detect;
Fri, 05 Jun 2009 17:01:02 +0200 Approximation: Corrected precision of ln on all real values
hoelzl [Fri, 05 Jun 2009 17:01:02 +0200] rev 31468
Approximation: Corrected precision of ln on all real values
Thu, 04 Jun 2009 17:55:47 +0200 Approximation: Implemented argument reduction for cosine. Sinus is now implemented in terms of cosine. Sqrt computes on the entire real numbers
hoelzl [Thu, 04 Jun 2009 17:55:47 +0200] rev 31467
Approximation: Implemented argument reduction for cosine. Sinus is now implemented in terms of cosine. Sqrt computes on the entire real numbers
Fri, 05 Jun 2009 14:07:54 +0200 CONTRIBUTORS
haftmann [Fri, 05 Jun 2009 14:07:54 +0200] rev 31466
CONTRIBUTORS
Fri, 05 Jun 2009 13:35:33 +0200 merged
haftmann [Fri, 05 Jun 2009 13:35:33 +0200] rev 31465
merged
Fri, 05 Jun 2009 13:35:11 +0200 tuned proofs
haftmann [Fri, 05 Jun 2009 13:35:11 +0200] rev 31464
tuned proofs
Fri, 05 Jun 2009 09:23:41 +0200 added mk_valtermify_app and mk_random
haftmann [Fri, 05 Jun 2009 09:23:41 +0200] rev 31463
added mk_valtermify_app and mk_random
Fri, 05 Jun 2009 08:28:24 +0200 Set.insert with authentic syntax
haftmann [Fri, 05 Jun 2009 08:28:24 +0200] rev 31462
Set.insert with authentic syntax
Fri, 05 Jun 2009 08:06:03 +0200 merged
haftmann [Fri, 05 Jun 2009 08:06:03 +0200] rev 31461
merged
Fri, 05 Jun 2009 08:00:53 +0200 Set.insert with authentic syntax
haftmann [Fri, 05 Jun 2009 08:00:53 +0200] rev 31460
Set.insert with authentic syntax
Thu, 04 Jun 2009 16:55:20 +0200 added trees implementing mappings
haftmann [Thu, 04 Jun 2009 16:55:20 +0200] rev 31459
added trees implementing mappings
Thu, 04 Jun 2009 16:11:04 +0200 avoid Library.foldl_map
haftmann [Thu, 04 Jun 2009 16:11:04 +0200] rev 31458
avoid Library.foldl_map
Thu, 04 Jun 2009 16:11:03 +0200 class replaces axclass
haftmann [Thu, 04 Jun 2009 16:11:03 +0200] rev 31457
class replaces axclass
Thu, 04 Jun 2009 15:28:59 +0200 insert now qualified and with authentic syntax
haftmann [Thu, 04 Jun 2009 15:28:59 +0200] rev 31456
insert now qualified and with authentic syntax
Thu, 04 Jun 2009 15:28:59 +0200 lemma about List.foldl and Finite_Set.fold
haftmann [Thu, 04 Jun 2009 15:28:59 +0200] rev 31455
lemma about List.foldl and Finite_Set.fold
Thu, 04 Jun 2009 15:28:58 +0200 dropped legacy ML bindings; tuned
haftmann [Thu, 04 Jun 2009 15:28:58 +0200] rev 31454
dropped legacy ML bindings; tuned
Thu, 04 Jun 2009 15:28:58 +0200 lemmas about basic set operations and Finite_Set.fold
haftmann [Thu, 04 Jun 2009 15:28:58 +0200] rev 31453
lemmas about basic set operations and Finite_Set.fold
Fri, 05 Jun 2009 09:54:47 +0200 merged
nipkow [Fri, 05 Jun 2009 09:54:47 +0200] rev 31452
merged
Fri, 05 Jun 2009 09:54:26 +0200 new lemma
nipkow [Fri, 05 Jun 2009 09:54:26 +0200] rev 31451
new lemma
Fri, 05 Jun 2009 00:29:29 -0700 merged
huffman [Fri, 05 Jun 2009 00:29:29 -0700] rev 31450
merged
Fri, 05 Jun 2009 00:24:47 -0700 fix type of hnorm
huffman [Fri, 05 Jun 2009 00:24:47 -0700] rev 31449
fix type of hnorm
Thu, 04 Jun 2009 17:28:31 -0700 define netlimit in terms of eventually
huffman [Thu, 04 Jun 2009 17:28:31 -0700] rev 31448
define netlimit in terms of eventually
Thu, 04 Jun 2009 17:24:09 -0700 generalize type of 'at' to topological_space; generalize some lemmas
huffman [Thu, 04 Jun 2009 17:24:09 -0700] rev 31447
generalize type of 'at' to topological_space; generalize some lemmas
Thu, 04 Jun 2009 16:11:36 -0700 add extra type constraints for dist, norm
huffman [Thu, 04 Jun 2009 16:11:36 -0700] rev 31446
add extra type constraints for dist, norm
Thu, 04 Jun 2009 14:32:00 -0700 generalize norm method to work over class real_normed_vector
huffman [Thu, 04 Jun 2009 14:32:00 -0700] rev 31445
generalize norm method to work over class real_normed_vector
Thu, 04 Jun 2009 23:42:11 +0200 example settings for Poly/ML 5.3 (experimental);
wenzelm [Thu, 04 Jun 2009 23:42:11 +0200] rev 31444
example settings for Poly/ML 5.3 (experimental);
Thu, 04 Jun 2009 22:52:53 +0200 uniform (short) ids on both sides;
wenzelm [Thu, 04 Jun 2009 22:52:53 +0200] rev 31443
uniform (short) ids on both sides;
Thu, 04 Jun 2009 22:08:20 +0200 merged
wenzelm [Thu, 04 Jun 2009 22:08:20 +0200] rev 31442
merged
Thu, 04 Jun 2009 19:44:06 +0200 finite lemmas
nipkow [Thu, 04 Jun 2009 19:44:06 +0200] rev 31441
finite lemmas
Thu, 04 Jun 2009 15:00:44 +0200 made SML/NJ happy
haftmann [Thu, 04 Jun 2009 15:00:44 +0200] rev 31440
made SML/NJ happy
Thu, 04 Jun 2009 13:26:51 +0200 merged
nipkow [Thu, 04 Jun 2009 13:26:51 +0200] rev 31439
merged
Thu, 04 Jun 2009 13:26:32 +0200 A few finite lemmas
nipkow [Thu, 04 Jun 2009 13:26:32 +0200] rev 31438
A few finite lemmas
Thu, 04 Jun 2009 22:02:33 +0200 removed unused location_of;
wenzelm [Thu, 04 Jun 2009 22:02:33 +0200] rev 31437
removed unused location_of; eval: actually pass location properties (via "file" field);
Thu, 04 Jun 2009 22:01:54 +0200 retrieve ML source files;
wenzelm [Thu, 04 Jun 2009 22:01:54 +0200] rev 31436
retrieve ML source files;
Thu, 04 Jun 2009 19:15:57 +0200 export file_name;
wenzelm [Thu, 04 Jun 2009 19:15:57 +0200] rev 31435
export file_name;
Thu, 04 Jun 2009 19:15:55 +0200 more robust treatment of bootstrap source positions;
wenzelm [Thu, 04 Jun 2009 19:15:55 +0200] rev 31434
more robust treatment of bootstrap source positions;
Thu, 04 Jun 2009 19:15:54 +0200 less experimental polyml-5.3;
wenzelm [Thu, 04 Jun 2009 19:15:54 +0200] rev 31433
less experimental polyml-5.3;
Thu, 04 Jun 2009 18:00:47 +0200 just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm [Thu, 04 Jun 2009 18:00:47 +0200] rev 31432
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
Thu, 04 Jun 2009 17:31:39 +0200 exn_message/raised: ML_Compiler.exception_position;
wenzelm [Thu, 04 Jun 2009 17:31:39 +0200] rev 31431
exn_message/raised: ML_Compiler.exception_position;
Thu, 04 Jun 2009 17:31:39 +0200 eliminated costly registration of tokens;
wenzelm [Thu, 04 Jun 2009 17:31:39 +0200] rev 31430
eliminated costly registration of tokens;
Thu, 04 Jun 2009 17:31:38 +0200 convert explicitly between Position.T/PolyML.location, without costly registration of tokens;
wenzelm [Thu, 04 Jun 2009 17:31:38 +0200] rev 31429
convert explicitly between Position.T/PolyML.location, without costly registration of tokens; added exception_position;
Thu, 04 Jun 2009 17:31:38 +0200 added exception_position (dummy);
wenzelm [Thu, 04 Jun 2009 17:31:38 +0200] rev 31428
added exception_position (dummy);
Thu, 04 Jun 2009 17:31:38 +0200 reraise exceptions to preserve original position (ML system specific);
wenzelm [Thu, 04 Jun 2009 17:31:38 +0200] rev 31427
reraise exceptions to preserve original position (ML system specific);
Thu, 04 Jun 2009 17:31:37 +0200 tuned signature;
wenzelm [Thu, 04 Jun 2009 17:31:37 +0200] rev 31426
tuned signature;
Thu, 04 Jun 2009 17:31:37 +0200 export esc;
wenzelm [Thu, 04 Jun 2009 17:31:37 +0200] rev 31425
export esc;
Thu, 04 Jun 2009 17:31:37 +0200 export value;
wenzelm [Thu, 04 Jun 2009 17:31:37 +0200] rev 31424
export value;
Thu, 04 Jun 2009 12:09:07 +0200 uniform default settings for E, Vampire, SPASS;
wenzelm [Thu, 04 Jun 2009 12:09:07 +0200] rev 31423
uniform default settings for E, Vampire, SPASS;
Wed, 03 Jun 2009 12:24:09 -0700 merged
huffman [Wed, 03 Jun 2009 12:24:09 -0700] rev 31422
merged
Wed, 03 Jun 2009 12:13:23 -0700 add classes for t0, t1, and t2 spaces
huffman [Wed, 03 Jun 2009 12:13:23 -0700] rev 31421
add classes for t0, t1, and t2 spaces
Wed, 03 Jun 2009 11:22:49 -0700 generalize type of islimpt
huffman [Wed, 03 Jun 2009 11:22:49 -0700] rev 31420
generalize type of islimpt
Wed, 03 Jun 2009 10:29:11 -0700 more [code del] declarations
huffman [Wed, 03 Jun 2009 10:29:11 -0700] rev 31419
more [code del] declarations
Wed, 03 Jun 2009 10:02:59 -0700 generalize some constants and lemmas to class topological_space
huffman [Wed, 03 Jun 2009 10:02:59 -0700] rev 31418
generalize some constants and lemmas to class topological_space
Wed, 03 Jun 2009 09:58:11 -0700 replace class open with class topo
huffman [Wed, 03 Jun 2009 09:58:11 -0700] rev 31417
replace class open with class topo
Wed, 03 Jun 2009 08:46:13 -0700 open_dist instance for vectors
huffman [Wed, 03 Jun 2009 08:46:13 -0700] rev 31416
open_dist instance for vectors
Wed, 03 Jun 2009 08:43:29 -0700 instance * :: topological_space
huffman [Wed, 03 Jun 2009 08:43:29 -0700] rev 31415
instance * :: topological_space
Wed, 03 Jun 2009 08:43:01 -0700 class real_inner derives from open_dist
huffman [Wed, 03 Jun 2009 08:43:01 -0700] rev 31414
class real_inner derives from open_dist
Wed, 03 Jun 2009 07:44:56 -0700 introduce class topological_space as a superclass of metric_space
huffman [Wed, 03 Jun 2009 07:44:56 -0700] rev 31413
introduce class topological_space as a superclass of metric_space
Wed, 03 Jun 2009 15:48:54 +0200 Converted reification to use fold_map instead of Library.foldl_map. Use antiquotations.
hoelzl [Wed, 03 Jun 2009 15:48:54 +0200] rev 31412
Converted reification to use fold_map instead of Library.foldl_map. Use antiquotations.
Wed, 03 Jun 2009 16:56:41 +0200 additional debugging
immler@in.tum.de [Wed, 03 Jun 2009 16:56:41 +0200] rev 31411
additional debugging
Wed, 03 Jun 2009 16:56:41 +0200 include chain-ths in every prover-call
immler@in.tum.de [Wed, 03 Jun 2009 16:56:41 +0200] rev 31410
include chain-ths in every prover-call
Wed, 03 Jun 2009 16:56:41 +0200 split preparing clauses and writing problemfile;
immler@in.tum.de [Wed, 03 Jun 2009 16:56:41 +0200] rev 31409
split preparing clauses and writing problemfile; included results of count_constants in return-type of prover; optionally pass counted constants to prover; removed unused external_prover from signature
Wed, 03 Jun 2009 07:12:57 -0700 merged
huffman [Wed, 03 Jun 2009 07:12:57 -0700] rev 31408
merged
Tue, 02 Jun 2009 23:56:12 -0700 merged
huffman [Tue, 02 Jun 2009 23:56:12 -0700] rev 31407
merged
Tue, 02 Jun 2009 23:49:46 -0700 instance ^ :: complete_space
huffman [Tue, 02 Jun 2009 23:49:46 -0700] rev 31406
instance ^ :: complete_space
Tue, 02 Jun 2009 23:35:52 -0700 instance * :: complete_space; generalize continuity lemmas for fst, snd, Pair
huffman [Tue, 02 Jun 2009 23:35:52 -0700] rev 31405
instance * :: complete_space; generalize continuity lemmas for fst, snd, Pair
Tue, 02 Jun 2009 23:31:03 -0700 generalize type of constant lim
huffman [Tue, 02 Jun 2009 23:31:03 -0700] rev 31404
generalize type of constant lim
Tue, 02 Jun 2009 23:06:05 -0700 class complete_space
huffman [Tue, 02 Jun 2009 23:06:05 -0700] rev 31403
class complete_space
Tue, 02 Jun 2009 22:35:56 -0700 generalize constant uniformly_continuous_on
huffman [Tue, 02 Jun 2009 22:35:56 -0700] rev 31402
generalize constant uniformly_continuous_on
Tue, 02 Jun 2009 22:09:50 -0700 generalize more constants
huffman [Tue, 02 Jun 2009 22:09:50 -0700] rev 31401
generalize more constants
Tue, 02 Jun 2009 20:35:04 -0700 generalize type of bounded
huffman [Tue, 02 Jun 2009 20:35:04 -0700] rev 31400
generalize type of bounded
Tue, 02 Jun 2009 20:10:56 -0700 generalize lemma norm_pastecart
huffman [Tue, 02 Jun 2009 20:10:56 -0700] rev 31399
generalize lemma norm_pastecart
Tue, 02 Jun 2009 19:42:44 -0700 generalize lemma norm_triangle_sub
huffman [Tue, 02 Jun 2009 19:42:44 -0700] rev 31398
generalize lemma norm_triangle_sub
Tue, 02 Jun 2009 19:29:18 -0700 generalize lemma Lim_unique
huffman [Tue, 02 Jun 2009 19:29:18 -0700] rev 31397
generalize lemma Lim_unique
Tue, 02 Jun 2009 18:59:50 -0700 generalize lemma closed_cball
huffman [Tue, 02 Jun 2009 18:59:50 -0700] rev 31396
generalize lemma closed_cball
Tue, 02 Jun 2009 18:46:32 -0700 generalize Lim_transform lemmas
huffman [Tue, 02 Jun 2009 18:46:32 -0700] rev 31395
generalize Lim_transform lemmas
Tue, 02 Jun 2009 18:31:11 -0700 generalize lemma interior_closed_Un_empty_interior
huffman [Tue, 02 Jun 2009 18:31:11 -0700] rev 31394
generalize lemma interior_closed_Un_empty_interior
Tue, 02 Jun 2009 17:20:20 -0700 reuse definition of nets from Limits.thy
huffman [Tue, 02 Jun 2009 17:20:20 -0700] rev 31393
reuse definition of nets from Limits.thy
Tue, 02 Jun 2009 17:03:22 -0700 replace filters with filter bases
huffman [Tue, 02 Jun 2009 17:03:22 -0700] rev 31392
replace filters with filter bases
Tue, 02 Jun 2009 15:37:59 -0700 generalize type of 'at' to metric_space
huffman [Tue, 02 Jun 2009 15:37:59 -0700] rev 31391
generalize type of 'at' to metric_space
Tue, 02 Jun 2009 15:13:22 -0700 redefine nets as filter bases
huffman [Tue, 02 Jun 2009 15:13:22 -0700] rev 31390
redefine nets as filter bases
Tue, 02 Jun 2009 10:32:19 -0700 new lemmas
huffman [Tue, 02 Jun 2009 10:32:19 -0700] rev 31389
new lemmas
Mon, 01 Jun 2009 16:59:56 -0700 limits of Pair using filters
huffman [Mon, 01 Jun 2009 16:59:56 -0700] rev 31388
limits of Pair using filters
Wed, 03 Jun 2009 11:33:16 +0200 Removed usage of reference in reification
hoelzl [Wed, 03 Jun 2009 11:33:16 +0200] rev 31387
Removed usage of reference in reification
Tue, 02 Jun 2009 18:38:13 +0200 corrected spacing in reflection
hoelzl [Tue, 02 Jun 2009 18:38:13 +0200] rev 31386
corrected spacing in reflection
Wed, 03 Jun 2009 07:51:11 +1000 switch at-sml-dev-e back to full test on macbroy23
kleing [Wed, 03 Jun 2009 07:51:11 +1000] rev 31385
switch at-sml-dev-e back to full test on macbroy23
Tue, 02 Jun 2009 23:30:45 +0200 IsabelleProcess: emit status "ready" after initialization and reports;
wenzelm [Tue, 02 Jun 2009 23:30:45 +0200] rev 31384
IsabelleProcess: emit status "ready" after initialization and reports;
Tue, 02 Jun 2009 21:13:47 +0200 moved restrict_map_insert to theory Map
haftmann [Tue, 02 Jun 2009 21:13:47 +0200] rev 31383
moved restrict_map_insert to theory Map
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip