wenzelm [Sun, 10 Apr 2016 22:27:43 +0200] rev 62946
tuned;
wenzelm [Sun, 10 Apr 2016 22:27:05 +0200] rev 62945
tuned comments;
wenzelm [Sun, 10 Apr 2016 21:46:12 +0200] rev 62944
more standard session build process, including browser_info;
clarified final setup of global ML environment;
wenzelm [Sun, 10 Apr 2016 21:30:48 +0200] rev 62943
clarified files;
wenzelm [Sun, 10 Apr 2016 20:15:39 +0200] rev 62942
tuned;
wenzelm [Sun, 10 Apr 2016 18:41:49 +0200] rev 62941
proper support for recursive ML debugging;
wenzelm [Sun, 10 Apr 2016 17:52:30 +0200] rev 62940
tuned -- avoid recoding properties;
wenzelm [Sat, 09 Apr 2016 21:42:42 +0200] rev 62939
removed old proof method "default";
wenzelm [Sat, 09 Apr 2016 20:38:08 +0200] rev 62938
clean message more thoroughly;
wenzelm [Sat, 09 Apr 2016 20:31:46 +0200] rev 62937
clarified modules;
removed unsed exn_id;
wenzelm [Sat, 09 Apr 2016 20:18:15 +0200] rev 62936
avoid interference with running PIDE protocol;
wenzelm [Sat, 09 Apr 2016 20:14:00 +0200] rev 62935
proper signature for structure;
tuned;
wenzelm [Sat, 09 Apr 2016 20:07:10 +0200] rev 62934
tuned signature;
proper signature for structure;
wenzelm [Sat, 09 Apr 2016 19:38:25 +0200] rev 62933
proper output of markup, e.g. relevant for nested ML as used in Pure/System/bash.ML;
wenzelm [Sat, 09 Apr 2016 19:30:15 +0200] rev 62932
support ROOT0.ML as well -- independently of ROOT.ML;
wenzelm [Sat, 09 Apr 2016 19:09:11 +0200] rev 62931
flags as in 'ML' command;
wenzelm [Sat, 09 Apr 2016 16:16:05 +0200] rev 62930
shared output primitives of physical/virtual Pure;
wenzelm [Sat, 09 Apr 2016 14:52:10 +0200] rev 62929
shared thread position for physical/virtual Pure;
wenzelm [Sat, 09 Apr 2016 14:40:00 +0200] rev 62928
prefer Synchronized.var;
wenzelm [Sat, 09 Apr 2016 14:28:32 +0200] rev 62927
tuned signature;
wenzelm [Sat, 09 Apr 2016 14:21:29 +0200] rev 62926
virtual Pure is single-threaded to avoid confusion with multiple thread farms etc.;
wenzelm [Sat, 09 Apr 2016 14:17:50 +0200] rev 62925
tuned signature;
wenzelm [Sat, 09 Apr 2016 14:11:31 +0200] rev 62924
tuned signature -- closer to Exn.Interrupt.expose in Scala;
wenzelm [Sat, 09 Apr 2016 14:00:23 +0200] rev 62923
clarified bootstrap;
wenzelm [Sat, 09 Apr 2016 13:28:32 +0200] rev 62922
clarified context;
avoid Unsynchronized.ref;
wenzelm [Sat, 09 Apr 2016 12:36:25 +0200] rev 62921
old;
wenzelm [Sat, 09 Apr 2016 11:35:01 +0200] rev 62920
ensure globally unique counter results;
wenzelm [Sat, 09 Apr 2016 11:34:23 +0200] rev 62919
tuned;
wenzelm [Sat, 09 Apr 2016 11:21:38 +0200] rev 62918
clarified modules;
wenzelm [Fri, 08 Apr 2016 22:48:25 +0200] rev 62917
backout 930a30c1a9af: leads to odd effect of command-line options becoming persistent preferences;
wenzelm [Fri, 08 Apr 2016 22:47:18 +0200] rev 62916
eliminated ancient TTY-based Tactical.tracify and related global references;
wenzelm [Fri, 08 Apr 2016 21:49:43 +0200] rev 62915
updated according to 705d4c4003ea;
wenzelm [Fri, 08 Apr 2016 20:52:40 +0200] rev 62914
option "-o" for "isabelle jedit";
wenzelm [Fri, 08 Apr 2016 20:15:20 +0200] rev 62913
eliminated unused simproc identifier;
wenzelm [Thu, 07 Apr 2016 22:09:23 +0200] rev 62912
section headings for ROOT.ML;
wenzelm [Thu, 07 Apr 2016 21:39:03 +0200] rev 62911
back to dynamic conditional compilation (reverting 4764473c9b8d) via recursive ML name space;
wenzelm [Thu, 07 Apr 2016 21:27:17 +0200] rev 62910
explicit handling of recursive ML name space, e.g. relevant for ML_Bootstrap;
handle bootstrap signatures as well;
wenzelm [Thu, 07 Apr 2016 20:54:20 +0200] rev 62909
clarified word syntax: "." is separator or delimiter;
wenzelm [Thu, 07 Apr 2016 20:51:52 +0200] rev 62908
clarified mode of ROOT.ML files;
traytel [Thu, 07 Apr 2016 17:56:26 +0200] rev 62907
(un)folds are not legacy
traytel [Thu, 07 Apr 2016 17:56:26 +0200] rev 62906
removed duplicate lemma
traytel [Thu, 07 Apr 2016 17:56:22 +0200] rev 62905
derive (co)rec uniformly from (un)fold
wenzelm [Thu, 07 Apr 2016 17:26:22 +0200] rev 62904
NEWS;
wenzelm [Thu, 07 Apr 2016 17:20:21 +0200] rev 62903
updated documentation;
wenzelm [Thu, 07 Apr 2016 16:53:43 +0200] rev 62902
more conventional theory syntax for ML bootstrap, with 'ML_file' instead of 'use';
avoid slowdown of Resources.loaded_files due to command name 'use' in Pure base syntax;
wenzelm [Thu, 07 Apr 2016 15:32:47 +0200] rev 62901
unused (see caaa2fc4040d);
wenzelm [Thu, 07 Apr 2016 13:54:02 +0200] rev 62900
simplified default print_depth: context is usually available, in contrast to 0d295e339f52;
wenzelm [Thu, 07 Apr 2016 13:35:08 +0200] rev 62899
clarified bootstrap of @{make_string} -- avoid query on ML environment;
wenzelm [Thu, 07 Apr 2016 12:13:11 +0200] rev 62898
Pure attribute setup is back to Pure/Isar/attrib.ML, where it can be editing continuously (see also 7eb0c04e4c40);
wenzelm [Thu, 07 Apr 2016 12:08:02 +0200] rev 62897
prefer regular context update, to allow continuous editing of Pure;
wenzelm [Thu, 07 Apr 2016 11:17:57 +0200] rev 62896
clarified editor mode;
wenzelm [Wed, 06 Apr 2016 23:45:19 +0200] rev 62895
treat ROOT.ML as theory with header "theory ML_Root imports ML_Bootstrap begin";
wenzelm [Wed, 06 Apr 2016 19:50:27 +0200] rev 62894
more robust bootstrap;
wenzelm [Wed, 06 Apr 2016 19:03:29 +0200] rev 62893
virtual thread data via context, for proper support of Context.>> etc;
wenzelm [Wed, 06 Apr 2016 17:17:05 +0200] rev 62892
unused;
wenzelm [Wed, 06 Apr 2016 17:16:30 +0200] rev 62891
tuned signature;
wenzelm [Wed, 06 Apr 2016 16:51:52 +0200] rev 62890
clarified bootstrap;
wenzelm [Wed, 06 Apr 2016 16:33:33 +0200] rev 62889
clarified modules;
tuned signature;
wenzelm [Wed, 06 Apr 2016 14:08:57 +0200] rev 62888
proper return code;
wenzelm [Wed, 06 Apr 2016 14:02:12 +0200] rev 62887
clarified ML bootstrap environment;
wenzelm [Wed, 06 Apr 2016 11:57:21 +0200] rev 62886
simplified bootstrap: critical structures remain accessible in ML_Root context;
wenzelm [Wed, 06 Apr 2016 11:50:07 +0200] rev 62885
more uniform cleanup (via ML_Process in Scala);
wenzelm [Wed, 06 Apr 2016 11:44:34 +0200] rev 62884
clarified bootstrap;
wenzelm [Wed, 06 Apr 2016 11:37:37 +0200] rev 62883
clarified ML bootstrap;
wenzelm [Tue, 05 Apr 2016 22:31:28 +0200] rev 62882
merged
wenzelm [Tue, 05 Apr 2016 22:07:44 +0200] rev 62881
proper file extension;
wenzelm [Tue, 05 Apr 2016 21:51:14 +0200] rev 62880
clarified files;
wenzelm [Tue, 05 Apr 2016 21:23:32 +0200] rev 62879
back to static conditional compilation -- simplified bootstrap;
wenzelm [Tue, 05 Apr 2016 20:51:37 +0200] rev 62878
clarified modules -- simplified bootstrap;
wenzelm [Tue, 05 Apr 2016 20:05:05 +0200] rev 62877
avoid malformed Isabelle symbols during bootstrap;
wenzelm [Tue, 05 Apr 2016 20:03:24 +0200] rev 62876
clarified modules -- simplified bootstrap;
wenzelm [Tue, 05 Apr 2016 19:41:58 +0200] rev 62875
clarified bootstrap environment;
wenzelm [Tue, 05 Apr 2016 18:25:42 +0200] rev 62874
actually observe ML_system_unsafe, concerning the environment that is stored in theory ML_Root;
wenzelm [Tue, 05 Apr 2016 18:20:25 +0200] rev 62873
support bootstrap from fresh SML environment, with syntax of Isabelle/ML or SML;
wenzelm [Tue, 05 Apr 2016 18:18:36 +0200] rev 62872
tuned;
wenzelm [Tue, 05 Apr 2016 18:16:11 +0200] rev 62871
proper syntax;
wenzelm [Tue, 05 Apr 2016 17:25:11 +0200] rev 62870
prefer antiquotations;
wenzelm [Tue, 05 Apr 2016 17:16:46 +0200] rev 62869
proper use_thy;
wenzelm [Tue, 05 Apr 2016 15:58:58 +0200] rev 62868
support for ML project ROOT file, with imitation of ML "use" commands;
wenzelm [Tue, 05 Apr 2016 15:53:48 +0200] rev 62867
tuned;
wenzelm [Tue, 05 Apr 2016 15:27:11 +0200] rev 62866
read Pure file dependencies directly from ROOT.ML;
wenzelm [Tue, 05 Apr 2016 14:59:00 +0200] rev 62865
tuned output;
wenzelm [Tue, 05 Apr 2016 14:58:24 +0200] rev 62864
tuned;
traytel [Tue, 05 Apr 2016 09:54:17 +0200] rev 62863
single uniqueness theorems for map, (un)fold, (co)rec for mutual (co)datatypes
wenzelm [Mon, 04 Apr 2016 23:58:48 +0200] rev 62862
more uniform ML file commands;
wenzelm [Mon, 04 Apr 2016 23:13:41 +0200] rev 62861
tuned;
wenzelm [Mon, 04 Apr 2016 23:08:48 +0200] rev 62860
tuned;
wenzelm [Mon, 04 Apr 2016 23:08:43 +0200] rev 62859
tuned whitespace;
wenzelm [Mon, 04 Apr 2016 22:55:50 +0200] rev 62858
tuned headers;
wenzelm [Mon, 04 Apr 2016 22:13:47 +0200] rev 62857
merged
wenzelm [Mon, 04 Apr 2016 22:13:08 +0200] rev 62856
tuned -- more explicit sections;
wenzelm [Mon, 04 Apr 2016 20:46:39 +0200] rev 62855
clarified bootstrap -- avoid conditional compilation in ROOT.ML;
wenzelm [Mon, 04 Apr 2016 20:45:54 +0200] rev 62854
allow empty string;
wenzelm [Mon, 04 Apr 2016 20:28:17 +0200] rev 62853
tuned;
wenzelm [Mon, 04 Apr 2016 20:20:47 +0200] rev 62852
clarified modules;
wenzelm [Mon, 04 Apr 2016 20:07:08 +0200] rev 62851
option ML_system_unsafe;
wenzelm [Mon, 04 Apr 2016 19:48:54 +0200] rev 62850
clarified conditional compilation;
wenzelm [Mon, 04 Apr 2016 17:25:53 +0200] rev 62849
clarified bootstrap -- avoid 'ML_file' in Pure.thy for uniformity;
wenzelm [Mon, 04 Apr 2016 17:02:34 +0200] rev 62848
clarified bootstrap -- more uniform use of ML files;
wenzelm [Mon, 04 Apr 2016 16:14:22 +0200] rev 62847
clarified bootstrap;
wenzelm [Mon, 04 Apr 2016 15:53:56 +0200] rev 62846
clarified final setup of ML environment;
wenzelm [Mon, 04 Apr 2016 15:35:24 +0200] rev 62845
clarified modules;
wenzelm [Mon, 04 Apr 2016 14:53:30 +0200] rev 62844
avoid duplicate reports;
paulson <lp15@cam.ac.uk> [Mon, 04 Apr 2016 16:52:56 +0100] rev 62843
Mostly renaming (from HOL Light to Isabelle conventions), with a couple of new results
blanchet [Mon, 04 Apr 2016 09:45:04 +0200] rev 62842
added reference from NEWS to docs
wenzelm [Sun, 03 Apr 2016 23:57:32 +0200] rev 62841
merged
wenzelm [Sun, 03 Apr 2016 23:56:52 +0200] rev 62840
renamed ISABELLE_BUILD_JAVA_OPTIONS to ISABELLE_TOOL_JAVA_OPTIONS;
wenzelm [Sun, 03 Apr 2016 23:28:48 +0200] rev 62839
clarified SML name space: no access to structure PolyML;
wenzelm [Sun, 03 Apr 2016 23:16:13 +0200] rev 62838
prefer internal tool;
wenzelm [Sun, 03 Apr 2016 23:03:30 +0200] rev 62837
isabelle update_cartouches -c -t;
wenzelm [Sun, 03 Apr 2016 23:01:39 +0200] rev 62836
prefer internal tool;
wenzelm [Sun, 03 Apr 2016 22:54:31 +0200] rev 62835
prefer internal tool -- assuming that ISABELLE_TMP_PREFIX is created properly by Isabelle_System.isabelle_tmp_prefix;
wenzelm [Sun, 03 Apr 2016 22:45:40 +0200] rev 62834
prefer internal tool;
wenzelm [Sun, 03 Apr 2016 22:42:15 +0200] rev 62833
prefer internal tool;
wenzelm [Sun, 03 Apr 2016 22:36:11 +0200] rev 62832
prefer internal tool;
wenzelm [Sun, 03 Apr 2016 22:31:16 +0200] rev 62831
prefer internal tool;
wenzelm [Sun, 03 Apr 2016 22:15:40 +0200] rev 62830
support for internal tools;
wenzelm [Sun, 03 Apr 2016 21:32:57 +0200] rev 62829
clarified Isabelle tool wrapper: bash, Scala, no perl, no ML;
wenzelm [Sun, 03 Apr 2016 19:47:29 +0200] rev 62828
clarified usage;
traytel [Sun, 03 Apr 2016 10:25:17 +0200] rev 62827
tuned names