Thu, 23 Aug 2012 14:58:42 +0200 wenzelm tuned signature;
Thu, 23 Aug 2012 13:55:27 +0200 wenzelm clarified type Token.file;
Thu, 23 Aug 2012 13:31:00 +0200 wenzelm expand all files uniformly;
Thu, 23 Aug 2012 13:26:27 +0200 wenzelm added build option -l (list files);
Thu, 23 Aug 2012 13:03:29 +0200 wenzelm prefer classic take_prefix/take_suffix over chop_while (cf. 0659e84bdc5f);
Thu, 23 Aug 2012 12:55:23 +0200 wenzelm more basic file dependencies -- no load command here;
Thu, 23 Aug 2012 12:44:52 +0200 wenzelm tuned signature (again, cf. ff9cd47be39b);
Thu, 23 Aug 2012 12:43:01 +0200 wenzelm updated Thy_Load.check_thy;
Thu, 23 Aug 2012 12:33:42 +0200 wenzelm simplified Thy_Load.check_thy (again) -- no need to pass keywords nor find files in body text;
Thu, 23 Aug 2012 12:00:11 +0200 wenzelm tuned signature;
Thu, 23 Aug 2012 11:58:10 +0200 wenzelm simplified Thy_Load.provide: do not store full path;
Wed, 22 Aug 2012 23:45:49 +0200 wenzelm prefer ML_file over old uses;
Wed, 22 Aug 2012 23:23:48 +0200 wenzelm merged
Tue, 21 Aug 2012 09:02:29 +0200 nipkow abstracted lemmas
Wed, 22 Aug 2012 23:22:57 +0200 wenzelm prefer ML_file over old uses;
Wed, 22 Aug 2012 22:55:41 +0200 wenzelm prefer ML_file over old uses;
Wed, 22 Aug 2012 22:47:16 +0200 wenzelm 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
Wed, 22 Aug 2012 21:43:17 +0200 wenzelm add keywords of this node as well (e.g. relevant for Pure.thy);
Wed, 22 Aug 2012 21:28:33 +0200 wenzelm tuned;
Wed, 22 Aug 2012 21:06:26 +0200 wenzelm tuned message -- dynamic loading happens routinely, e.g. in TTY/PG interaction;
Wed, 22 Aug 2012 21:02:02 +0200 wenzelm discontinued separate list of required files -- maintain only provided files as they occur at runtime;
Wed, 22 Aug 2012 18:04:30 +0200 wenzelm find files via load commands within theory text;
Wed, 22 Aug 2012 16:24:52 +0200 wenzelm clarified global get_recent_syntax: session always has its base_syntax, but it might be absent itself;
Wed, 22 Aug 2012 16:10:23 +0200 wenzelm pass syntax through check_thy;
Wed, 22 Aug 2012 15:53:17 +0200 wenzelm use Thy_Header.read on explicit text only -- potentially via File.read, not Scan.byte_reader;
Wed, 22 Aug 2012 12:47:49 +0200 wenzelm clarified Parse.path vs. Parse.explode -- prefer errors in proper transaction context;
Wed, 22 Aug 2012 12:17:55 +0200 wenzelm tuned;
Wed, 22 Aug 2012 12:07:11 +0200 wenzelm clarified bootstrapping of Pure;
Wed, 22 Aug 2012 11:56:13 +0200 wenzelm tuned errors;
Tue, 21 Aug 2012 22:26:34 +0200 wenzelm prefer File.full_path in accordance to check_file;
Tue, 21 Aug 2012 21:48:32 +0200 wenzelm more standard Thy_Load.check_thy for Pure.thy, relying on its header;
Tue, 21 Aug 2012 21:25:45 +0200 wenzelm updated Thy_Load.check_thy;
Tue, 21 Aug 2012 20:32:33 +0200 wenzelm refined Thy_Load.check_thy: find more uses in body text, based on keywords;
Tue, 21 Aug 2012 16:56:18 +0200 wenzelm more direct cumulation of (sparse) keywords;
Tue, 21 Aug 2012 14:54:29 +0200 wenzelm some support for thy_load_commands;
Tue, 21 Aug 2012 13:29:34 +0200 wenzelm tuned signature;
Tue, 21 Aug 2012 12:15:25 +0200 wenzelm clarified initialization of Thy_Load, Thy_Info, Session;
Tue, 21 Aug 2012 11:00:54 +0200 wenzelm tuned;
Mon, 20 Aug 2012 21:52:31 +0200 wenzelm more robust cleaning of "% tag" and "-- cmt";
Mon, 20 Aug 2012 17:05:53 +0200 wenzelm some support for inlining file content into outer syntax token language;
Mon, 20 Aug 2012 15:43:10 +0200 wenzelm tuned comment;
Mon, 20 Aug 2012 14:23:20 +0200 wenzelm tuned;
Mon, 20 Aug 2012 14:09:09 +0200 wenzelm added keyword kind "thy_load" (with optional list of file extensions);
Mon, 20 Aug 2012 13:58:06 +0200 wenzelm updated generated files;
Mon, 20 Aug 2012 13:39:41 +0200 wenzelm more strict syntax, according to manual;
Mon, 20 Aug 2012 08:40:18 +0200 nipkow abstracted lemma
Sun, 19 Aug 2012 19:31:45 +0200 wenzelm retain unknown options within preferences;
Sun, 19 Aug 2012 18:01:25 +0200 wenzelm more comprehensible platform family name;
Sun, 19 Aug 2012 17:51:41 +0200 wenzelm tuned message;
Sun, 19 Aug 2012 17:33:00 +0200 wenzelm fewer components, more roots;
Sun, 19 Aug 2012 17:21:34 +0200 wenzelm actually remove makeall (cf. 292b97e17fb7);
Fri, 17 Aug 2012 21:16:13 +0200 wenzelm tuned;
Fri, 17 Aug 2012 21:15:36 +0200 wenzelm Backed out changeset ec82c33c75f8;
Fri, 17 Aug 2012 20:31:12 +0200 webertj Typo fixed.
Fri, 17 Aug 2012 19:11:51 +0200 wenzelm merged
Fri, 17 Aug 2012 11:32:20 +0200 nipkow merged
Fri, 17 Aug 2012 08:56:08 +0200 nipkow fixed lemmas
Thu, 16 Aug 2012 15:08:42 +0200 nipkow abstracted lemmas
Fri, 17 Aug 2012 19:08:55 +0200 wenzelm updated to new init_components, hoping that mira can digest that;
Fri, 17 Aug 2012 19:07:14 +0200 wenzelm some explanations on component categories;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip