summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ae601e0738..beea3e25f47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,23 @@
+Wed May 14 11:11:31 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+
+ Force the idl_stubs target to be processed before anything else.
+ In case an idl file is listed but not explicitly listed in the
+ source files, we still need to process the idl first.
+
Wed May 14 14:52:40 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/config-all.h:
* ace/README:
Added new macro, ACE_USES_ALLOCA. If it is not defined in the
user's config.h, then turn off ACE_HAS_ALLOCA by default.
-
+
Tue May 13 09:39:13 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/OS.i (last_error): Fixed this method so that it assigns errno
- to the error value. This fixes an inconsistency reported by
- Damien Dufour <damien.dufour@horanet.com>.
+ * ace/OS.i (last_error): Fixed this method so that it assigns errno
+ to the error value. This fixes an inconsistency reported by
+ Damien Dufour <damien.dufour@horanet.com>.
Tue May 13 16:59:00 2003 Simon McQueen <sm@prismtechnologies.com>