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);
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip