ballarin [Mon, 18 Aug 2008 17:57:06 +0200] rev 27933
Theorem on polynomial division and lemmas.
wenzelm [Sun, 17 Aug 2008 21:11:24 +0200] rev 27932
removed parse_element -- no longer fits to liberal parse!
wenzelm [Sun, 17 Aug 2008 21:11:08 +0200] rev 27931
Minimalistic XML tree values.
wenzelm [Sun, 17 Aug 2008 21:11:06 +0200] rev 27930
Efficient text representation of XML trees.
wenzelm [Sun, 17 Aug 2008 21:11:04 +0200] rev 27929
added General/xml.scala, General/yxml.scala;
wenzelm [Sun, 17 Aug 2008 16:45:19 +0200] rev 27928
decode escaped symbols as well;
tuned;
wenzelm [Sat, 16 Aug 2008 23:51:09 +0200] rev 27927
tuned Recoder;
wenzelm [Sat, 16 Aug 2008 23:29:02 +0200] rev 27926
more private fields;
wenzelm [Sat, 16 Aug 2008 23:28:38 +0200] rev 27925
jar: invoke scaladoc;
wenzelm [Sat, 16 Aug 2008 23:12:23 +0200] rev 27924
tuned comments;
simplified symbol pattern presentation: no need to keep source strings, canonical ofString does the job;
auxiliary class Recoder;
proper implementation of Interpretation.decode/encode;