summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-0/+11
| | | | the fairly-common operation of converting a DString into an Obj a more efficient one.
*-. [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+10
|\ \ | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-15/+25
| | |\ | |/ / | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-55/+65
| | |\ | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | * merge trunkjan.nijtmans2012-04-241-0/+7
| | | |\ | | | |/ | | |/|
| | | * merge core-8-4-branchjan.nijtmans2012-04-111-0/+8
| | | |\
| | | * | tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-0/+0
| | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| * | | | Apply tzdata2012cKevin B Kenny2012-04-181-0/+8
| | | | |
* | | | | Apply tzdata2012cKevin B Kenny2012-04-181-0/+8
| | | | |
* | | | | Restore the tcl_platform(threaded) variable.dgp2012-04-171-7/+0
| | | | |
* | | | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-0/+7
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
| * | | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-0/+7
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
| | * | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-0/+7
| | | |/ | | |/| | | | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks.
* | | | Remove some low-value C stack frames.dkf2012-04-151-0/+4
| | | |
* | | | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Makedkf2012-04-151-9/+15
| | | | | | | | | | | | flushing work correctly in a pushed compressing channel transform.
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-0/+9
|\ \ \ \
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475jan.nijtmans2012-04-031-0/+9
| | | | |
* | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+8
| | | |/ | | |/|
* | | | corrected changelog entrydkf2012-04-101-4/+5
| | | |
* | | | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used todkf2012-04-101-0/+7
| | | | | | | | | | | | | | | | | | | | mark parts of Tcl's API as deprecated. Currently only used for fields of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration strategy; we want to encourage people to move away from those fields.
* | | | Fix [Bug 3396896]dkf2012-04-091-0/+4
| | | |
* | | | Fix [Bug 2712377]: [info vars] and object declared variablesdkf2012-04-091-0/+7
| | | |
* | | | Fix [Bug 3514761] and related ensemble/construction problems.dkf2012-04-041-3/+13
| | | |
* | | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-0/+8
|\ \ \ \ | |/ / /
| * | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-0/+8
| |\ \ \ | | |/ /
| | * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-0/+8
| | |\ \
* | | \ \ Remove the TclpGetTZName implementation for Cygwinjan.nijtmans2012-04-031-0/+6
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | (from 2012-04-02 commit)
| * | | cleanup tcl.decls (unnecessary "generic" argument)jan.nijtmans2012-04-031-0/+1
| |\ \ \ | | |/ /
| | * | clean-up tcl.decls the same way as tclInt.declsjan.nijtmans2012-04-031-4/+5
| | | |
| * | | Remove the TclpGetTZName implementation for Cygwin (from previous commit)jan.nijtmans2012-04-031-0/+6
| |\ \ \ | | |/ /
| | * | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-031-0/+13
| | | | | | | | | | | | | | | | so a diff can show us the real signature differences Remove the TclpGetTZName implementation for Cygwin, from previous commit
* | | | Implementation of TIP #396dkf2012-04-021-12/+20
| | | |
* | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-021-0/+7
|\ \ \ \ | |/ / / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-0/+7
| |\ \ \ | | |/ / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-0/+7
| | | | | | | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
* | | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-0/+11
|\ \ \ \ | |/ / / | | | | (autoconf still to be run!)
| * | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-0/+9
| |\ \ \ | | |/ / | | | | (autoconf still to be run!)
| | * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-291-0/+9
| | |/ | | | | | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler
* | | Fix minor typos in ChangeLog messages.dkf2012-03-291-6/+6
| | |
* | | faster memleak-free implementation of [string is entier]jan.nijtmans2012-03-291-0/+5
|\ \ \
* | | | se lower numbers, preventing integer overflow in tclWinError.cjan.nijtmans2012-03-271-0/+2
| | | |
* | | | Implementation of TIP #395dkf2012-03-271-3/+10
| | | |
* | | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+8
|\ \ \ \ | | |/ / | |/| | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| * | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-0/+6
| |\ \ \ | | | |/ | | |/| | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| | * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-0/+5
| | | | | | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows
* | | | Implementation of TIP #397dkf2012-03-271-0/+13
| | | |
* | | | Implementation of TIP #380dkf2012-03-261-25/+50
| | | |
* | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-0/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh.