Fri, 04 Apr 2008 13:40:23 +0200 prefix for equations in primrec specifications
haftmann [Fri, 04 Apr 2008 13:40:23 +0200] rev 26556
prefix for equations in primrec specifications
Fri, 04 Apr 2008 13:40:21 +0200 postprocessing of equality
haftmann [Fri, 04 Apr 2008 13:40:21 +0200] rev 26555
postprocessing of equality
Thu, 03 Apr 2008 23:55:11 +0200 parser: use plain explode, not Symbol.explode!
wenzelm [Thu, 03 Apr 2008 23:55:11 +0200] rev 26554
parser: use plain explode, not Symbol.explode!
Thu, 03 Apr 2008 23:38:59 +0200 removed obsolete add_axiomss(_i);
wenzelm [Thu, 03 Apr 2008 23:38:59 +0200] rev 26553
removed obsolete add_axiomss(_i);
Thu, 03 Apr 2008 22:21:29 +0200 renamed XML.parse_comment_whspc to XML.parse_comments;
wenzelm [Thu, 03 Apr 2008 22:21:29 +0200] rev 26552
renamed XML.parse_comment_whspc to XML.parse_comments;
Thu, 03 Apr 2008 22:21:26 +0200 renamed parse_comment_whspc to parse_comments;
wenzelm [Thu, 03 Apr 2008 22:21:26 +0200] rev 26551
renamed parse_comment_whspc to parse_comments; major parser cleanup -- removed junk comments;
Thu, 03 Apr 2008 21:23:42 +0200 removed yxmlN for now;
wenzelm [Thu, 03 Apr 2008 21:23:42 +0200] rev 26550
removed yxmlN for now; moved test_markup to proof_general_emacs.ML; use efficient YXML markup internally (output, markup, message); message: issue MALFORMED MESSAGE explicitly; tuned;
Thu, 03 Apr 2008 21:23:41 +0200 moved test_markup here;
wenzelm [Thu, 03 Apr 2008 21:23:41 +0200] rev 26549
moved test_markup here;
Thu, 03 Apr 2008 21:23:39 +0200 further cleanup of XML signature;
wenzelm [Thu, 03 Apr 2008 21:23:39 +0200] rev 26548
further cleanup of XML signature;
Thu, 03 Apr 2008 21:23:38 +0200 tuned comments;
wenzelm [Thu, 03 Apr 2008 21:23:38 +0200] rev 26547
tuned comments;
Thu, 03 Apr 2008 21:23:37 +0200 further cleanup of XML signature;
wenzelm [Thu, 03 Apr 2008 21:23:37 +0200] rev 26546
further cleanup of XML signature; replaced plain_content by incremental add_content; added stream output;
Thu, 03 Apr 2008 21:23:36 +0200 output: canonical argument order (as opposed to write);
wenzelm [Thu, 03 Apr 2008 21:23:36 +0200] rev 26545
output: canonical argument order (as opposed to write);
Thu, 03 Apr 2008 18:42:42 +0200 XML.string_of;
wenzelm [Thu, 03 Apr 2008 18:42:42 +0200] rev 26544
XML.string_of;
Thu, 03 Apr 2008 18:42:41 +0200 moved output_markup to xml.ML;
wenzelm [Thu, 03 Apr 2008 18:42:41 +0200] rev 26543
moved output_markup to xml.ML; added yxmlN mode name;
Thu, 03 Apr 2008 18:42:40 +0200 XML.output_markup;
wenzelm [Thu, 03 Apr 2008 18:42:40 +0200] rev 26542
XML.output_markup;
Thu, 03 Apr 2008 18:42:39 +0200 XML.string_of, XML.parse;
wenzelm [Thu, 03 Apr 2008 18:42:39 +0200] rev 26541
XML.string_of, XML.parse;
Thu, 03 Apr 2008 18:42:38 +0200 replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;
wenzelm [Thu, 03 Apr 2008 18:42:38 +0200] rev 26540
replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.; added output_markup, parse_element; detect: check XY; tuned comments; tuned;
Thu, 03 Apr 2008 18:42:37 +0200 added output_markup (from Tools/isabelle_process.ML);
wenzelm [Thu, 03 Apr 2008 18:42:37 +0200] rev 26539
added output_markup (from Tools/isabelle_process.ML); major cleanup of signature;
Thu, 03 Apr 2008 18:42:36 +0200 replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;
wenzelm [Thu, 03 Apr 2008 18:42:36 +0200] rev 26538
replaced ETX/EOT by ENQ/ACK, which are less likely to be interpreted by tty etc.;
Thu, 03 Apr 2008 18:42:34 +0200 tuned comments;
wenzelm [Thu, 03 Apr 2008 18:42:34 +0200] rev 26537
tuned comments;
Thu, 03 Apr 2008 18:13:50 +0200 Added skip_mono flag to inductive definition package.
berghofe [Thu, 03 Apr 2008 18:13:50 +0200] rev 26536
Added skip_mono flag to inductive definition package.
Thu, 03 Apr 2008 17:55:12 +0200 Added skip_mono flag to inductive definition package.
berghofe [Thu, 03 Apr 2008 17:55:12 +0200] rev 26535
Added skip_mono flag to inductive definition package.
Thu, 03 Apr 2008 17:54:19 +0200 Added skip_mono flag and inductive_flags type.
berghofe [Thu, 03 Apr 2008 17:54:19 +0200] rev 26534
Added skip_mono flag and inductive_flags type.
Thu, 03 Apr 2008 17:52:51 +0200 Deleted code for axiomatic introduction of datatypes. Instead, the package
berghofe [Thu, 03 Apr 2008 17:52:51 +0200] rev 26533
Deleted code for axiomatic introduction of datatypes. Instead, the package now uses SkipProof.prove rather than Goal.prove to do proofs.
Thu, 03 Apr 2008 17:50:50 +0200 Removed QuickAndDirty constructor from simproc_dist datatype.
berghofe [Thu, 03 Apr 2008 17:50:50 +0200] rev 26532
Removed QuickAndDirty constructor from simproc_dist datatype.
Thu, 03 Apr 2008 17:49:39 +0200 - use SkipProof.prove_global instead of Goal.prove_global
berghofe [Thu, 03 Apr 2008 17:49:39 +0200] rev 26531
- use SkipProof.prove_global instead of Goal.prove_global - added skip_mono flag to inductive definition package
Thu, 03 Apr 2008 17:43:01 +0200 Added prove_global.
berghofe [Thu, 03 Apr 2008 17:43:01 +0200] rev 26530
Added prove_global.
Thu, 03 Apr 2008 16:34:52 +0200 Function package no longer overwrites theorems.
krauss [Thu, 03 Apr 2008 16:34:52 +0200] rev 26529
Function package no longer overwrites theorems. Some tuning.
Thu, 03 Apr 2008 16:03:59 +0200 Why XML notation?
wenzelm [Thu, 03 Apr 2008 16:03:59 +0200] rev 26528
Why XML notation?
Thu, 03 Apr 2008 16:03:57 +0200 Symbol.STX, Symbol.DEL;
wenzelm [Thu, 03 Apr 2008 16:03:57 +0200] rev 26527
Symbol.STX, Symbol.DEL;
Thu, 03 Apr 2008 16:03:56 +0200 Symbol.SOH;
wenzelm [Thu, 03 Apr 2008 16:03:56 +0200] rev 26526
Symbol.SOH;
Thu, 03 Apr 2008 16:03:55 +0200 added detect;
wenzelm [Thu, 03 Apr 2008 16:03:55 +0200] rev 26525
added detect; removed auxiliary buffer_of_tree; tuned;
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip