Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joe@joeshaw.org>2006-10-14 00:10:55 +0400
committerJoe Shaw <joe@joeshaw.org>2006-10-14 00:10:55 +0400
commit86d4be5d660f75b67759d2efc6b3abf43cfe9d2c (patch)
tree706d0e374d8df6b313ff9448b03b885ae62e6492 /ChangeLog
parentf3439dfddf0c901218c603604e1e32fd354fc9c7 (diff)
2006-10-13 Joe Shaw <joeshaw@novell.com>
* samples/size/size.c: Flesh this out quite a bit more so that its results are more accurate. * samples/size/sample.cs: Add a few more test cases. svn path=/trunk/mono/; revision=66660
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 403d9e1fcb8..07a15adcb41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-13 Joe Shaw <joeshaw@novell.com>
+
+ * samples/size/size.c: Flesh this out quite a bit more so that
+ its results are more accurate.
+ * samples/size/sample.cs: Add a few more test cases.
+
2006-10-12 Zoltan Varga <vargaz@freemail.hu>
* configure.in: Disable visibility("hidden") on cygwin as well.