diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 15:02:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 15:02:39 +0000 |
commit | 7e11fb771448cc9e57b5bfdb1b14947fcfe17f18 (patch) | |
tree | d2eb107b0d9117a5f7670546853ee0c9cdfdf74e /ChangeLog-98a | |
parent | d521095f5ef6665e37a3983be8549df8c660e33e (diff) | |
download | ATCD-7e11fb771448cc9e57b5bfdb1b14947fcfe17f18.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r-- | ChangeLog-98a | 107 |
1 files changed, 56 insertions, 51 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index 06a3c172ad1..05c7968900e 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -1,59 +1,64 @@ +Fri May 01 10:01:09 1998 David L. Levine <levine@cs.wustl.edu> + + * ace/config-sunos5.6.h: replaced config-sunos5.6-sunc++-4.x.h + with this config file, which supports both Sun C++ and g++. + Fri May 1 00:35:40 1998 Nanbor Wang <nanbor@cs.wustl.edu> - * include/makeinclude/wrapper_macros.GNU - (ACE_LDSO_Version_Number): Fixed the problem of not able to - parse a formal release number from ace/VERSION. + * include/makeinclude/wrapper_macros.GNU + (ACE_LDSO_Version_Number): Fixed the problem of not able to + parse a formal release number from ace/VERSION. Thu Apr 30 15:53:58 1998 Nanbor Wang <nanbor@cs.wustl.edu> - * ACE.{h,i,cpp}: - * DEV.{h,i,cpp}: - * DEV_Connector.{h,i,cpp}: - * DEV_IO.{h,i,cpp}: - * Date_Time.{h,i,cpp}: - * FIFO_Recv.{h,i,cpp}: - * FIFO_Recv_Msg.{h,i,cpp}: - * FIFO_Send.{h,i,cpp}: - * FIFO_Send_Msg.{h,i,cpp}: - * FILE.{h,i,cpp}: - * FILE_Connector.{h,i,cpp}: - * FILE_IO.{h,i,cpp}: - * IO_SAP.{h,i,cpp}: - * IPC_SAP.{h,i,cpp}: - * LSOCK.{h,i,cpp}: - * LSOCK_CODgram.{h,i,cpp}: - * LSOCK_Connector.{h,i,cpp}: - * LSOCK_Dgram.{h,i,cpp}: - * LSOCK_Stream.{h,i,cpp}: - * Log_Record.{h,i,cpp}: - * Pipe.{h,i,cpp}: - * SOCK.{h,i,cpp}: - * SOCK_CODgram.{h,i,cpp}: - * SOCK_Connector.{h,i,cpp}: - * SOCK_Dgram.{h,i,cpp}: - * SOCK_Dgram_Bcast.{h,i,cpp}: - * SOCK_Dgram_Mcast.{h,i,cpp}: - * SOCK_IO.{h,i,cpp}: - * SOCK_Stream.{h,i,cpp}: - * SPIPE.{h,i,cpp}: - * SPIPE_Connector.{h,i,cpp}: - * SPIPE_Stream.{h,i,cpp}: - * SV_Message_Queue.{h,i,cpp}: - * SV_Semaphore_Complex.{h,i,cpp}: - * SV_Semaphore_Simple.{h,i,cpp}: - * UPIPE_Acceptor.{h,i,cpp}: - * UPIPE_Connector.{h,i,cpp}: Added inline control for these - supposedly default inline functions. - - * ace/config-WinCE.h: Added ACE_LACKS_INLINE_FUNCTIONS. - - * ace/OS.h: Added a new macro ASYS_INLINE for platforms that don't - support inline properly. This is controlled by the macro - ACE_LACKS_INLINE_FUNCTIONS. - - Waklked thru all macros and indented them properly. - - * ace/README: Added documentation for ACE_LACKS_INLINE_FUNCTIONS. + * ACE.{h,i,cpp}: + * DEV.{h,i,cpp}: + * DEV_Connector.{h,i,cpp}: + * DEV_IO.{h,i,cpp}: + * Date_Time.{h,i,cpp}: + * FIFO_Recv.{h,i,cpp}: + * FIFO_Recv_Msg.{h,i,cpp}: + * FIFO_Send.{h,i,cpp}: + * FIFO_Send_Msg.{h,i,cpp}: + * FILE.{h,i,cpp}: + * FILE_Connector.{h,i,cpp}: + * FILE_IO.{h,i,cpp}: + * IO_SAP.{h,i,cpp}: + * IPC_SAP.{h,i,cpp}: + * LSOCK.{h,i,cpp}: + * LSOCK_CODgram.{h,i,cpp}: + * LSOCK_Connector.{h,i,cpp}: + * LSOCK_Dgram.{h,i,cpp}: + * LSOCK_Stream.{h,i,cpp}: + * Log_Record.{h,i,cpp}: + * Pipe.{h,i,cpp}: + * SOCK.{h,i,cpp}: + * SOCK_CODgram.{h,i,cpp}: + * SOCK_Connector.{h,i,cpp}: + * SOCK_Dgram.{h,i,cpp}: + * SOCK_Dgram_Bcast.{h,i,cpp}: + * SOCK_Dgram_Mcast.{h,i,cpp}: + * SOCK_IO.{h,i,cpp}: + * SOCK_Stream.{h,i,cpp}: + * SPIPE.{h,i,cpp}: + * SPIPE_Connector.{h,i,cpp}: + * SPIPE_Stream.{h,i,cpp}: + * SV_Message_Queue.{h,i,cpp}: + * SV_Semaphore_Complex.{h,i,cpp}: + * SV_Semaphore_Simple.{h,i,cpp}: + * UPIPE_Acceptor.{h,i,cpp}: + * UPIPE_Connector.{h,i,cpp}: Added inline control for these + supposedly default inline functions. + + * ace/config-WinCE.h: Added ACE_LACKS_INLINE_FUNCTIONS. + + * ace/OS.h: Added a new macro ASYS_INLINE for platforms that don't + support inline properly. This is controlled by the macro + ACE_LACKS_INLINE_FUNCTIONS. + + Walked thru all macros and indented them properly. + + * ace/README: Added documentation for ACE_LACKS_INLINE_FUNCTIONS. Wed Apr 29 18:55:13 1998 David L. Levine <levine@cs.wustl.edu> |