summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-15 22:25:21 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-15 22:25:21 +0000
commit1507d20a56b6c7cf39f8e19a1dac8d610cd1de3d (patch)
tree62519353546ec5f54adb6bb339f729865e94706f
parenta7b1136d99cf19120287bfda4383f2fb9c77869d (diff)
downloadATCD-1507d20a56b6c7cf39f8e19a1dac8d610cd1de3d.tar.gz
ChangeLogTag: Wed Sep 15 15:17:39 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a5e787746..6381d169bed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,8 @@ Wed Sep 15 15:17:39 2004 J.T. Conklin <jtc@acorntoolworks.com>
Changed preprocessor conditional for the declaration of the wide
character version of strtok_r_emulation() to use ACE_WCHAR and
- ACE_LACKS_WCSTOK instead of ACE_HAS_REENTRANT_FUNCTIONS.
+ ACE_LACKS_WCSTOK instead of ACE_HAS_REENTRANT_FUNCTIONS. Thanks
+ to Johnny Willemsen for finding this bug.
Wed Sep 15 11:41:53 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>