diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-12-23 18:17:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-12-23 18:17:00 +0000 |
commit | c34baa5660fbbcf686a558ae3951b4c309f2dc5f (patch) | |
tree | d0f631667a56aa89d04002c1ad05012f3b9bf1ce /ChangeLog-99b | |
parent | d2472501c7ed329ede246ff1e7470a965beeab23 (diff) | |
download | ATCD-c34baa5660fbbcf686a558ae3951b4c309f2dc5f.tar.gz |
ChangeLogTag:Thu Dec 23 12:16:38 1999 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 984db2477ba..268f08c960f 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,33 @@ +Thu Dec 23 12:16:38 1999 Christopher Kohlhoff <chris@kohlhoff.com> + + * ace: Added missing files Capabilities.cpp and Configuration.cpp + to $ACE_ROOT/ace/Makefile.bor. + + * ACE/tests: Added new tests Auto_IncDec_Test and + Capabilities_test to Makefile.bor. + + * ACE/tests: Fixed syntax error in a Borland C++Builder specific + section of Auto_IncDec_Test.cpp. + + * ACE/tests: Fixed Malloc_Test so that it does not fail with + Borland C++Builder. + + * ACE/tests/ Changed run_tests.bat so that it does not invoke + ACE_Init_Test when run with the "bor" command line + argument. This test uses MFC and need not be built or run. + +Thu Dec 23 11:46:38 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ace/OS.h: Moved + + #if defined (ACE_HAS_SYS_FILIO_H) + # include /**/ <sys/filio.h> + #endif /* ACE_HAS_SYS_FILIO_H */ + + from OS.i to OS.h so that the FIONREAD macro will be defined for + the ACE_SOCK_Dgram::recv() method even if inline = 0. Thanks to + Alain Sauron <sauron@syseca.thomson-csf.com> for reporting this. + Wed Dec 22 11:29:43 1999 Nanbor Wang <nanbor@cs.wustl.edu> * bin/auto_compile_win32.pl: Renamed ImplRepo.dsw to |