diff options
author | ericm <ericm> | 2000-07-22 00:51:20 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-22 00:51:20 (GMT) |
commit | e84c30ea9c268e7c900598cb5ddf81148fcb27da (patch) | |
tree | 03b44c8996e3cfba2dd6e3814ebdb425291aa7e2 /ChangeLog | |
parent | 4a638e8559d73aadb6fee1b6ed91a995696a6955 (diff) | |
download | tcl-e84c30ea9c268e7c900598cb5ddf81148fcb27da.zip tcl-e84c30ea9c268e7c900598cb5ddf81148fcb27da.tar.gz tcl-e84c30ea9c268e7c900598cb5ddf81148fcb27da.tar.bz2 |
* doc/binary.n: Noted that the example in the introduction assumes a
32-bit system [Bug: 6035].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,11 +1,14 @@ +2000-07-21 Eric Melski <ericm@ajubasolutions.com> + + * doc/binary.n: Noted that the example in the introduction assumes a + 32-bit system [Bug: 6035]. + 2000-07-21 Mo DeJong <mdejong@redhat.com> - * win/configure.in: Define ${prefix} and - ${exec_prefix} like unix/configure.in. - Fix or add TCL_SRC_DIR, TCL_STUB_LIB_FILE, - TCL_STUB_LIB_FLAG, TCL_BUILD_STUB_LIB_SPEC, - TCL_STUB_LIB_SPEC, TCL_BUILD_STUB_LIB_PATH, - TCL_STUB_LIB_PATH. + * win/configure.in: Define ${prefix} and ${exec_prefix} like + unix/configure.in. Fix or add TCL_SRC_DIR, TCL_STUB_LIB_FILE, + TCL_STUB_LIB_FLAG, TCL_BUILD_STUB_LIB_SPEC, TCL_STUB_LIB_SPEC, + TCL_BUILD_STUB_LIB_PATH, TCL_STUB_LIB_PATH. 2000-07-20 Eric Melski <ericm@ajubasolutions.com> |