Mon, 15 Sep 2008 17:32:12 +0200 basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm [Mon, 15 Sep 2008 17:32:12 +0200] rev 28220
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
Mon, 15 Sep 2008 16:50:35 +0200 load underscore package after iman etc.;
wenzelm [Mon, 15 Sep 2008 16:50:35 +0200] rev 28219
load underscore package after iman etc.;
Mon, 15 Sep 2008 16:43:53 +0200 tuned comment;
wenzelm [Mon, 15 Sep 2008 16:43:53 +0200] rev 28218
tuned comment;
Mon, 15 Sep 2008 16:43:31 +0200 added formal markup for setting, executable, tool;
wenzelm [Mon, 15 Sep 2008 16:43:31 +0200] rev 28217
added formal markup for setting, executable, tool;
Mon, 15 Sep 2008 16:42:09 +0200 basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
wenzelm [Mon, 15 Sep 2008 16:42:09 +0200] rev 28216
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
Mon, 15 Sep 2008 16:42:00 +0200 converted basics.tex to theory file;
wenzelm [Mon, 15 Sep 2008 16:42:00 +0200] rev 28215
converted basics.tex to theory file;
Mon, 15 Sep 2008 16:40:53 +0200 added isatt markup;
wenzelm [Mon, 15 Sep 2008 16:40:53 +0200] rev 28214
added isatt markup;
Sun, 14 Sep 2008 21:50:35 +0200 New outline for codegen tutorial -- draft
haftmann [Sun, 14 Sep 2008 21:50:35 +0200] rev 28213
New outline for codegen tutorial -- draft
Fri, 12 Sep 2008 12:04:20 +0200 added extern_fact (local or global);
wenzelm [Fri, 12 Sep 2008 12:04:20 +0200] rev 28212
added extern_fact (local or global); more procise printing of fact names;
Fri, 12 Sep 2008 12:04:19 +0200 print raw (internal) result names;
wenzelm [Fri, 12 Sep 2008 12:04:19 +0200] rev 28211
print raw (internal) result names;
Fri, 12 Sep 2008 12:04:16 +0200 more procise printing of fact names;
wenzelm [Fri, 12 Sep 2008 12:04:16 +0200] rev 28210
more procise printing of fact names;
Fri, 12 Sep 2008 10:54:00 +0200 pretty_fact: extern fact name wrt. the given context, assuming that is the proper one for presentation;
wenzelm [Fri, 12 Sep 2008 10:54:00 +0200] rev 28209
pretty_fact: extern fact name wrt. the given context, assuming that is the proper one for presentation;
Thu, 11 Sep 2008 22:22:59 +0200 cancel, shutdown: notify_all;
wenzelm [Thu, 11 Sep 2008 22:22:59 +0200] rev 28208
cancel, shutdown: notify_all;
Thu, 11 Sep 2008 22:22:20 +0200 finish: Future.shutdown last;
wenzelm [Thu, 11 Sep 2008 22:22:20 +0200] rev 28207
finish: Future.shutdown last;
Thu, 11 Sep 2008 21:53:53 +0200 eliminated requests, use global state variables uniformly;
wenzelm [Thu, 11 Sep 2008 21:53:53 +0200] rev 28206
eliminated requests, use global state variables uniformly; more robust shutdown;
Thu, 11 Sep 2008 21:04:09 +0200 finish: Future.shutdown;
wenzelm [Thu, 11 Sep 2008 21:04:09 +0200] rev 28205
finish: Future.shutdown;
Thu, 11 Sep 2008 21:04:07 +0200 added is_empty;
wenzelm [Thu, 11 Sep 2008 21:04:07 +0200] rev 28204
added is_empty;
Thu, 11 Sep 2008 21:04:05 +0200 shutdown: global join-and-shutdown operation;
wenzelm [Thu, 11 Sep 2008 21:04:05 +0200] rev 28203
shutdown: global join-and-shutdown operation; reduced trace_active; scheduler_fork: always notify; tracing for thread exit; unique ids for workers;
Thu, 11 Sep 2008 18:07:58 +0200 added focus, which indicates a particular collection of high-priority tasks;
wenzelm [Thu, 11 Sep 2008 18:07:58 +0200] rev 28202
added focus, which indicates a particular collection of high-priority tasks; tuned;
Thu, 11 Sep 2008 13:43:42 +0200 some general notes on future values;
wenzelm [Thu, 11 Sep 2008 13:43:42 +0200] rev 28201
some general notes on future values;
Thu, 11 Sep 2008 13:24:19 +0200 separate Concurrent/ROOT.ML;
wenzelm [Thu, 11 Sep 2008 13:24:19 +0200] rev 28200
separate Concurrent/ROOT.ML;
Thu, 11 Sep 2008 13:24:14 +0200 Parallel list combinators.
wenzelm [Thu, 11 Sep 2008 13:24:14 +0200] rev 28199
Parallel list combinators.
Thu, 11 Sep 2008 13:23:57 +0200 added Concurrent/par_list.ML;
wenzelm [Thu, 11 Sep 2008 13:23:57 +0200] rev 28198
added Concurrent/par_list.ML;
Wed, 10 Sep 2008 23:28:09 +0200 added interrupt_task (external id);
wenzelm [Wed, 10 Sep 2008 23:28:09 +0200] rev 28197
added interrupt_task (external id); tuned signature;
Wed, 10 Sep 2008 23:19:36 +0200 tuned;
wenzelm [Wed, 10 Sep 2008 23:19:36 +0200] rev 28196
tuned;
Wed, 10 Sep 2008 22:29:36 +0200 future_schedule: uninterruptible join;
wenzelm [Wed, 10 Sep 2008 22:29:36 +0200] rev 28195
future_schedule: uninterruptible join;
Wed, 10 Sep 2008 21:50:32 +0200 added future_scheduler (default false);
wenzelm [Wed, 10 Sep 2008 21:50:32 +0200] rev 28194
added future_scheduler (default false);
Wed, 10 Sep 2008 21:50:30 +0200 replaced join_all by join_results, which returns Exn.results;
wenzelm [Wed, 10 Sep 2008 21:50:30 +0200] rev 28193
replaced join_all by join_results, which returns Exn.results; join: disallow Multithreading.self_critical, which is prone to deadlocks due to context change via fork;
Wed, 10 Sep 2008 20:28:01 +0200 workers: explicit activity flag;
wenzelm [Wed, 10 Sep 2008 20:28:01 +0200] rev 28192
workers: explicit activity flag; SYNCHRONIZED: optional tracing;
Wed, 10 Sep 2008 19:44:29 +0200 future: allow explicit group;
wenzelm [Wed, 10 Sep 2008 19:44:29 +0200] rev 28191
future: allow explicit group; cancel: invalidate group identifier for all future members; tuned comments; tuned;
Wed, 10 Sep 2008 19:44:28 +0200 cancel: invalidate group implicitly, via bool ref;
wenzelm [Wed, 10 Sep 2008 19:44:28 +0200] rev 28190
cancel: invalidate group implicitly, via bool ref; job: moved ok flag into group; added interrupt, interrupt_external for tasks;
Wed, 10 Sep 2008 11:36:37 +0200 auto_flush: uniform block buffering for all output streams;
wenzelm [Wed, 10 Sep 2008 11:36:37 +0200] rev 28189
auto_flush: uniform block buffering for all output streams;
Tue, 09 Sep 2008 23:48:38 +0200 auto_flush stdout, stderr as well;
wenzelm [Tue, 09 Sep 2008 23:48:38 +0200] rev 28188
auto_flush stdout, stderr as well;
Tue, 09 Sep 2008 23:48:36 +0200 proper values of no_interrupts, regular_interrupts;
wenzelm [Tue, 09 Sep 2008 23:48:36 +0200] rev 28187
proper values of no_interrupts, regular_interrupts;
Tue, 09 Sep 2008 23:30:05 +0200 cancel: check_scheduler;
wenzelm [Tue, 09 Sep 2008 23:30:05 +0200] rev 28186
cancel: check_scheduler; adapted to simplified TaskQueue.cancel; improved join/join_all: actively work towards results, i.e. do not yield unnecessarily; misc tuning;
Tue, 09 Sep 2008 23:30:00 +0200 simplified dequeue: provide Thread.self internally;
wenzelm [Tue, 09 Sep 2008 23:30:00 +0200] rev 28185
simplified dequeue: provide Thread.self internally; simplified cancel: interrupt running threads internally; added depend; added dequeue_towards; misc tuning;
Tue, 09 Sep 2008 20:22:40 +0200 eliminated cache, access queue efficiently via IntGraph.get_first;
wenzelm [Tue, 09 Sep 2008 20:22:40 +0200] rev 28184
eliminated cache, access queue efficiently via IntGraph.get_first;
Tue, 09 Sep 2008 20:22:30 +0200 export get_first from underlying table;
wenzelm [Tue, 09 Sep 2008 20:22:30 +0200] rev 28183
export get_first from underlying table;
Tue, 09 Sep 2008 19:57:54 +0200 out_stream: block-buffered, with separate autoflush thread (every 50ms);
wenzelm [Tue, 09 Sep 2008 19:57:54 +0200] rev 28182
out_stream: block-buffered, with separate autoflush thread (every 50ms);
Tue, 09 Sep 2008 19:36:21 +0200 babel: removed unnecessary "french" option, which actually enables french section names etc. on some LaTeX installations;
wenzelm [Tue, 09 Sep 2008 19:36:21 +0200] rev 28181
babel: removed unnecessary "french" option, which actually enables french section names etc. on some LaTeX installations;
Tue, 09 Sep 2008 19:33:22 +0200 added comment
nipkow [Tue, 09 Sep 2008 19:33:22 +0200] rev 28180
added comment
Tue, 09 Sep 2008 16:59:48 +0200 human-readable printing of TaskQueue.task/group;
wenzelm [Tue, 09 Sep 2008 16:59:48 +0200] rev 28179
human-readable printing of TaskQueue.task/group;
Tue, 09 Sep 2008 16:35:57 +0200 * Changed defaults for unify configuration options;
wenzelm [Tue, 09 Sep 2008 16:35:57 +0200] rev 28178
* Changed defaults for unify configuration options;
Tue, 09 Sep 2008 16:29:34 +0200 inherit group from running thread, or create a new one -- make it harder to re-use canceled groups;
wenzelm [Tue, 09 Sep 2008 16:29:34 +0200] rev 28177
inherit group from running thread, or create a new one -- make it harder to re-use canceled groups; group is now non-optional; tuned signature; replaced low-level interrupts by group cancel operation; misc tuning;
Tue, 09 Sep 2008 16:29:32 +0200 job: explicit 'ok' status -- false for canceled jobs;
wenzelm [Tue, 09 Sep 2008 16:29:32 +0200] rev 28176
job: explicit 'ok' status -- false for canceled jobs; group is now non-optional; tuned signature; replaced low-level interrupts by group cancel operation; misc tuning;
Tue, 09 Sep 2008 16:17:08 +0200 Overall exception handler in order to insulate our users from low-level bugs.
paulson [Tue, 09 Sep 2008 16:17:08 +0200] rev 28175
Overall exception handler in order to insulate our users from low-level bugs.
Tue, 09 Sep 2008 16:16:20 +0200 more careful exception handling in order to prevent backtracking; miscellaneous tidying up.
paulson [Tue, 09 Sep 2008 16:16:20 +0200] rev 28174
more careful exception handling in order to prevent backtracking; miscellaneous tidying up.
Tue, 09 Sep 2008 16:15:25 +0200 Increasing the default limits in order to prevent unnecessary failures.
paulson [Tue, 09 Sep 2008 16:15:25 +0200] rev 28173
Increasing the default limits in order to prevent unnecessary failures.
Mon, 08 Sep 2008 22:14:39 +0200 send: broadcast condition while locked!
wenzelm [Mon, 08 Sep 2008 22:14:39 +0200] rev 28172
send: broadcast condition while locked!
Mon, 08 Sep 2008 21:08:30 +0200 proper signature constraint;
wenzelm [Mon, 08 Sep 2008 21:08:30 +0200] rev 28171
proper signature constraint;
Mon, 08 Sep 2008 20:35:38 +0200 tuned Mailbox.send;
wenzelm [Mon, 08 Sep 2008 20:35:38 +0200] rev 28170
tuned Mailbox.send;
Mon, 08 Sep 2008 20:33:29 +0200 removed unused sync_interrupts;
wenzelm [Mon, 08 Sep 2008 20:33:29 +0200] rev 28169
removed unused sync_interrupts;
Mon, 08 Sep 2008 20:33:27 +0200 moved thread data to future.ML (again);
wenzelm [Mon, 08 Sep 2008 20:33:27 +0200] rev 28168
moved thread data to future.ML (again); dequeue: include group; more interrupt operations; misc tuning;
Mon, 08 Sep 2008 20:33:24 +0200 more interrupt operations;
wenzelm [Mon, 08 Sep 2008 20:33:24 +0200] rev 28167
more interrupt operations; maintain thread data (formerly in task_queue.ML); wait: added tracing; added requests mailbox; handle excessive workers fork: inherit group; added rudimentary shutdown; misc tuning;
Mon, 08 Sep 2008 16:08:23 +0200 moved task, thread_data, group, queue to task_queue.ML;
wenzelm [Mon, 08 Sep 2008 16:08:23 +0200] rev 28166
moved task, thread_data, group, queue to task_queue.ML; tuned signature; SYNCHRONIZED notify_all! misc tuning;
Mon, 08 Sep 2008 16:08:18 +0200 Ordered queue of grouped tasks.
wenzelm [Mon, 08 Sep 2008 16:08:18 +0200] rev 28165
Ordered queue of grouped tasks. formerly in future.ML; added thread data; added group; more robust dequeue: change into running here; misc tuning;
Mon, 08 Sep 2008 16:08:13 +0200 added Concurrent/task_queue.ML;
wenzelm [Mon, 08 Sep 2008 16:08:13 +0200] rev 28164
added Concurrent/task_queue.ML;
Mon, 08 Sep 2008 00:25:34 +0200 await: SYNCHRONIZED wait!
wenzelm [Mon, 08 Sep 2008 00:25:34 +0200] rev 28163
await: SYNCHRONIZED wait!
Mon, 08 Sep 2008 00:10:41 +0200 tuned check_cache;
wenzelm [Mon, 08 Sep 2008 00:10:41 +0200] rev 28162
tuned check_cache; removed broken self_synchronized, which cannot be used in conjunction with condition variables; more precise use of SYNCHRONIZED vs. wait; tuned worker_loop;
Sun, 07 Sep 2008 22:20:15 +0200 added sync_interrupts, regular_interrupts;
wenzelm [Sun, 07 Sep 2008 22:20:15 +0200] rev 28161
added sync_interrupts, regular_interrupts; max_thread_value: enforce >= 1;
Sun, 07 Sep 2008 22:20:11 +0200 added sync_interrupts, regular_interrupts;
wenzelm [Sun, 07 Sep 2008 22:20:11 +0200] rev 28160
added sync_interrupts, regular_interrupts;
Sun, 07 Sep 2008 22:20:08 +0200 opaque signature constraint abstracts local type abbrev;
wenzelm [Sun, 07 Sep 2008 22:20:08 +0200] rev 28159
opaque signature constraint abstracts local type abbrev;
Sun, 07 Sep 2008 22:19:58 +0200 tuned;
wenzelm [Sun, 07 Sep 2008 22:19:58 +0200] rev 28158
tuned;
Sun, 07 Sep 2008 22:19:46 +0200 added change_result;
wenzelm [Sun, 07 Sep 2008 22:19:46 +0200] rev 28157
added change_result;
Sun, 07 Sep 2008 22:19:42 +0200 Functional threads as future values.
wenzelm [Sun, 07 Sep 2008 22:19:42 +0200] rev 28156
Functional threads as future values.
Sun, 07 Sep 2008 22:19:31 +0200 added Concurrent/future.ML;
wenzelm [Sun, 07 Sep 2008 22:19:31 +0200] rev 28155
added Concurrent/future.ML;
Sun, 07 Sep 2008 17:48:50 +0200 Default (mostly dummy) implementation of thread structures.
wenzelm [Sun, 07 Sep 2008 17:48:50 +0200] rev 28154
Default (mostly dummy) implementation of thread structures. formerly in multithreading.ML; create mutexes / condition variables without failure;
Sun, 07 Sep 2008 17:48:49 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Sun, 07 Sep 2008 17:48:49 +0200] rev 28153
*** MESSAGE REFERS TO PREVIOUS VERSION *** removed dummy thread structures from multithreading.ML;
Sun, 07 Sep 2008 17:46:44 +0200 *** empty log message ***
wenzelm [Sun, 07 Sep 2008 17:46:44 +0200] rev 28152
*** empty log message ***
Sun, 07 Sep 2008 17:46:43 +0200 explicit use of universal.ML and dummy_thread.ML;
wenzelm [Sun, 07 Sep 2008 17:46:43 +0200] rev 28151
explicit use of universal.ML and dummy_thread.ML;
Sun, 07 Sep 2008 17:46:41 +0200 added no_interrupts;
wenzelm [Sun, 07 Sep 2008 17:46:41 +0200] rev 28150
added no_interrupts; tuned;
Sun, 07 Sep 2008 17:46:40 +0200 added no_interrupts;
wenzelm [Sun, 07 Sep 2008 17:46:40 +0200] rev 28149
added no_interrupts; moved dummy thread structures to dummy_thread.ML;
Sun, 07 Sep 2008 17:46:39 +0200 tuned;
wenzelm [Sun, 07 Sep 2008 17:46:39 +0200] rev 28148
tuned;
Sun, 07 Sep 2008 17:46:38 +0200 send: broadcast to all waiting threads;
wenzelm [Sun, 07 Sep 2008 17:46:38 +0200] rev 28147
send: broadcast to all waiting threads;
Sun, 07 Sep 2008 17:46:37 +0200 added ML-Systems/thread_dummy.ML;
wenzelm [Sun, 07 Sep 2008 17:46:37 +0200] rev 28146
added ML-Systems/thread_dummy.ML;
Sat, 06 Sep 2008 14:02:36 +0200 dropped "run" marker in monad syntax
haftmann [Sat, 06 Sep 2008 14:02:36 +0200] rev 28145
dropped "run" marker in monad syntax
Fri, 05 Sep 2008 11:50:35 +0200 multithreading.ML provides dummy thread structures;
wenzelm [Fri, 05 Sep 2008 11:50:35 +0200] rev 28144
multithreading.ML provides dummy thread structures;
Fri, 05 Sep 2008 06:50:22 +0200 different bookkeeping for code equations
haftmann [Fri, 05 Sep 2008 06:50:22 +0200] rev 28143
different bookkeeping for code equations
Fri, 05 Sep 2008 06:50:20 +0200 renamed structure CodeTarget to Code_Target
haftmann [Fri, 05 Sep 2008 06:50:20 +0200] rev 28142
renamed structure CodeTarget to Code_Target
Fri, 05 Sep 2008 00:19:50 +0200 instances comm_semiring_0_cancel < comm_semiring_0, comm_ring < comm_semiring_0_cancel
huffman [Fri, 05 Sep 2008 00:19:50 +0200] rev 28141
instances comm_semiring_0_cancel < comm_semiring_0, comm_ring < comm_semiring_0_cancel
Thu, 04 Sep 2008 21:12:06 +0200 proper header;
wenzelm [Thu, 04 Sep 2008 21:12:06 +0200] rev 28140
proper header;
Thu, 04 Sep 2008 21:02:42 +0200 added receive_timeout;
wenzelm [Thu, 04 Sep 2008 21:02:42 +0200] rev 28139
added receive_timeout; tuned comments;
Thu, 04 Sep 2008 20:06:23 +0200 check WRAPPER_OUTPUT node type;
wenzelm [Thu, 04 Sep 2008 20:06:23 +0200] rev 28138
check WRAPPER_OUTPUT node type;
Thu, 04 Sep 2008 20:05:48 +0200 init: disallow "" as out stream;
wenzelm [Thu, 04 Sep 2008 20:05:48 +0200] rev 28137
init: disallow "" as out stream;
Thu, 04 Sep 2008 19:47:13 +0200 fixed deps: no Concurrent/receiver.ML yet;
wenzelm [Thu, 04 Sep 2008 19:47:13 +0200] rev 28136
fixed deps: no Concurrent/receiver.ML yet;
Thu, 04 Sep 2008 19:45:13 +0200 Concurrent message exchange via mailbox -- with unbounded queueing.
wenzelm [Thu, 04 Sep 2008 19:45:13 +0200] rev 28135
Concurrent message exchange via mailbox -- with unbounded queueing.
Thu, 04 Sep 2008 19:45:12 +0200 added Concurrent/mailbox.ML;
wenzelm [Thu, 04 Sep 2008 19:45:12 +0200] rev 28134
added Concurrent/mailbox.ML;
Thu, 04 Sep 2008 17:24:18 +0200 reorganize subsections
huffman [Thu, 04 Sep 2008 17:24:18 +0200] rev 28133
reorganize subsections
Thu, 04 Sep 2008 17:21:49 +0200 rename INF_drop_prefix to INFM_drop_prefix
huffman [Thu, 04 Sep 2008 17:21:49 +0200] rev 28132
rename INF_drop_prefix to INFM_drop_prefix
Thu, 04 Sep 2008 17:19:57 +0200 add lemma power_Suc2; generalize power_minus from class comm_ring_1 to ring_1
huffman [Thu, 04 Sep 2008 17:19:57 +0200] rev 28131
add lemma power_Suc2; generalize power_minus from class comm_ring_1 to ring_1
Thu, 04 Sep 2008 17:18:44 +0200 move diff_add_cancel, add_diff_cancel from class ab_group_add to group_add
huffman [Thu, 04 Sep 2008 17:18:44 +0200] rev 28130
move diff_add_cancel, add_diff_cancel from class ab_group_add to group_add
Thu, 04 Sep 2008 16:43:51 +0200 tuned signature;
wenzelm [Thu, 04 Sep 2008 16:43:51 +0200] rev 28129
tuned signature;
Thu, 04 Sep 2008 16:43:50 +0200 added General/queue.ML;
wenzelm [Thu, 04 Sep 2008 16:43:50 +0200] rev 28128
added General/queue.ML;
Thu, 04 Sep 2008 16:43:48 +0200 Efficient queues.
wenzelm [Thu, 04 Sep 2008 16:43:48 +0200] rev 28127
Efficient queues.
Thu, 04 Sep 2008 16:03:49 +0200 moved Multithreading.task/schedule to Concurrent/schedule.ML
wenzelm [Thu, 04 Sep 2008 16:03:49 +0200] rev 28126
moved Multithreading.task/schedule to Concurrent/schedule.ML
Thu, 04 Sep 2008 16:03:48 +0200 multithreading.ML provides dummy thread structures;
wenzelm [Thu, 04 Sep 2008 16:03:48 +0200] rev 28125
multithreading.ML provides dummy thread structures;
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip