summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a67
1 files changed, 37 insertions, 30 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 7b0c153b9a0..2d8a44cfe5d 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Tue Jul 11 16:09:14 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * bin/auto_run_tests.lst: don't run LongUpcalls test
+ with minimum CORBA. Thanks to Irfan for reporting
+ that the test needs AMI to run, and minimum CORBA
+ doesn't have AMI.
+
Tue Jul 11 16:03:58 2000 David L. Levine <levine@cs.wustl.edu>
* ace/Local_Tokens.cpp (ACE_TPQ_Entry ctor): don't cast result
@@ -8,37 +15,37 @@ Tue Jul 11 16:03:58 2000 David L. Levine <levine@cs.wustl.edu>
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/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.
+ 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>