src/Pure/Concurrent/simple_thread.ML
Wed, 12 Aug 2015 21:38:39 +0200 wenzelm clarified modules;
Wed, 29 Jul 2015 13:34:04 +0200 wenzelm separate channel for debugger output;
Wed, 29 Jul 2015 11:41:26 +0200 wenzelm clarified thread name;
Tue, 21 Jul 2015 14:12:45 +0200 wenzelm more explicit thread identification;
Thu, 29 Jan 2015 15:21:16 +0100 wenzelm explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
Wed, 26 Nov 2014 14:35:55 +0100 wenzelm more informative failure of protocol commands, with exception trace;
Wed, 26 Nov 2014 11:43:51 +0100 wenzelm load simple_thread.ML later, such that it benefits from redefined print_exception_trace;
Wed, 18 Sep 2013 13:18:51 +0200 wenzelm improved printing of exception trace in Poly/ML 5.5.1;
Wed, 11 Sep 2013 11:34:27 +0200 wenzelm tuned comment;
Wed, 10 Jul 2013 22:56:48 +0200 wenzelm explicit shutdown of message output thread;
Wed, 17 Oct 2012 21:18:32 +0200 wenzelm more robust cancel_now: avoid shooting yourself in the foot;
Wed, 10 Aug 2011 15:17:24 +0200 wenzelm more explicit Simple_Thread.interrupt_unsynchronized, to emphasize its meaning;
Thu, 28 Oct 2010 21:51:34 +0200 wenzelm tuned white-space;
Thu, 09 Sep 2010 17:20:27 +0200 wenzelm more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
less more (0) -14 tip