Sun, 31 May 2009 11:27:19 -0700 more abstract properties of eventually
huffman [Sun, 31 May 2009 11:27:19 -0700] rev 31348
more abstract properties of eventually
Sun, 31 May 2009 10:59:46 -0700 new lemmas about eventually; rewrite Lim proofs to use more abstract properties of eventually
huffman [Sun, 31 May 2009 10:59:46 -0700] rev 31347
new lemmas about eventually; rewrite Lim proofs to use more abstract properties of eventually
Fri, 29 May 2009 22:42:13 -0700 generalize at function to class perfect_space
huffman [Fri, 29 May 2009 22:42:13 -0700] rev 31346
generalize at function to class perfect_space
Fri, 29 May 2009 18:23:07 -0700 generalize topological notions to class metric_space; add class perfect_space
huffman [Fri, 29 May 2009 18:23:07 -0700] rev 31345
generalize topological notions to class metric_space; add class perfect_space
Fri, 29 May 2009 15:32:33 -0700 instance ^ :: (metric_space, finite) metric_space
huffman [Fri, 29 May 2009 15:32:33 -0700] rev 31344
instance ^ :: (metric_space, finite) metric_space
Fri, 29 May 2009 14:09:58 -0700 generalize tendsto and related constants to class metric_space
huffman [Fri, 29 May 2009 14:09:58 -0700] rev 31343
generalize tendsto and related constants to class metric_space
Fri, 29 May 2009 10:31:35 -0700 add lemmas Lim_at_iff_LIM, Lim_sequentially_iff_LIMSEQ
huffman [Fri, 29 May 2009 10:31:35 -0700] rev 31342
add lemmas Lim_at_iff_LIM, Lim_sequentially_iff_LIMSEQ
Fri, 29 May 2009 10:26:36 -0700 remove duplicate cauchy constant
huffman [Fri, 29 May 2009 10:26:36 -0700] rev 31341
remove duplicate cauchy constant
Fri, 29 May 2009 10:02:47 -0700 fix reference to LIM_def
huffman [Fri, 29 May 2009 10:02:47 -0700] rev 31340
fix reference to LIM_def
Fri, 29 May 2009 09:58:14 -0700 instance * :: (metric_space, metric_space) metric_space; generalize lemmas to class metric_space
huffman [Fri, 29 May 2009 09:58:14 -0700] rev 31339
instance * :: (metric_space, metric_space) metric_space; generalize lemmas to class metric_space
Fri, 29 May 2009 09:22:56 -0700 generalize constants from Lim.thy to class metric_space
huffman [Fri, 29 May 2009 09:22:56 -0700] rev 31338
generalize constants from Lim.thy to class metric_space
Thu, 28 May 2009 23:03:12 -0700 LIMSEQ_def -> LIMSEQ_iff
huffman [Thu, 28 May 2009 23:03:12 -0700] rev 31337
LIMSEQ_def -> LIMSEQ_iff
Thu, 28 May 2009 22:57:17 -0700 generalize constants in SEQ.thy to class metric_space
huffman [Thu, 28 May 2009 22:57:17 -0700] rev 31336
generalize constants in SEQ.thy to class metric_space
Tue, 02 Jun 2009 13:15:16 +0200 early setup of secure operations (again, cf. deddd77112b7) -- NB: fix_ints is required for bootstrap;
wenzelm [Tue, 02 Jun 2009 13:15:16 +0200] rev 31335
early setup of secure operations (again, cf. deddd77112b7) -- NB: fix_ints is required for bootstrap; late setup of ML_Env and ML_Compiler;
Mon, 01 Jun 2009 23:28:07 +0200 structure ML_Compiler;
wenzelm [Mon, 01 Jun 2009 23:28:07 +0200] rev 31334
structure ML_Compiler;
Mon, 01 Jun 2009 23:28:06 +0200 added structure ML_Compiler: runtime compilation, with advanced version for Poly/ML 5.3 (formerly ML_Test);
wenzelm [Mon, 01 Jun 2009 23:28:06 +0200] rev 31333
added structure ML_Compiler: runtime compilation, with advanced version for Poly/ML 5.3 (formerly ML_Test);
Mon, 01 Jun 2009 23:28:05 +0200 added flatten;
wenzelm [Mon, 01 Jun 2009 23:28:05 +0200] rev 31332
added flatten;
Mon, 01 Jun 2009 23:28:04 +0200 tuned signature;
wenzelm [Mon, 01 Jun 2009 23:28:04 +0200] rev 31331
tuned signature;
Mon, 01 Jun 2009 23:28:04 +0200 export secure_mltext;
wenzelm [Mon, 01 Jun 2009 23:28:04 +0200] rev 31330
export secure_mltext;
Mon, 01 Jun 2009 23:28:02 +0200 tuned comments;
wenzelm [Mon, 01 Jun 2009 23:28:02 +0200] rev 31329
tuned comments;
Mon, 01 Jun 2009 16:12:42 +0200 maintain tokens within common ML environment;
wenzelm [Mon, 01 Jun 2009 16:12:42 +0200] rev 31328
maintain tokens within common ML environment;
Mon, 01 Jun 2009 15:26:00 +0200 ML_Env;
wenzelm [Mon, 01 Jun 2009 15:26:00 +0200] rev 31327
ML_Env;
Mon, 01 Jun 2009 15:26:00 +0200 slightly later setup of ML and secure operations;
wenzelm [Mon, 01 Jun 2009 15:26:00 +0200] rev 31326
slightly later setup of ML and secure operations;
Mon, 01 Jun 2009 15:26:00 +0200 moved local ML environment to separate module ML_Env;
wenzelm [Mon, 01 Jun 2009 15:26:00 +0200] rev 31325
moved local ML environment to separate module ML_Env;
Mon, 01 Jun 2009 15:25:59 +0200 removed print function from global ML name space, to reduce risk of surprises;
wenzelm [Mon, 01 Jun 2009 15:25:59 +0200] rev 31324
removed print function from global ML name space, to reduce risk of surprises;
Mon, 01 Jun 2009 13:32:54 +0200 made SML/NJ happy;
wenzelm [Mon, 01 Jun 2009 13:32:54 +0200] rev 31323
made SML/NJ happy;
Sun, 31 May 2009 19:05:20 +0200 attempt to eliminate adhoc makestring at runtime (which is not well-defined);
wenzelm [Sun, 31 May 2009 19:05:20 +0200] rev 31322
attempt to eliminate adhoc makestring at runtime (which is not well-defined);
Sun, 31 May 2009 17:47:04 +0200 eliminated misleading dummy versions of print/makestring, cf. 6974449ddea9;
wenzelm [Sun, 31 May 2009 17:47:04 +0200] rev 31321
eliminated misleading dummy versions of print/makestring, cf. 6974449ddea9;
Sun, 31 May 2009 17:45:53 +0200 provide local dummy version of makestring -- NB: makestring is fragile and not portable, it should not occur in repository sources;
wenzelm [Sun, 31 May 2009 17:45:53 +0200] rev 31320
provide local dummy version of makestring -- NB: makestring is fragile and not portable, it should not occur in repository sources;
Sun, 31 May 2009 16:41:52 +0200 no longer open PolyML -- to avoid surprises within the global name space;
wenzelm [Sun, 31 May 2009 16:41:52 +0200] rev 31319
no longer open PolyML -- to avoid surprises within the global name space; recovered some important PolyML bindings (NB: print and makestring cannot be rebound without loosing infinite overloading);
Sun, 31 May 2009 16:29:39 +0200 explicit PolyML qualification;
wenzelm [Sun, 31 May 2009 16:29:39 +0200] rev 31318
explicit PolyML qualification;
Sun, 31 May 2009 15:49:35 +0200 removed "compress" option from isabelle-process and isabelle usedir -- this is always enabled;
wenzelm [Sun, 31 May 2009 15:49:35 +0200] rev 31317
removed "compress" option from isabelle-process and isabelle usedir -- this is always enabled;
Sun, 31 May 2009 15:29:43 +0200 test experimental Poly/ML 5.3;
wenzelm [Sun, 31 May 2009 15:29:43 +0200] rev 31316
test experimental Poly/ML 5.3;
Sun, 31 May 2009 15:27:19 +0200 removed obsolete COPYDB flag;
wenzelm [Sun, 31 May 2009 15:27:19 +0200] rev 31315
removed obsolete COPYDB flag;
Sun, 31 May 2009 15:07:03 +0200 explicit PolyML.install_pp;
wenzelm [Sun, 31 May 2009 15:07:03 +0200] rev 31314
explicit PolyML.install_pp;
Sun, 31 May 2009 15:03:34 +0200 renamed polyml_pp.ML to pp_polyml.ML;
wenzelm [Sun, 31 May 2009 15:03:34 +0200] rev 31313
renamed polyml_pp.ML to pp_polyml.ML; explicit PolyML.install_pp;
Sun, 31 May 2009 14:51:21 +0200 more modular setup of runtime compilation;
wenzelm [Sun, 31 May 2009 14:51:21 +0200] rev 31312
more modular setup of runtime compilation;
Sun, 31 May 2009 14:46:44 +0200 more precise version information;
wenzelm [Sun, 31 May 2009 14:46:44 +0200] rev 31311
more precise version information;
Sun, 31 May 2009 14:20:54 +0200 uniform treatment of shellscript mode;
wenzelm [Sun, 31 May 2009 14:20:54 +0200] rev 31310
uniform treatment of shellscript mode;
Sun, 31 May 2009 14:16:32 +0200 updated example settings;
wenzelm [Sun, 31 May 2009 14:16:32 +0200] rev 31309
updated example settings;
Sun, 31 May 2009 14:15:07 +0200 discontinued support for Poly/ML 4.x versions;
wenzelm [Sun, 31 May 2009 14:15:07 +0200] rev 31308
discontinued support for Poly/ML 4.x versions;
Sat, 30 May 2009 22:37:38 +0200 ISABELLE_USEDIR_OPTIONS: proper word splitting of quoted options (via array variable and special expansion, cf. "$@");
wenzelm [Sat, 30 May 2009 22:37:38 +0200] rev 31307
ISABELLE_USEDIR_OPTIONS: proper word splitting of quoted options (via array variable and special expansion, cf. "$@");
Sat, 30 May 2009 15:53:19 +0200 eliminated old Attrib.add_attributes (and Attrib.syntax);
wenzelm [Sat, 30 May 2009 15:53:19 +0200] rev 31306
eliminated old Attrib.add_attributes (and Attrib.syntax);
Sat, 30 May 2009 15:25:46 +0200 modernized attribute setup;
wenzelm [Sat, 30 May 2009 15:25:46 +0200] rev 31305
modernized attribute setup; removed obsolete no_args, add_del_args;
Sat, 30 May 2009 15:00:23 +0200 eliminated old Method.add_method(s);
wenzelm [Sat, 30 May 2009 15:00:23 +0200] rev 31304
eliminated old Method.add_method(s);
Sat, 30 May 2009 14:26:33 +0200 removed obsolete combinators for method args;
wenzelm [Sat, 30 May 2009 14:26:33 +0200] rev 31303
removed obsolete combinators for method args;
Sat, 30 May 2009 13:42:40 +0200 proper signature constraint;
wenzelm [Sat, 30 May 2009 13:42:40 +0200] rev 31302
proper signature constraint; modernized method setup;
Sat, 30 May 2009 13:12:15 +0200 minimal signature cleanup;
wenzelm [Sat, 30 May 2009 13:12:15 +0200] rev 31301
minimal signature cleanup; modernized method setup;
Sat, 30 May 2009 12:53:11 +0200 modernized method setup;
wenzelm [Sat, 30 May 2009 12:53:11 +0200] rev 31300
modernized method setup; tuned;
Sat, 30 May 2009 12:52:57 +0200 modernized method setup;
wenzelm [Sat, 30 May 2009 12:52:57 +0200] rev 31299
modernized method setup;
Sat, 30 May 2009 11:57:36 +0200 tuned;
wenzelm [Sat, 30 May 2009 11:57:36 +0200] rev 31298
tuned;
Sat, 30 May 2009 11:56:21 +0200 tuned;
wenzelm [Sat, 30 May 2009 11:56:21 +0200] rev 31297
tuned;
Sat, 30 May 2009 08:17:05 +0200 simps with mandatory name prefix
haftmann [Sat, 30 May 2009 08:17:05 +0200] rev 31296
simps with mandatory name prefix
Sat, 30 May 2009 08:16:44 +0200 corrected bound/unbounded flag for nat numerals
haftmann [Sat, 30 May 2009 08:16:44 +0200] rev 31295
corrected bound/unbounded flag for nat numerals
Fri, 29 May 2009 17:27:00 +0200 removed dead theory Relation_Power
haftmann [Fri, 29 May 2009 17:27:00 +0200] rev 31294
removed dead theory Relation_Power
Thu, 28 May 2009 22:54:57 -0700 fix reference to dist_def
huffman [Thu, 28 May 2009 22:54:57 -0700] rev 31293
fix reference to dist_def
Thu, 28 May 2009 22:53:23 -0700 definition of dist for complex
huffman [Thu, 28 May 2009 22:53:23 -0700] rev 31292
definition of dist for complex
Thu, 28 May 2009 17:24:18 -0700 fix references to dist_def
huffman [Thu, 28 May 2009 17:24:18 -0700] rev 31291
fix references to dist_def
Thu, 28 May 2009 17:09:51 -0700 define dist for products
huffman [Thu, 28 May 2009 17:09:51 -0700] rev 31290
define dist for products
Thu, 28 May 2009 17:00:02 -0700 move dist operation to new metric_space class
huffman [Thu, 28 May 2009 17:00:02 -0700] rev 31289
move dist operation to new metric_space class
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip