diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-14 22:51:07 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-14 22:51:07 (GMT) |
commit | e8db060adb7f6b18464bedc29e9872d54ea7854e (patch) | |
tree | 1f798d2201d07dacde5e793df82187565c9b503d /ChangeLog | |
parent | 66e553d72e52824e2bb3f06814e9d3fc6f4a935d (diff) | |
download | tcl-e8db060adb7f6b18464bedc29e9872d54ea7854e.zip tcl-e8db060adb7f6b18464bedc29e9872d54ea7854e.tar.gz tcl-e8db060adb7f6b18464bedc29e9872d54ea7854e.tar.bz2 |
* doc/fconfigure.n: Clarified that -translation is binary is
reported as lf when queried, because it is identical to lf,
except for the special additional behaviour when setting
it. [Bug 666770].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-03-14 Andreas Kupries <andreask@activestate.com> + * doc/fconfigure.n: Clarified that -translation is binary is + reported as lf when queried, because it is identical to lf, + except for the special additional behaviour when setting + it. [Bug 666770]. + +2006-03-14 Andreas Kupries <andreask@activestate.com> + * win/tclWinPipe.c (Tcl_WaitPid): Backport of fix made to the head by David Gravereaux in 2004. See ChangeLog entry 2004-01-19. [Bug 1381436]. |