Mon, 20 Oct 2008 20:25:54 +0200 wenzelm added target -pre-jar which copies jEdit plugin to be included in jar;
Mon, 20 Oct 2008 17:02:03 +0200 wenzelm added application.args (Why does it end up in pricate properties?);
Mon, 20 Oct 2008 16:46:28 +0200 wenzelm tuned whitespace;
Mon, 20 Oct 2008 12:05:08 +0200 wenzelm fixed jEdit version;
Mon, 20 Oct 2008 11:44:59 +0200 wenzelm requires Java from Sun;
Mon, 20 Oct 2008 11:35:27 +0200 wenzelm Requirements to build from sources.
Sun, 19 Oct 2008 20:04:47 +0200 wenzelm removed private properties;
Sun, 19 Oct 2008 20:04:05 +0200 wenzelm basic setup for running jEdit;
Sun, 19 Oct 2008 18:32:22 +0200 wenzelm deactivated tests due to lack of testng installation;
Sun, 19 Oct 2008 18:27:30 +0200 wenzelm basic Netbeans project setup;
Sun, 19 Oct 2008 18:26:37 +0200 wenzelm explicit result type for _listFiles;
Sun, 19 Oct 2008 16:51:55 +0200 wenzelm original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
Mon, 11 Jan 2010 22:01:01 +0100 wenzelm tuned message;
Mon, 11 Jan 2010 21:37:48 +0100 wenzelm clarified Symbol.is_plain/is_wellformed -- is_closed was rejecting plain backslashes;
Mon, 11 Jan 2010 20:50:03 +0100 wenzelm Text_Edit.toString;
Mon, 11 Jan 2010 20:36:59 +0100 wenzelm timeit message;
Mon, 11 Jan 2010 20:36:31 +0100 wenzelm treat *all* JVM throwables as "exceptions", cf. ML version;
Mon, 11 Jan 2010 18:24:22 +0100 wenzelm simplified Text_Edit -- deflated class hierarchy;
Mon, 11 Jan 2010 18:23:06 +0100 wenzelm Outer_Lex.is_ignored;
Mon, 11 Jan 2010 10:55:43 +0100 wenzelm merged
Sun, 10 Jan 2010 18:14:29 +0100 haftmann merged
Fri, 08 Jan 2010 14:34:18 +0100 haftmann proper types for user-defined syntax
Fri, 08 Jan 2010 14:34:18 +0100 haftmann single quote is not a valid letter any more
Fri, 08 Jan 2010 14:34:18 +0100 haftmann simple tests
Fri, 08 Jan 2010 14:34:17 +0100 haftmann boolean operators for scala
Sun, 10 Jan 2010 23:43:25 +0100 wenzelm elements with start entry;
Sun, 10 Jan 2010 23:16:26 +0100 wenzelm plain object;
Sun, 10 Jan 2010 23:16:18 +0100 wenzelm tuned signature;
Sun, 10 Jan 2010 17:29:09 +0100 wenzelm tuned;
Sat, 09 Jan 2010 23:22:56 +0100 wenzelm misc tuning;
Sat, 09 Jan 2010 23:22:24 +0100 wenzelm Swing_Thread.future: plain Future.value if this is already Swing;
Sat, 09 Jan 2010 18:23:02 +0100 wenzelm added find_files;
Sat, 09 Jan 2010 18:22:40 +0100 wenzelm pass build error code;
Sat, 09 Jan 2010 16:31:19 +0100 wenzelm tuned isatest ML_OPTIONS;
Fri, 08 Jan 2010 14:07:07 +0100 haftmann merged
Fri, 08 Jan 2010 12:25:15 +0100 haftmann a primitive scala serializer
Fri, 08 Jan 2010 11:07:53 +0100 wenzelm fixed type error;
Thu, 07 Jan 2010 17:41:06 +0100 hoelzl remove overloaded star operator, use specific vector / matrix operators
Thu, 07 Jan 2010 18:56:39 +0100 hoelzl finite annotation on cartesian product is now implicit.
Thu, 07 Jan 2010 17:43:35 +0100 hoelzl added syntax translation to automatically add finite typeclass to index type of cartesian product type
Wed, 06 Jan 2010 13:07:30 +0100 himmelma Made finite cartesian products finite
Thu, 07 Jan 2010 12:24:35 +0100 blanchet reduced arity of Nitpick selectors associated with sets by 1, by using "Formula" instead of "Atom 2"
Thu, 07 Jan 2010 08:45:55 +0100 blanchet make Nitpick's tests not leave files in the temp directory
Wed, 06 Jan 2010 23:18:44 +0100 wenzelm more text edit operations;
Wed, 06 Jan 2010 23:18:12 +0100 wenzelm always report updates -- required has "handshake";
Wed, 06 Jan 2010 22:21:25 +0100 wenzelm tuned Isabelle/Scala build;
Wed, 06 Jan 2010 22:18:52 +0100 wenzelm simplified build/bootstrap of graph browser -- avoid make;
Wed, 06 Jan 2010 20:00:22 +0100 wenzelm simplified build/bootstrap of Isabelle/Scala components -- avoid make;
Wed, 06 Jan 2010 18:22:43 +0100 wenzelm more robust cancelation, notably of passive futures without scheduler running;
Wed, 06 Jan 2010 18:14:16 +0100 wenzelm eliminated cache, which complicates the code without making a real difference (NB: deque_towards often disrupts caching, and daisy-chaining of workers already reduces queue overhead);
Wed, 06 Jan 2010 15:07:56 +0100 wenzelm tasks of canceled groups are considered "ready" -- enables to purge the queue from tasks depending on unfinished promises (also improves general reactivity);
Wed, 06 Jan 2010 13:14:28 +0100 wenzelm do not memoize interrupts;
Tue, 05 Jan 2010 23:38:10 +0100 wenzelm added Future.promise/fulfill -- promised futures that are fulfilled by external means;
Tue, 05 Jan 2010 18:20:18 +0100 wenzelm Basic edits on plain text.
Tue, 05 Jan 2010 16:55:00 +0100 wenzelm recovered legacy settings for Proof General 3.x;
Tue, 05 Jan 2010 16:51:01 +0100 wenzelm merged
Tue, 05 Jan 2010 15:35:01 +0100 haftmann merged
Tue, 05 Jan 2010 14:19:12 +0100 haftmann avoid exporting Type.build_tsig
Tue, 05 Jan 2010 11:38:51 +0100 haftmann repaired legacy setting variable
Tue, 05 Jan 2010 11:25:14 +0100 haftmann merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip