Wed, 30 Dec 2009 13:05:00 +0100 wenzelm less ambitious isatest for SML/NJ;
Wed, 30 Dec 2009 10:24:53 +0100 krauss killed a few warnings
Wed, 30 Dec 2009 01:08:33 +0100 krauss more regular axiom of infinity, with no (indirect) reference to overloaded constants
Tue, 29 Dec 2009 20:59:47 +0100 wenzelm back to Unsynchronized.ref, with some attempts to make the main operations actually thread-safe;
Tue, 29 Dec 2009 20:30:40 +0100 wenzelm removed slightly odd Isar_Document.init;
Tue, 29 Dec 2009 16:20:39 +0100 wenzelm explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
Mon, 28 Dec 2009 23:34:36 +0100 wenzelm tuned;
Mon, 28 Dec 2009 22:58:25 +0100 wenzelm crude Cygwin.setup;
Mon, 28 Dec 2009 22:57:37 +0100 wenzelm ignore undefined environment;
Mon, 28 Dec 2009 22:03:14 +0100 wenzelm separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);
Mon, 28 Dec 2009 20:24:09 +0100 wenzelm tuned;
Mon, 28 Dec 2009 20:01:43 +0100 wenzelm system shutdown hook: strict kill;
Mon, 28 Dec 2009 18:40:13 +0100 wenzelm moved Library.decode_permissive_utf8 to Isabelle_System;
Mon, 28 Dec 2009 18:37:11 +0100 wenzelm pid without newline -- required for Scala version of system_out;
Mon, 28 Dec 2009 16:45:01 +0100 wenzelm higher-order treatment of temporary files;
Mon, 28 Dec 2009 16:24:19 +0100 wenzelm isabelle_tool: apply platform_path only once;
Mon, 28 Dec 2009 14:51:03 +0100 wenzelm slightly more paranoid cleanup of process (cf. http://kylecartmell.com/?p=9 "Five Common java.lang.Process Pitfalls");
Mon, 28 Dec 2009 13:40:30 +0100 wenzelm some sanity checks for symbol interpretation;
Sun, 27 Dec 2009 23:10:03 +0100 wenzelm allow UTF-8 in theory and file names;
Sun, 27 Dec 2009 23:09:16 +0100 wenzelm factored-out Library.decode_permissive_utf8;
Sun, 27 Dec 2009 22:36:47 +0100 wenzelm read header by scanning/parsing file;
Sun, 27 Dec 2009 22:16:41 +0100 wenzelm quoted_content: handle escapes;
Sun, 27 Dec 2009 21:34:23 +0100 wenzelm scan: operate on file (via Scan.byte_reader), more robust exception handling;
Sun, 27 Dec 2009 21:33:35 +0100 wenzelm added byte_reader, which works without decoding and enables efficient length operation (for scala.util.parsing.input.Reader);
Sun, 27 Dec 2009 21:30:54 +0100 wenzelm removed unused read_file;
Thu, 24 Dec 2009 17:30:55 +0000 paulson tidied proofs
Thu, 24 Dec 2009 11:05:58 +0100 haftmann made sml/nj happy
Wed, 23 Dec 2009 17:37:42 +0100 boehmes updated certificates
Wed, 23 Dec 2009 17:36:26 +0100 boehmes updated example
Wed, 23 Dec 2009 17:35:56 +0100 boehmes merged verification condition structure and term representation in one datatype,
Wed, 23 Dec 2009 11:33:01 +0100 haftmann merged
Wed, 23 Dec 2009 11:32:40 +0100 haftmann updated generated document sources
Wed, 23 Dec 2009 11:32:08 +0100 haftmann take care for destructive print mode properly using dedicated pretty builders
Wed, 23 Dec 2009 10:41:13 +0100 wenzelm merged
Wed, 23 Dec 2009 10:09:06 +0100 haftmann made sml/nj happy
Wed, 23 Dec 2009 08:31:33 +0100 haftmann merged
Wed, 23 Dec 2009 08:31:15 +0100 haftmann dropped junk
Wed, 23 Dec 2009 08:31:15 +0100 haftmann reduced code generator cache to the baremost minimum
Wed, 23 Dec 2009 08:31:14 +0100 haftmann updated documentation
Wed, 23 Dec 2009 08:31:14 +0100 haftmann updated generated examples
Wed, 23 Dec 2009 08:31:14 +0100 haftmann reduced code generator cache to the baremost minimum; corrected spelling
Tue, 22 Dec 2009 21:48:17 +0100 wenzelm basic setup for header scanning/parsing;
Tue, 22 Dec 2009 21:47:27 +0100 wenzelm clarified atom parser: return content;
Tue, 22 Dec 2009 21:46:41 +0100 wenzelm tuned;
Tue, 22 Dec 2009 19:38:06 +0100 wenzelm renamed class Outer_Keyword to Outer_Syntax;
Tue, 22 Dec 2009 18:36:01 +0100 wenzelm Isabelle session manager -- most basic setup;
Tue, 22 Dec 2009 17:59:59 +0100 wenzelm actually closer file reader;
Tue, 22 Dec 2009 17:25:41 +0100 wenzelm tuned;
Tue, 22 Dec 2009 17:13:43 +0100 wenzelm added plain read_file;
Tue, 22 Dec 2009 17:13:18 +0100 wenzelm consider proper input only;
Tue, 22 Dec 2009 15:31:02 +0100 wenzelm added completion -- lazy avoids excessive table building;
Tue, 22 Dec 2009 15:00:43 +0100 wenzelm Generic parsers for Isabelle/Isar outer syntax -- Scala version.
Tue, 22 Dec 2009 15:00:03 +0100 wenzelm class Outer_Keyword wraps symbol interpretation, lexicon, keyword table;
Tue, 22 Dec 2009 14:58:13 +0100 wenzelm explicit representation of Token_Kind -- cannot really depend on runtime types due to erasure;
Mon, 21 Dec 2009 16:50:28 +0000 paulson Changes in generated code, apparently caused by changes to the code generation system itself.
Mon, 21 Dec 2009 16:49:04 +0000 paulson Polishing up the English
Mon, 21 Dec 2009 10:40:14 +0100 wenzelm merged
Mon, 21 Dec 2009 08:32:22 +0100 haftmann merged
Mon, 21 Dec 2009 08:32:04 +0100 haftmann clarified various user-defined syntax issues
Mon, 21 Dec 2009 08:32:04 +0100 haftmann prefer prefix "iso" over potentially misleading "is"; tuned
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip