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:
authorSebastien Pouliot <sebastien@ximian.com>2004-06-11 16:43:42 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-06-11 16:43:42 +0400
commita4b1fa50235c9f213fdaa0e5ad8d26580af4188a (patch)
treeb6ff4f554fc666cdbf288881ec415e98c2382a2c /mcs/class/corlib/System/ChangeLog
parentabaf40f801f05f55b61e8084578945e5e16df46e (diff)
2004-06-11 Sebastien Pouliot <sebastien@ximian.com>
* DateTime.cs: Added a AddRoundedMilliseconds which use the "old Mono" rounding logic which worked for FromOADate (while the newer didn't). svn path=/trunk/mcs/; revision=29341
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index e55ab3bba9a..c4c08bc9c81 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-11 Sebastien Pouliot <sebastien@ximian.com>
+
+ * DateTime.cs: Added a AddRoundedMilliseconds which use the "old Mono"
+ rounding logic which worked for FromOADate (while the newer didn't).
+
2004-06-11 Martin Baulig <martin@ximian.com>
* String.cs (Concat): Implemented the varargs version.