diff options
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | README | 8 |
2 files changed, 36 insertions, 5 deletions
@@ -1,3 +1,34 @@ +1999-12-21 Jeff Hobbs <hobbs@scriptics.com> + + * README: + * generic/tcl.h: + * mac/README: + * unix/configure.in: + * tools/tcl.wse.in: + * win/README.binary: + * win/configure.in: updated to patch level 8.3b1 + + * unix/Makefile.in: added -srcdir=... for 'make html' + + * doc/Hash.3: fixed reference to ckfree [Bug: 3912] + * doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj + * doc/open.n: fixed minor formatting errors + * doc/string.n: fixed minor formatting errors + + * doc/lsort.n: added -unique docs + * tests/cmdIL.test: + * generic/tclCmdIL.c: added -unique option to lsort + + * generic/tclThreadTest.c: changed thread ids to longs [Bug: 3902] + + * mac/tclMacOSA.c: fixed applescript for I18N [Bug: 3644] + + * win/mkd.bat: + * win/rmd.bat: removed necessity of tag.txt [Bug: 3874] + + * win/tclWinThrd.c: changed CreateThread to _beginthreadex and + ExitThread to _endthreadex + 1999-12-12 Jeff Hobbs <hobbs@scriptics.com> * doc/glob.n: @@ -13,7 +44,7 @@ * win/tclWinFile.c: enhanced the glob command with the new options -types -path -directory and -join. Deprecated TclpMatchFiles with TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added - GlobTypeData structure. + GlobTypeData structure. [Bug: 2363] 1999-12-10 Jeff Hobbs <hobbs@scriptics.com> @@ -1,11 +1,11 @@ README: Tcl - This is the Tcl 8.3a1 source distribution. + This is the Tcl 8.3b1 source distribution. You can get this release from: - [8.3 alpha releases are only available through NetCVS: + [Tcl/Tk are also available through NetCVS: http://www.scriptics.com/products/tcltk/netcvs.html] # http://www.scriptics.com/registration/<version>.tml -RCS: @(#) $Id: README,v 1.24 1999/10/05 22:45:15 hobbs Exp $ +RCS: @(#) $Id: README,v 1.25 1999/12/21 23:57:20 hobbs Exp $ Contents -------- @@ -52,7 +52,7 @@ Information about new features in 8.3 can be found at http://www.scriptics.com/software/whatsnew83.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.3a1 + http://www.scriptics.com/software/relnotes/tcl8.3b1 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ |