summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-06-09 08:29:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-06-09 08:29:13 +0000
commitb7c19625a77e3a93cc1d7d2fab7c6cbb0503fc7d (patch)
treee746a011b1b9a5855d053741ee3e41e1fb33f0a2
parent9988f6158764057bbd911a6b36b7e3406d5211c6 (diff)
downloadATCD-b7c19625a77e3a93cc1d7d2fab7c6cbb0503fc7d.tar.gz
ChangeLogTag: Mon Jun 09 08:28:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog12
-rw-r--r--ace/Makefile.ace1
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e3b6a96ee44..349049e7559 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jun 9 08:27:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Makefile.ace:
+ Added NT_Service. Thanks to Wolfgang Schroeder <cpp_kurs@arcor.de>
+ for reporting this.
+
Sun Jun 8 22:36:32 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* THANKS: Added Andrew Voumard to the hall of fame.
@@ -7,17 +13,17 @@ Sun Jun 8 17:55:18 UTC 2003 Don Hinton <dhinton@dresystems.com>
* bin/g++_metrics.sh:
Fixed a typo that caused the script to fail.
-Sun Jun 8 10:52:23 2003 Nanbor Wang <nanbor@cs.wustl.edu>
+Sun Jun 8 10:52:23 2003 Nanbor Wang <nanbor@cs.wustl.edu>
* bin/PerlACE/Process.pm:
* bin/PerlACE/Process_Win32.pm:
* bin/PerlACE/Process_Unix.pm: Moved the Normalize_Executable_Name
method to platform specific implementation files. The original
implementation in Process.pm was Win32 specific.
-
+
Sat Jun 7 11:12:16 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- * performance-tests/Synch-Benchmarks/Synch_Lib/Benchmark_Base.h: Added a
+ * performance-tests/Synch-Benchmarks/Synch_Lib/Benchmark_Base.h: Added a
#include for "ace/Atomic_Op.h" to solve a compilation problem.
Thanks to Nick Kukuczka <nickk@appliedepi.com> for reporting
this.
diff --git a/ace/Makefile.ace b/ace/Makefile.ace
index 9a214661154..98cbd309256 100644
--- a/ace/Makefile.ace
+++ b/ace/Makefile.ace
@@ -256,6 +256,7 @@ OTHER_FILES = \
Naming_Context \
Registry_Name_Space \
Remote_Name_Space \
+ NT_Service \
TEMPLATE_FILES = \
Acceptor \