huffman [Thu, 28 May 2009 23:03:12 -0700] rev 31337
LIMSEQ_def -> LIMSEQ_iff
huffman [Thu, 28 May 2009 22:57:17 -0700] rev 31336
generalize constants in SEQ.thy to class metric_space
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;
wenzelm [Mon, 01 Jun 2009 23:28:07 +0200] rev 31334
structure ML_Compiler;
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);
wenzelm [Mon, 01 Jun 2009 23:28:05 +0200] rev 31332
added flatten;
wenzelm [Mon, 01 Jun 2009 23:28:04 +0200] rev 31331
tuned signature;
wenzelm [Mon, 01 Jun 2009 23:28:04 +0200] rev 31330
export secure_mltext;
wenzelm [Mon, 01 Jun 2009 23:28:02 +0200] rev 31329
tuned comments;
wenzelm [Mon, 01 Jun 2009 16:12:42 +0200] rev 31328
maintain tokens within common ML environment;
wenzelm [Mon, 01 Jun 2009 15:26:00 +0200] rev 31327
ML_Env;
wenzelm [Mon, 01 Jun 2009 15:26:00 +0200] rev 31326
slightly later setup of ML and secure operations;
wenzelm [Mon, 01 Jun 2009 15:26:00 +0200] rev 31325
moved local ML environment to separate module ML_Env;
wenzelm [Mon, 01 Jun 2009 15:25:59 +0200] rev 31324
removed print function from global ML name space, to reduce risk of surprises;
wenzelm [Mon, 01 Jun 2009 13:32:54 +0200] rev 31323
made SML/NJ happy;
wenzelm [Sun, 31 May 2009 19:05:20 +0200] rev 31322
attempt to eliminate adhoc makestring at runtime (which is not well-defined);
wenzelm [Sun, 31 May 2009 17:47:04 +0200] rev 31321
eliminated misleading dummy versions of print/makestring, cf. 6974449ddea9;
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;
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);
wenzelm [Sun, 31 May 2009 16:29:39 +0200] rev 31318
explicit PolyML qualification;
wenzelm [Sun, 31 May 2009 15:49:35 +0200] rev 31317
removed "compress" option from isabelle-process and isabelle usedir -- this is always enabled;
wenzelm [Sun, 31 May 2009 15:29:43 +0200] rev 31316
test experimental Poly/ML 5.3;
wenzelm [Sun, 31 May 2009 15:27:19 +0200] rev 31315
removed obsolete COPYDB flag;
wenzelm [Sun, 31 May 2009 15:07:03 +0200] rev 31314
explicit PolyML.install_pp;
wenzelm [Sun, 31 May 2009 15:03:34 +0200] rev 31313
renamed polyml_pp.ML to pp_polyml.ML;
explicit PolyML.install_pp;
wenzelm [Sun, 31 May 2009 14:51:21 +0200] rev 31312
more modular setup of runtime compilation;
wenzelm [Sun, 31 May 2009 14:46:44 +0200] rev 31311
more precise version information;
wenzelm [Sun, 31 May 2009 14:20:54 +0200] rev 31310
uniform treatment of shellscript mode;
wenzelm [Sun, 31 May 2009 14:16:32 +0200] rev 31309
updated example settings;
wenzelm [Sun, 31 May 2009 14:15:07 +0200] rev 31308
discontinued support for Poly/ML 4.x versions;
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. "$@");
wenzelm [Sat, 30 May 2009 15:53:19 +0200] rev 31306
eliminated old Attrib.add_attributes (and Attrib.syntax);