diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-09-01 14:11:37 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-09-01 14:11:37 +0000 |
commit | 72153f80aca786beb32d3d1546f7dd19b4d56aa7 (patch) | |
tree | 382d2d1c09e51f8a8f4821c2252262c2481e8cfa /ChangeLog | |
parent | 91468213713e06a9bc0a4eeb184f6b51b4de8c9e (diff) | |
download | ATCD-72153f80aca786beb32d3d1546f7dd19b4d56aa7.tar.gz |
ChangeLogTag:Sun Sep 01 08:18:37 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1d51640e2c5..d60f342c157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ Sun Sep 01 07:25:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl> * include/makeinclude/platform_linux_borland.GNU: Added first version of platform .GNU file for the Borland Kylix - compiler. Thanks to Newton Aird <naird@ix.netcom.com) for + compiler. Thanks to Newton Aird <naird@ix.netcom.com> for providing this first version. * THANKS: Added Newton Aird <naird@ix.netcom.com> @@ -30,6 +30,7 @@ Sat Aug 31 14:57:53 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderb fame. Sat Aug 31 13:55:52 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderbilt.edu> + * ace/OS.i (ctime_r): This fixes a problem on Linux for the call to ::ctime_r where the pointer returned (result) is the same as the pointer (buf) passed in, causing the buffer to get clobbed |