diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-02-15 19:58:28 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-02-15 19:58:28 (GMT) |
commit | 097b4b7f2e14a0d47f82c9d8b7579bee651660b4 (patch) | |
tree | bc4839f43def6eadc8b2d9058b931dc569d662bf /ChangeLog | |
parent | 66a15c6f8be47c3acbdddffadc67f50dec8a56e6 (diff) | |
download | tcl-097b4b7f2e14a0d47f82c9d8b7579bee651660b4.zip tcl-097b4b7f2e14a0d47f82c9d8b7579bee651660b4.tar.gz tcl-097b4b7f2e14a0d47f82c9d8b7579bee651660b4.tar.bz2 |
* tclExecute.c:
* tclIOGT.c:
* tclIndexObj.c: Touchups to the TIP 72 patch to make it
compileable under Windows again. The changes are not complete,
there is one nasty regarding _stati64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-02-15 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * tclExecute.c: + * tclIOGT.c: + * tclIndexObj.c: Touchups to the TIP 72 patch to make it + compileable under Windows again. The changes are not complete, + there is one nasty regarding _stati64 + 2002-02-15 Donal K. Fellows <fellowsd@cs.man.ac.uk> +----------------------+ |