Tue, 02 Jun 2009 10:02:52 +0200 berghofe Fixed broken code dealing with alternative names.
Tue, 02 Jun 2009 10:02:08 +0200 berghofe Enclosed parts of subsection in @{text ...} to make LaTeX happy.
Tue, 02 Jun 2009 10:00:29 +0200 berghofe Added Convex_Euclidean_Space.thy again.
Tue, 02 Jun 2009 08:56:19 +0200 haftmann made SML/NJ happy
Mon, 01 Jun 2009 16:27:54 -0700 huffman declare Bfun_def [code del]
Mon, 01 Jun 2009 10:56:31 -0700 huffman simp del -> code del
Mon, 01 Jun 2009 10:36:42 -0700 huffman limits of inverse using filters
Mon, 01 Jun 2009 08:04:19 -0700 huffman merged
Mon, 01 Jun 2009 07:57:37 -0700 huffman add [code del] declarations
Mon, 01 Jun 2009 07:45:49 -0700 huffman add dependency on Limits.thy
Mon, 01 Jun 2009 10:02:01 +0200 nipkow new lemma
Sun, 31 May 2009 22:00:56 -0700 huffman merged
Sun, 31 May 2009 21:59:33 -0700 huffman new theory of filters and limits; prove LIMSEQ and LIM lemmas using filters
Sun, 31 May 2009 11:27:19 -0700 huffman more abstract properties of eventually
Sun, 31 May 2009 10:59:46 -0700 huffman new lemmas about eventually; rewrite Lim proofs to use more abstract properties of eventually
Fri, 29 May 2009 22:42:13 -0700 huffman generalize at function to class perfect_space
Fri, 29 May 2009 18:23:07 -0700 huffman generalize topological notions to class metric_space; add class perfect_space
Fri, 29 May 2009 15:32:33 -0700 huffman instance ^ :: (metric_space, finite) metric_space
Fri, 29 May 2009 14:09:58 -0700 huffman generalize tendsto and related constants to class metric_space
Fri, 29 May 2009 10:31:35 -0700 huffman add lemmas Lim_at_iff_LIM, Lim_sequentially_iff_LIMSEQ
Fri, 29 May 2009 10:26:36 -0700 huffman remove duplicate cauchy constant
Fri, 29 May 2009 10:02:47 -0700 huffman fix reference to LIM_def
Fri, 29 May 2009 09:58:14 -0700 huffman instance * :: (metric_space, metric_space) metric_space; generalize lemmas to class metric_space
Fri, 29 May 2009 09:22:56 -0700 huffman generalize constants from Lim.thy to class metric_space
Thu, 28 May 2009 23:03:12 -0700 huffman LIMSEQ_def -> LIMSEQ_iff
Thu, 28 May 2009 22:57:17 -0700 huffman generalize constants in SEQ.thy to class metric_space
Tue, 02 Jun 2009 13:15:16 +0200 wenzelm early setup of secure operations (again, cf. deddd77112b7) -- NB: fix_ints is required for bootstrap;
Mon, 01 Jun 2009 23:28:07 +0200 wenzelm structure ML_Compiler;
Mon, 01 Jun 2009 23:28:06 +0200 wenzelm 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 wenzelm added flatten;
Mon, 01 Jun 2009 23:28:04 +0200 wenzelm tuned signature;
Mon, 01 Jun 2009 23:28:04 +0200 wenzelm export secure_mltext;
Mon, 01 Jun 2009 23:28:02 +0200 wenzelm tuned comments;
Mon, 01 Jun 2009 16:12:42 +0200 wenzelm maintain tokens within common ML environment;
Mon, 01 Jun 2009 15:26:00 +0200 wenzelm ML_Env;
Mon, 01 Jun 2009 15:26:00 +0200 wenzelm slightly later setup of ML and secure operations;
Mon, 01 Jun 2009 15:26:00 +0200 wenzelm moved local ML environment to separate module ML_Env;
Mon, 01 Jun 2009 15:25:59 +0200 wenzelm removed print function from global ML name space, to reduce risk of surprises;
Mon, 01 Jun 2009 13:32:54 +0200 wenzelm made SML/NJ happy;
Sun, 31 May 2009 19:05:20 +0200 wenzelm attempt to eliminate adhoc makestring at runtime (which is not well-defined);
Sun, 31 May 2009 17:47:04 +0200 wenzelm eliminated misleading dummy versions of print/makestring, cf. 6974449ddea9;
Sun, 31 May 2009 17:45:53 +0200 wenzelm 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 wenzelm no longer open PolyML -- to avoid surprises within the global name space;
Sun, 31 May 2009 16:29:39 +0200 wenzelm explicit PolyML qualification;
Sun, 31 May 2009 15:49:35 +0200 wenzelm removed "compress" option from isabelle-process and isabelle usedir -- this is always enabled;
Sun, 31 May 2009 15:29:43 +0200 wenzelm test experimental Poly/ML 5.3;
Sun, 31 May 2009 15:27:19 +0200 wenzelm removed obsolete COPYDB flag;
Sun, 31 May 2009 15:07:03 +0200 wenzelm explicit PolyML.install_pp;
Sun, 31 May 2009 15:03:34 +0200 wenzelm renamed polyml_pp.ML to pp_polyml.ML;
Sun, 31 May 2009 14:51:21 +0200 wenzelm more modular setup of runtime compilation;
Sun, 31 May 2009 14:46:44 +0200 wenzelm more precise version information;
Sun, 31 May 2009 14:20:54 +0200 wenzelm uniform treatment of shellscript mode;
Sun, 31 May 2009 14:16:32 +0200 wenzelm updated example settings;
Sun, 31 May 2009 14:15:07 +0200 wenzelm discontinued support for Poly/ML 4.x versions;
Sat, 30 May 2009 22:37:38 +0200 wenzelm ISABELLE_USEDIR_OPTIONS: proper word splitting of quoted options (via array variable and special expansion, cf. "$@");
Sat, 30 May 2009 15:53:19 +0200 wenzelm eliminated old Attrib.add_attributes (and Attrib.syntax);
Sat, 30 May 2009 15:25:46 +0200 wenzelm modernized attribute setup;
Sat, 30 May 2009 15:00:23 +0200 wenzelm eliminated old Method.add_method(s);
Sat, 30 May 2009 14:26:33 +0200 wenzelm removed obsolete combinators for method args;
Sat, 30 May 2009 13:42:40 +0200 wenzelm proper signature constraint;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip