summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * library/init.tcl: Corrected unique prefix matching ofdgp2004-05-031-0/+5
| | | | interactive command completion in [unknown]. [Bug 946952]
* * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-0/+6
| | | | | * tests/proc.test (proc-3.6): fix for bad quoting of multi-word proc names in error messages [Bug 942757]
* More examplesdkf2004-04-301-1/+2
|
* More examplesdkf2004-04-301-0/+4
|
* * generic/tclInt.h: Replaced Kevin Kenny's temporarydgp2004-04-301-0/+6
| | | | | * generic/tclThreadAlloc.c: fix for Bug 945447 with a cleaner, more permanent replacement.
* * generic/tclThreadAlloc.c: Added a temporary (or so I hope!) Kevin B Kenny2004-04-301-0/+6
| | | | | inclusion of "tclWinInt.h" to avoid problems when compiling on Win32-VC++ with --enable-threads. [Bug 945447]
* More examplesdkf2004-04-301-0/+4
|
* * tests/execute.test (execute-8.2): Avoid crashes when theredgp2004-04-291-0/+5
| | | | is limited system stack space (threads-enabled).
* * doc/global.n:Miguel Sofer2004-04-281-0/+9
| | | | | | | | * doc/upvar.n: * generic/tclVar.c (ObjMakeUpvar): * tests/upvar.test (upvar-8.11): * tests/var.test (var-3.11): Avoid creation of unusable variables: [Bug 600812] [TIP 184].
* Minor docfix [Bug 943448]dkf2004-04-281-0/+4
|
* * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improperdgp2004-04-261-0/+5
| | | | positioning of returned checkpoint. [Bug 941108]
* Doc updates from David Welton [Patches 941377,941380]dkf2004-04-261-0/+4
|
* Stronger wording & example. [Bug 940843]dkf2004-04-261-0/+3
|
* Reworked to remove references to testing interfaces and instead promote thedkf2004-04-261-0/+6
| | | | | use of the Thread package. [Patch 932527] Also reworked and reordered the page for better readability.
* * generic/tcl.h: Removed obsolete declarations and #include's.dgp2004-04-251-0/+5
| | | | * generic/tclInt.h: [Bugs 926459, 926486]
* no messagedavygrvy2004-04-241-0/+6
|
* * generic/tclPort.h:das2004-04-241-0/+10
| | | | | | | | | * macosx/Makefile: * unix/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tclPort.h to allow installation of private headers outside of tcl source tree; added 'unix' dir to compiler header search path; add newly required tcl private headers to Tcl.framework on Mac OSX.
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-0/+6
| | | | | 930851]. When changing the eofchar we have to zap the related flags to prevent them from prematurely aborting the next read.
* fix to two filesystem bugs: more consistent file separator proc and correct ↵vincentdarley2004-04-231-0/+12
| | | | Tcl_FSJoinPath return values
* no messagedavygrvy2004-04-231-1/+5
|
* no messagedavygrvy2004-04-231-0/+6
|
* * generic/tclInt.h:davygrvy2004-04-231-0/+12
| | | | | | | | | * generic/tclThread.c: * generic/tclEvent.c: * unix/tclUnixThrd.c: * win/tclWinThrd.c: Provisions made so masterLock, initLock, allocLock and joinLock mutexes can be recovered during Tcl_Finalize.
* speling errors correcteddavygrvy2004-04-231-1/+1
|
* no messagedavygrvy2004-04-231-0/+7
|
* Improvements to examples by DKFdkf2004-04-221-0/+3
|
* Documentation clarification from David Welton.dkf2004-04-221-0/+2
|
* More examples, this time from Arjen Markus and Donal Fellows.dkf2004-04-221-0/+5
|
* Added note about a safe and useful mode of update to a hash being iterated over.dkf2004-04-211-0/+5
|
* Added example from David Welton. [Patch 939473]dkf2004-04-211-0/+2
|
* Added examples from David Welton. [Patch 938820]dkf2004-04-211-0/+4
|
* no messagedavygrvy2004-04-201-0/+4
|
* no messagedavygrvy2004-04-201-0/+5
|
* Added example from David Welton. [Patch 938056]dkf2004-04-191-0/+4
|
* Corrected "short circuit" conversion of int to double. Reported by Kevin B Kenny2004-04-191-0/+6
| | | | Jeff Hobbs on the Tcl'ers Chat.
* Add more examples to documentation along the lines of David Welton's project.dkf2004-04-161-0/+5
|
* fix to utime documentationvincentdarley2004-04-161-0/+5
|
* Added example from [Patch 936245] from David Welton.dkf2004-04-161-0/+1
| | | | Also some other minor bits of doc cleanup.
* Added example based on [Patch 935911] from David Welton.dkf2004-04-161-0/+4
|
* Fix minor fault in [clock clicks] error message.dkf2004-04-151-0/+5
|
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-0/+9
| | | | | | | | | | is also a unicode platform. * generic/tclEncoding.c (TclFindEncodings, Tcl_FindExecutable): * generic/tclInt.h: Correct handling of UTF * unix/tclUnixInit.c (TclpInitLibraryPath): data that is actually * win/tclWinFile.c (TclpFindExecutable): "clean", allowing the * win/tclWinInit.c (TclpInitLibraryPath): loading of Tcl from paths that contain multi-byte chars on Windows [Bug 920667]
* * win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC,hobbs2004-04-071-17/+22
| | | | * win/configure.in: TCL_LIB_SPEC, TCL_PACKAGE_PATH in tclConfig.sh.
* Patch 922727 committed. Implements three changes:dgp2004-04-061-0/+25
| | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.h: Reworked the Tcl header files into a clean * unix/tclUnixPort.h: hierarchy where tcl.h < tclPort.h < tclInt.h * win/tclWinInt.h: and every C source file should #include * win/tclWinPort.h: at most one of those files to satisfy its declaration needs. tclWinInt.h and tclWinPort.h also better organized so that tclWinPort.h includes the Windows implementation of cross-platform declarations, while tclWinInt.h makes declarations that are available on Windows only. * generic/tclBinary.c (TCL_NO_MATH): Deleted the generic/tclMath.h * generic/tclMath.h (removed): header file. The internal Tcl * macosx/Makefile (PRIVATE_HEADERS): header, tclInt.h, has a * win/tcl.dsp: #include <math.h> directly, and file external to Tcl needing libm should do the same. * win/Makefile.in (WIN_OBJS): Deleted the win/tclWinMtherr.c file. * win/makefile.bc (TCLOBJS): It's a vestige from matherr() days * win/makefile.vc (TCLOBJS): gone by. * win/tcl.dsp: * win/tclWinMtherr.c (removed):
* * tests/unixInit.test (unixInit-3.1): Default encoding on Darwindgp2004-04-061-0/+5
| | | | systems is utf-8. Thanks to Steven Abner (tauvan). [Bug 928808]
* root interacts badly with access(...,X_OK) [Bug 929892]dkf2004-04-061-0/+6
|
* add thanksdgp2004-04-021-1/+1
|
* * generic/tclCompile.c:Miguel Sofer2004-04-021-0/+6
| | | | | * generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h, replaced by the static macro ALIGN() in tclCompile.c [Bug 926445]
* * generic/tclCompile.h: removed redundant #ifdef _TCLINTMiguel Sofer2004-04-021-0/+5
| | | | [Bug 928415], reported by tauvan.
* * tests/tcltest.test: Corrected constraint typos: "nonRoot" ->dgp2004-04-021-0/+5
| | | | "notRoot". [Bug 928353]
* * generic/tclInt.h: Removed obsolete tclBlockTime* declarations.dgp2004-04-011-0/+5
| | | | [Bug 926454]
* cross-filesystem boundary glob fixvincentdarley2004-04-011-0/+7
|