summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 922c133cecb..dce129aee27 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,37 @@
+Tue Jul 11 14:47:48 2000 Chris Kohlhoff <chris@kohlhoff.com>
+
+ * ace/config-win32-common.h:
+ Use default value of 0 for ACE_USE_RCSID on Win32 since RCS IDs
+ should probably not be required on this platform.
+
+ * include/makeinclude/build_core_exe.bor:
+ * include/makeinclude/build_core_library.bor:
+ * include/makeinclude/build_dll.bor:
+ * include/makeinclude/build_exe.bor:
+ * include/makeinclude/build_lib.bor:
+ * include/makeinclude/make_flags.bor:
+ * include/makeinclude/outputdir.bor:
+ * include/makeinclude/recurse.bor:
+ * include/makeinclude/install.bor:
+ * ace/Makefile.bor:
+ Added support for 'make install'.
+
+ * include/makeinclude/build_dll.bor:
+ * include/makeinclude/build_exe.bor:
+ * include/makeinclude/build_lib.bor:
+ * include/makeinclude/clean.bor:
+ Changed clean target so that files generated by the IDL compiler
+ are removed.
+
+ * ace/ace_wchar.h:
+ * ace/config-win32-borland.h:
+ * ace/OS.h:
+ * ace/OS_String.h:
+ * ace/OS.i:
+ Bring certain types and functions into the global namespace. This
+ is necessary so that the ACE headers will work the same regardless
+ of any standard C++ headers that may be included beforehand.
+
Tue Jul 11 14:21:51 2000 Steve Huston <shuston@riverace.com>
* ace/Log_Msg.cpp (ACE_Log_Msg::log): Added an ACE_Errno_Guard to