summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 15 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 74a7beccf98..a8b61c8be8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,17 @@
+Fri May 16 11:15:53 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+
+ Added a new keyword for custom definitions. If the file type
+ generated by the command doesn't belong to source, inline, header,
+ resource or documentation, then use generic_outputext.
+
Thu May 15 09:32:01 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/Configuration_Import_Export.cpp (import_config): Fixed a memory
- leak where the "data" buffer wasn't being deleted. Thanks to
- Roland Meub <Roland.Meub@tenovis.com> for reporting this.
+ * ace/Configuration_Import_Export.cpp (import_config): Fixed a memory
+ leak where the "data" buffer wasn't being deleted. Thanks to
+ Roland Meub <Roland.Meub@tenovis.com> for reporting this.
Thu May 15 10:41:32 2003 Chad Elliott <elliott_c@ociweb.com>
@@ -2338,9 +2347,9 @@ Tue Apr 15 16:06:24 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Timer_Wheel_T.cpp: Removed the use of a namespace since
this breaks certain compilers that don't support namespaces
- (e.g., GCC 2.7-97 on LynxOS and SunC++ with the compat4=1
- options). Thanks to Olli Savia <ops@iki.fi> and
- Craig Watcham <craigw@ananzi.co.za> for reporting this problem.
+ (e.g., GCC 2.7-97 on LynxOS and SunC++ with the compat4=1
+ options). Thanks to Olli Savia <ops@iki.fi> and
+ Craig Watcham <craigw@ananzi.co.za> for reporting this problem.
* ace/OS.h: Make sure that things don't go awry on platforms
where clearerr is defined as a macro. Thanks to Olli Savia