diff options
author | hobbs <hobbs> | 1999-08-21 19:40:27 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-21 19:40:27 (GMT) |
commit | 40c26bfd1689472e72e816d33a144db9c0111f86 (patch) | |
tree | 7e320f5d1be1af6c5853eb94a7e7b34b4f3600ac /ChangeLog | |
parent | 6d54731bf1a1ddeccdceeb7c46b3c590a8f8140c (diff) | |
download | tcl-40c26bfd1689472e72e816d33a144db9c0111f86.zip tcl-40c26bfd1689472e72e816d33a144db9c0111f86.tar.gz tcl-40c26bfd1689472e72e816d33a144db9c0111f86.tar.bz2 |
1999-08-21 Jeff Hobbs <hobbs@scriptics.com>
* unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9]
[Bug: 1909]
1999-08-20 Jeff Hobbs <hobbs@scriptics.com>
* generic/tclPosixStr.c: fixed typo [Bug: 2592]
* doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
1999-08-19 Jeff Hobbs <hobbs@scriptics.com>
* win/README.binary: fixed version info and some typos [Bug: 2561]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,7 +1,23 @@ +1999-08-21 Jeff Hobbs <hobbs@scriptics.com> + + * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9] + [Bug: 1909] + +1999-08-20 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclPosixStr.c: fixed typo [Bug: 2592] + + * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588] + 1999-08-19 Jeff Hobbs <hobbs@scriptics.com> - * generic/tclIO.c: changed Tcl_GetChannelNames* to use K&R - style headers (style guide, also pleases HP cc) + * win/README.binary: fixed version info and some typos [Bug: 2561] + + * doc/interp.n: updated list of commands available in a safe + interpreter [Bug: 2526] + + * generic/tclIO.c: changed Tcl_GetChannelNames* to use style guide + headers (pleases HP cc) 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> @@ -41,6 +57,10 @@ * mac/tclMacProjects.sea.hqx: Rearrange the projects so that the build directory is separate from the sources. Much more convenient! +1999-08-13 Scott Redman <redman@scriptics.com> + + * /: 8.2.0 tagged for final release + 1999-08-12 Scott Stanton <stanton@scriptics.com> * win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make it |