--- a/src/Pure/Concurrent/mailbox.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/Concurrent/mailbox.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/Concurrent/mailbox.ML
- ID: $Id$
Author: Makarius
Message exchange via mailbox, with non-blocking send (due to unbounded
--- a/src/Pure/Concurrent/simple_thread.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/Concurrent/simple_thread.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/Concurrent/simple_thread.ML
- ID: $Id$
Author: Makarius
Simplified thread operations.
--- a/src/Pure/Concurrent/synchronized.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/Concurrent/synchronized.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/Concurrent/synchronized.ML
- ID: $Id$
Author: Fabian Immler and Makarius
State variables with synchronized access.
--- a/src/Pure/ML-Systems/alice.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/alice.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/alice.ML
- ID: $Id$
Compatibility file for Alice 1.4.
--- a/src/Pure/ML-Systems/exn.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/exn.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/exn.ML
- ID: $Id$
Author: Makarius
Extra support for exceptions.
--- a/src/Pure/ML-Systems/install_pp_polyml.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/install_pp_polyml.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/install_pp_polyml.ML
- ID: $Id$
Extra toplevel pretty-printing for Poly/ML.
*)
--- a/src/Pure/ML-Systems/ml_name_space.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/ml_name_space.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/ml_name_space.ML
- ID: $Id$
Author: Makarius
ML name space -- dummy version of Poly/ML 5.2 facility.
--- a/src/Pure/ML-Systems/multithreading.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/multithreading.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/multithreading.ML
- ID: $Id$
Author: Makarius
Dummy implementation of multithreading setup.
--- a/src/Pure/ML-Systems/multithreading_polyml.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/multithreading_polyml.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/multithreading_polyml.ML
- ID: $Id$
Author: Makarius
Multithreading in Poly/ML 5.2 or later (cf. polyml/basis/Thread.sml).
--- a/src/Pure/ML-Systems/overloading_smlnj.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/overloading_smlnj.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/overloading_smlnj.ML
- ID: $Id$
Author: Makarius
Overloading in SML/NJ (cf. smlnj/base/system/smlnj/init/pervasive.sml).
--- a/src/Pure/ML-Systems/polyml-4.1.3.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml-4.1.3.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml-4.1.3.ML
- ID: $Id$
Compatibility wrapper for Poly/ML 4.1.3.
*)
--- a/src/Pure/ML-Systems/polyml-4.1.4.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml-4.1.4.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml-4.1.4.ML
- ID: $Id$
Compatibility wrapper for Poly/ML 4.1.4.
*)
--- a/src/Pure/ML-Systems/polyml-4.2.0.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml-4.2.0.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml-4.2.0.ML
- ID: $Id$
Compatibility wrapper for Poly/ML 4.2.0.
*)
--- a/src/Pure/ML-Systems/polyml-5.0.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml-5.0.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml-5.0.ML
- ID: $Id$
Compatibility wrapper for Poly/ML 5.0.
*)
--- a/src/Pure/ML-Systems/polyml-5.1.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml-5.1.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml-5.1.ML
- ID: $Id$
Compatibility wrapper for Poly/ML 5.1.
*)
--- a/src/Pure/ML-Systems/polyml.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml.ML
- ID: $Id$
Compatibility wrapper for Poly/ML 5.2 or later.
*)
--- a/src/Pure/ML-Systems/polyml_common.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml_common.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml_common.ML
- ID: $Id$
Compatibility file for Poly/ML -- common part for 4.x and 5.x.
*)
--- a/src/Pure/ML-Systems/polyml_old_basis.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml_old_basis.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml_old_basis.ML
- ID: $Id$
Fixes for the old SML basis library (before Poly/ML 4.2.0).
*)
--- a/src/Pure/ML-Systems/polyml_old_compiler4.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml_old_compiler4.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml_old_compiler4.ML
- ID: $Id$
Runtime compilation -- for old PolyML.compiler (version 4.x).
*)
--- a/src/Pure/ML-Systems/polyml_old_compiler5.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/polyml_old_compiler5.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/polyml_old_compiler5.ML
- ID: $Id$
Runtime compilation -- for old PolyML.compilerEx (version 5.0, 5.1).
*)
--- a/src/Pure/ML-Systems/proper_int.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/proper_int.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/proper_int.ML
- ID: $Id$
Author: Makarius
SML basis with type int representing proper integers, not machine
--- a/src/Pure/ML-Systems/smlnj.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/smlnj.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/smlnj.ML
- ID: $Id$
Compatibility file for Standard ML of New Jersey 110 or later.
*)
--- a/src/Pure/ML-Systems/system_shell.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/system_shell.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/system_shell.ML
- ID: $Id$
Author: Makarius
Generic system shell processes (no provisions to propagate interrupts;
--- a/src/Pure/ML-Systems/thread_dummy.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/thread_dummy.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/thread_dummy.ML
- ID: $Id$
Author: Makarius
Default (mostly dummy) implementation of thread structures
--- a/src/Pure/ML-Systems/time_limit.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/time_limit.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/time_limit.ML
- ID: $Id$
Author: Makarius
Dummy implementation of NJ's TimeLimit structure.
--- a/src/Pure/ML-Systems/universal.ML Mon Jan 19 16:03:04 2009 +0100
+++ b/src/Pure/ML-Systems/universal.ML Mon Jan 19 19:38:03 2009 +0100
@@ -1,5 +1,4 @@
(* Title: Pure/ML-Systems/universal.ML
- ID: $Id$
Author: Makarius
Universal values via tagged union. Emulates structure Universal