summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-06-21 18:30:08 +0000
committerSteve Huston <shuston@riverace.com>2000-06-21 18:30:08 +0000
commitb73bc93b7dfbcd1c0e054589613e8fe8d84ebb52 (patch)
tree49d02092f1a1916af5e498f572a73663febc07a6
parent956a7b59f962a7ba331d75eec0b10efa5c826130 (diff)
downloadATCD-b73bc93b7dfbcd1c0e054589613e8fe8d84ebb52.tar.gz
.
-rw-r--r--ChangeLog14
-rw-r--r--ChangeLogs/ChangeLog-02a14
-rw-r--r--ChangeLogs/ChangeLog-03a14
3 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 130c427ae09..df3678a5dbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Wed Jun 21 13:25:41 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.i (rename): On ACE_HAS_WINNT4 systems (Win NT, 2000), the
+ rename is accomplished via MoveFileEx, which allows an existing
+ destination file to be replaced. This makes the behavior in this
+ case the same on NT/2000 as on *NIX systems (the file is replaced).
+
+Wed Jun 21 13:23:18 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.h (rename): Added a 3rd argument (int flags) which defaults
+ to -1 (meaning to use ACE-default flags inside the function). The
+ flags are only useful on NT/2000 for supplying values to the
+ MoveFileEx function's flags argument.
+
Wed Jun 21 03:02:37 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.i (set_errno_to_last_error):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 130c427ae09..df3678a5dbf 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Wed Jun 21 13:25:41 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.i (rename): On ACE_HAS_WINNT4 systems (Win NT, 2000), the
+ rename is accomplished via MoveFileEx, which allows an existing
+ destination file to be replaced. This makes the behavior in this
+ case the same on NT/2000 as on *NIX systems (the file is replaced).
+
+Wed Jun 21 13:23:18 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.h (rename): Added a 3rd argument (int flags) which defaults
+ to -1 (meaning to use ACE-default flags inside the function). The
+ flags are only useful on NT/2000 for supplying values to the
+ MoveFileEx function's flags argument.
+
Wed Jun 21 03:02:37 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.i (set_errno_to_last_error):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 130c427ae09..df3678a5dbf 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,17 @@
+Wed Jun 21 13:25:41 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.i (rename): On ACE_HAS_WINNT4 systems (Win NT, 2000), the
+ rename is accomplished via MoveFileEx, which allows an existing
+ destination file to be replaced. This makes the behavior in this
+ case the same on NT/2000 as on *NIX systems (the file is replaced).
+
+Wed Jun 21 13:23:18 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.h (rename): Added a 3rd argument (int flags) which defaults
+ to -1 (meaning to use ACE-default flags inside the function). The
+ flags are only useful on NT/2000 for supplying values to the
+ MoveFileEx function's flags argument.
+
Wed Jun 21 03:02:37 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.i (set_errno_to_last_error):