Mon, 16 Jul 2007 09:29:00 +0200 updated
haftmann [Mon, 16 Jul 2007 09:29:00 +0200] rev 23807
updated
Fri, 13 Jul 2007 22:36:10 +0200 tuned;
wenzelm [Fri, 13 Jul 2007 22:36:10 +0200] rev 23806
tuned;
Thu, 12 Jul 2007 12:20:39 +0200 updated
krauss [Thu, 12 Jul 2007 12:20:39 +0200] rev 23805
updated
Thu, 12 Jul 2007 11:43:17 +0200 updated;
wenzelm [Thu, 12 Jul 2007 11:43:17 +0200] rev 23804
updated;
Thu, 12 Jul 2007 00:15:42 +0200 tuned signature;
wenzelm [Thu, 12 Jul 2007 00:15:42 +0200] rev 23803
tuned signature; misc cleanup / simplification;
Thu, 12 Jul 2007 00:15:41 +0200 sys_error;
wenzelm [Thu, 12 Jul 2007 00:15:41 +0200] rev 23802
sys_error;
Thu, 12 Jul 2007 00:15:39 +0200 simplified using Markup.get_int;
wenzelm [Thu, 12 Jul 2007 00:15:39 +0200] rev 23801
simplified using Markup.get_int; renamed PgipParser to OldPgipParser;
Thu, 12 Jul 2007 00:15:38 +0200 added skeleton for print_mode setup;
wenzelm [Thu, 12 Jul 2007 00:15:38 +0200] rev 23800
added skeleton for print_mode setup; removed unused stuff;
Thu, 12 Jul 2007 00:15:37 +0200 tuned spacing;
wenzelm [Thu, 12 Jul 2007 00:15:37 +0200] rev 23799
tuned spacing;
Thu, 12 Jul 2007 00:15:36 +0200 renamed PgipParser to OldPgipParser;
wenzelm [Thu, 12 Jul 2007 00:15:36 +0200] rev 23798
renamed PgipParser to OldPgipParser;
Thu, 12 Jul 2007 00:15:35 +0200 Parsing theory sources without execution (via keyword classification).
wenzelm [Thu, 12 Jul 2007 00:15:35 +0200] rev 23797
Parsing theory sources without execution (via keyword classification).
Thu, 12 Jul 2007 00:15:34 +0200 exported command_keyword;
wenzelm [Thu, 12 Jul 2007 00:15:34 +0200] rev 23796
exported command_keyword; tuned;
Thu, 12 Jul 2007 00:15:30 +0200 command 'declare': proper thy_decl;
wenzelm [Thu, 12 Jul 2007 00:15:30 +0200] rev 23795
command 'declare': proper thy_decl;
Thu, 12 Jul 2007 00:15:28 +0200 added get_string, get_int;
wenzelm [Thu, 12 Jul 2007 00:15:28 +0200] rev 23794
added get_string, get_int; tuned;
Thu, 12 Jul 2007 00:15:26 +0200 added ProofGeneral/pgip_parser.ML;
wenzelm [Thu, 12 Jul 2007 00:15:26 +0200] rev 23793
added ProofGeneral/pgip_parser.ML;
Wed, 11 Jul 2007 19:22:05 +0200 tuned error faces;
wenzelm [Wed, 11 Jul 2007 19:22:05 +0200] rev 23792
tuned error faces;
Wed, 11 Jul 2007 18:25:30 +0200 tries to solve goal via TrueI
nipkow [Wed, 11 Jul 2007 18:25:30 +0200] rev 23791
tries to solve goal via TrueI
Wed, 11 Jul 2007 17:47:52 +0200 tuned markup;
wenzelm [Wed, 11 Jul 2007 17:47:52 +0200] rev 23790
tuned markup;
Wed, 11 Jul 2007 17:47:51 +0200 replaced OuterLex.name_of by more sophisticated OuterLex.text_of;
wenzelm [Wed, 11 Jul 2007 17:47:51 +0200] rev 23789
replaced OuterLex.name_of by more sophisticated OuterLex.text_of;
Wed, 11 Jul 2007 17:47:50 +0200 Symbol.not_eof/sync is superceded by Symbol.is_regular (rules out further control symbols);
wenzelm [Wed, 11 Jul 2007 17:47:50 +0200] rev 23788
Symbol.not_eof/sync is superceded by Symbol.is_regular (rules out further control symbols); replaced OuterLex.name_of by more sophisticated OuterLex.text_of; tuned;
Wed, 11 Jul 2007 17:47:49 +0200 Buffer.markup;
wenzelm [Wed, 11 Jul 2007 17:47:49 +0200] rev 23787
Buffer.markup;
Wed, 11 Jul 2007 17:47:48 +0200 removed ident, space;
wenzelm [Wed, 11 Jul 2007 17:47:48 +0200] rev 23786
removed ident, space; added antiq; tuned;
Wed, 11 Jul 2007 17:47:47 +0200 added markup operation;
wenzelm [Wed, 11 Jul 2007 17:47:47 +0200] rev 23785
added markup operation;
Wed, 11 Jul 2007 17:47:45 +0200 Symbol.not_eof/sync is superceded by Symbol.is_regular (rules out further control symbols);
wenzelm [Wed, 11 Jul 2007 17:47:45 +0200] rev 23784
Symbol.not_eof/sync is superceded by Symbol.is_regular (rules out further control symbols);
Wed, 11 Jul 2007 12:23:34 +0200 Added entry for new inductive definition package.
berghofe [Wed, 11 Jul 2007 12:23:34 +0200] rev 23783
Added entry for new inductive definition package.
Wed, 11 Jul 2007 12:01:10 +0200 Proof terms for meta-conjunctions are now normalized before
berghofe [Wed, 11 Jul 2007 12:01:10 +0200] rev 23782
Proof terms for meta-conjunctions are now normalized before splitting up the conjunctions.
Wed, 11 Jul 2007 11:59:21 +0200 Added function norm_proof for normalizing the proof term
berghofe [Wed, 11 Jul 2007 11:59:21 +0200] rev 23781
Added function norm_proof for normalizing the proof term corresponding to a theorem.
Wed, 11 Jul 2007 11:58:40 +0200 Added function rew_proof (for pre-normalizing proofs).
berghofe [Wed, 11 Jul 2007 11:58:40 +0200] rev 23780
Added function rew_proof (for pre-normalizing proofs).
Wed, 11 Jul 2007 11:56:59 +0200 Function unify_consts moved from OldInductivePackage to PrimrecPackage.
berghofe [Wed, 11 Jul 2007 11:56:59 +0200] rev 23779
Function unify_consts moved from OldInductivePackage to PrimrecPackage.
Wed, 11 Jul 2007 11:54:21 +0200 Adapted to new inductive definition package.
berghofe [Wed, 11 Jul 2007 11:54:21 +0200] rev 23778
Adapted to new inductive definition package.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip