summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-20 18:45:39 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:32 +0200
commitecc4d9195afd20758ce10d8fd7bce7b7e28e0a26 (patch)
tree52527b8ff6bf84462294d7b6e914d882b58a360f
parentb4b45fafeb935ceb39b2dcd91e61c5c86942078a (diff)
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida <glguida@gmail.com>. * DEVELOPMENT: New file.
-rw-r--r--ChangeLog8
-rw-r--r--DEVELOPMENT8
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 951a8ee..e6ef196 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
+
+ Remove unused and unsupported code. Consult the file
+ `DEVELOPMENT' for details. Partly based on suggestions by
+ Gianluca Guida <glguida@gmail.com>.
+
+ * DEVELOPMENT: New file.
+
2006-02-05 Thomas Schwinge <tschwinge@gnu.org>
* Makerules.in: Don't set no_deps to true if MAKECMDGOALS is empty.
diff --git a/DEVELOPMENT b/DEVELOPMENT
new file mode 100644
index 0000000..94e0567
--- /dev/null
+++ b/DEVELOPMENT
@@ -0,0 +1,8 @@
+-*- Text -*-
+
+`gnumach-1-branch-before_removing_unused_and_unsupported_code' was tagged
+on 2006-02-20. After creating that tag, code for unused and unsupported
+device driver for ISA cards and a good deal of i386 dependent, also
+unused and unsupported code was removed. Be sure to check the ChangeLog
+and have a look at the repository at that tag's state if you want to work
+on the i386 dependent parts of GNU Mach.