Tue, 12 Jul 2011 19:47:40 +0200 wenzelm retain some terminology of "XML attributes";
Tue, 12 Jul 2011 19:36:46 +0200 wenzelm more uniform Properties in ML and Scala;
Tue, 12 Jul 2011 18:00:05 +0200 wenzelm more uniform Term and Term_XML modules;
Tue, 12 Jul 2011 17:53:06 +0200 wenzelm more compact representation of XML data (notably sort/typ/term), using properties as vector of atomic values;
Tue, 12 Jul 2011 15:32:16 +0200 wenzelm tuned signature -- less cryptic ASCII names;
Tue, 12 Jul 2011 15:17:37 +0200 wenzelm discontinued obsolete Isabelle_Syntax and Parse_Value -- superseded by Outer_Syntax.quote_string and XML.Encode, Term_XML.Encode etc.;
Tue, 12 Jul 2011 15:12:50 +0200 wenzelm added Parse.properties (again) -- allow empty list like Parse_Value.properties but unlike Parse.properties of ef86de9c98aa;
Tue, 12 Jul 2011 14:54:29 +0200 wenzelm added Outer_Syntax.quote_string, which is conceptually a bit different from Token.unparse;
Tue, 12 Jul 2011 14:33:08 +0200 wenzelm more precise Symbol_Pos.quote_string;
Tue, 12 Jul 2011 13:45:05 +0200 wenzelm clarified YXML.embed_controls -- this is idempotent and cannot be nested;
Tue, 12 Jul 2011 13:39:29 +0200 wenzelm allow empty body for raw_message -- important for Invoke_Scala;
Tue, 12 Jul 2011 11:45:13 +0200 wenzelm Isabelle string syntax allows literal control characters;
Tue, 12 Jul 2011 11:19:42 +0200 wenzelm glyphs from DejaVu for ASCII control characters 5, 6, 7, 127, which have a special meaning in Isabelle or Poly/ML;
Tue, 12 Jul 2011 11:16:56 +0200 wenzelm more precise exceptions;
Tue, 12 Jul 2011 10:44:30 +0200 wenzelm tuned XML modules;
Tue, 12 Jul 2011 16:00:05 +0900 Cezary Kaliszyk Quotient example: Lists with distinct elements
Mon, 11 Jul 2011 23:20:40 +0200 wenzelm merged
Mon, 11 Jul 2011 18:44:58 +0200 haftmann explicit code equation for equality
Mon, 11 Jul 2011 23:15:27 +0200 wenzelm tuned error messages;
Mon, 11 Jul 2011 23:15:04 +0200 wenzelm tuned;
Mon, 11 Jul 2011 22:55:47 +0200 wenzelm tuned signature -- corresponding to Scala version;
Mon, 11 Jul 2011 22:50:29 +0200 wenzelm made SML/NJ happy;
Mon, 11 Jul 2011 22:19:11 +0200 wenzelm more uniform padded_markup, which is important for caret visibility despite absence of markup;
Mon, 11 Jul 2011 17:22:31 +0200 wenzelm merged
Mon, 11 Jul 2011 07:04:30 +0200 haftmann merged
Sun, 10 Jul 2011 22:42:53 +0200 haftmann tuned proofs
Sun, 10 Jul 2011 22:17:33 +0200 haftmann tuned notation
Sun, 10 Jul 2011 22:11:32 +0200 haftmann tuned notation
Sun, 10 Jul 2011 21:56:39 +0200 haftmann tuned notation
Mon, 11 Jul 2011 17:22:15 +0200 wenzelm NEWS;
Mon, 11 Jul 2011 17:14:30 +0200 wenzelm proper InvocationTargetException.getCause for indirect exceptions;
Mon, 11 Jul 2011 17:11:54 +0200 wenzelm tuned error message;
Mon, 11 Jul 2011 17:10:32 +0200 wenzelm tuned signature;
Mon, 11 Jul 2011 16:48:02 +0200 wenzelm JVM method invocation service via Scala layer;
Mon, 11 Jul 2011 15:56:30 +0200 wenzelm tuned signature;
Mon, 11 Jul 2011 11:13:33 +0200 wenzelm some support for raw messages, which bypass standard Symbol/YXML decoding;
Mon, 11 Jul 2011 10:27:50 +0200 wenzelm tuned XML.Cache parameters;
Sun, 10 Jul 2011 23:46:05 +0200 wenzelm some support to invoke Scala methods under program control;
Sun, 10 Jul 2011 21:46:41 +0200 wenzelm merged;
Sun, 10 Jul 2011 21:39:03 +0200 haftmann merged
Sun, 10 Jul 2011 15:45:35 +0200 haftmann tuned proofs and notation
Sun, 10 Jul 2011 14:26:07 +0200 haftmann more succinct proofs
Sun, 10 Jul 2011 14:14:19 +0200 haftmann more succinct proofs
Sun, 10 Jul 2011 19:33:27 +0200 bulwahn adding a very liberal timeout for values after a test case failed due to the restricted timeout
Sun, 10 Jul 2011 14:02:27 +0200 bulwahn improved NEWS
Sat, 09 Jul 2011 21:18:20 +0200 bulwahn NEWS
Sat, 09 Jul 2011 21:09:09 +0200 bulwahn standardized String.concat towards implode (cf. c37a1f29bbc0)
Sat, 09 Jul 2011 19:29:25 +0200 bulwahn adding quickcheck examples for evaluating floor and ceiling functions
Sat, 09 Jul 2011 19:28:33 +0200 bulwahn adding code equations to execute floor and ceiling on rational and real numbers
Sat, 09 Jul 2011 13:41:58 +0200 bulwahn adding a floor_ceiling type class for different instantiations of floor (changeset from Brian Huffman)
Sun, 10 Jul 2011 20:59:04 +0200 wenzelm inner syntax supports inlined YXML according to Term_XML (particularly useful for producing text under program control);
Sun, 10 Jul 2011 17:58:11 +0200 wenzelm lambda terms with XML data representation in Scala;
Sun, 10 Jul 2011 16:34:17 +0200 wenzelm XML data representation of lambda terms;
Sun, 10 Jul 2011 16:31:04 +0200 wenzelm YXML.string_of_body convenience;
Sun, 10 Jul 2011 16:13:37 +0200 wenzelm made SML/NJ happy;
Sun, 10 Jul 2011 16:09:08 +0200 wenzelm tuned signature;
Sun, 10 Jul 2011 15:48:15 +0200 wenzelm more abstract signature;
Sun, 10 Jul 2011 13:51:21 +0200 wenzelm simplified XML_Data;
Sun, 10 Jul 2011 13:00:22 +0200 wenzelm less currying in Scala;
Sun, 10 Jul 2011 00:21:19 +0200 wenzelm propagate header changes to prover process;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip