wenzelm [Tue, 28 Sep 2010 15:58:31 +0200] rev 39735
more uniform init/exit model/view in session_manager, trading race wrt. session.phase for race wrt. global editor state;
wenzelm [Mon, 27 Sep 2010 21:16:42 +0200] rev 39734
moved "auto-start" to options panel;
tuned;
wenzelm [Mon, 27 Sep 2010 20:26:10 +0200] rev 39733
renamed raw output primitives to emphasize their meaning -- not to be used in user-space;
wenzelm [Mon, 27 Sep 2010 18:16:36 +0200] rev 39732
added Standard_System.unzip (for platform file-system);
tuned comments;
wenzelm [Mon, 27 Sep 2010 18:11:33 +0200] rev 39731
bulk read: observe EOF protocol more carefully -- 0 counts as successful read;
wenzelm [Mon, 27 Sep 2010 18:10:21 +0200] rev 39730
tuned whitespace;
wenzelm [Mon, 27 Sep 2010 14:54:10 +0200] rev 39729
merged
haftmann [Mon, 27 Sep 2010 14:13:22 +0200] rev 39728
lemma remdups_map_remdups
haftmann [Mon, 27 Sep 2010 14:13:22 +0200] rev 39727
lemma remdups_list_of_dlist
bulwahn [Mon, 27 Sep 2010 13:28:54 +0200] rev 39726
merged
bulwahn [Mon, 27 Sep 2010 12:23:01 +0200] rev 39725
adopting example
bulwahn [Mon, 27 Sep 2010 12:23:00 +0200] rev 39724
adding further tracing messages; tuned
bulwahn [Mon, 27 Sep 2010 12:22:57 +0200] rev 39723
handling nested cases more elegant by requiring less new constants
blanchet [Mon, 27 Sep 2010 12:01:04 +0200] rev 39722
merged
blanchet [Mon, 27 Sep 2010 12:00:53 +0200] rev 39721
renamed function
blanchet [Mon, 27 Sep 2010 10:44:08 +0200] rev 39720
rename "Clausifier" to "Meson_Clausifier" and merge with "Meson_Tactic"
blanchet [Mon, 27 Sep 2010 09:17:24 +0200] rev 39719
comment out Auto Try until issues are resolved (automatically on by default even though the code says off; thread that continues in the background)
blanchet [Mon, 27 Sep 2010 09:14:39 +0200] rev 39718
remove needless flag
haftmann [Mon, 27 Sep 2010 11:12:08 +0200] rev 39717
added hint on reference equality
haftmann [Mon, 27 Sep 2010 11:12:01 +0200] rev 39716
treat equality on refs and arrays as primitive operation
haftmann [Mon, 27 Sep 2010 11:11:59 +0200] rev 39715
corrected OCaml operator precedence
haftmann [Mon, 27 Sep 2010 09:36:18 +0200] rev 39714
corrected scope of closure
haftmann [Mon, 27 Sep 2010 08:47:23 +0200] rev 39713
merged
haftmann [Mon, 27 Sep 2010 08:46:53 +0200] rev 39712
separate quote tag from tt tag
haftmann [Fri, 24 Sep 2010 16:09:54 +0200] rev 39711
separate quote tag from tt tag
blanchet [Sat, 25 Sep 2010 10:32:14 +0200] rev 39710
make SML/NJ happy
wenzelm [Mon, 27 Sep 2010 14:34:55 +0200] rev 39709
some more options to robustify posix_untar;
wenzelm [Mon, 27 Sep 2010 13:38:35 +0200] rev 39708
more efficient posix_untar -- avoid really slow java.util.zip.GZIPInputStream;
misc tuning;
wenzelm [Mon, 27 Sep 2010 11:31:39 +0200] rev 39707
back to UseQuartz=true -- used to be default on Apple Java 1.5;
wenzelm [Sun, 26 Sep 2010 23:35:10 +0200] rev 39706
raw_untar.raw_execute with native cwd, to avoid cross-platform complications;
more informative treatment of IOException, notably due to broken pipe;