Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -0/+17 |
|\ | |||||
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -0/+8 |
| |\ | |||||
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -0/+8 |
| | | | |||||
* | | | corrected changelog entry | dkf | 2012-04-10 | 1 | -4/+5 |
| | | | |||||
* | | | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to | dkf | 2012-04-10 | 1 | -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] | dkf | 2012-04-09 | 1 | -0/+4 |
| | | | |||||
* | | | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -0/+7 |
| | | | |||||
* | | | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 1 | -3/+13 |
| | | | |||||
* | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -0/+8 |
| | |\ | |||||
* | | \ | Remove the TclpGetTZName implementation for Cygwin | jan.nijtmans | 2012-04-03 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | | | | | (from 2012-04-02 commit) | ||||
| * | | | cleanup tcl.decls (unnecessary "generic" argument) | jan.nijtmans | 2012-04-03 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | clean-up tcl.decls the same way as tclInt.decls | jan.nijtmans | 2012-04-03 | 1 | -4/+5 |
| | | | | |||||
| * | | | Remove the TclpGetTZName implementation for Cygwin (from previous commit) | jan.nijtmans | 2012-04-03 | 1 | -0/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6, | jan.nijtmans | 2012-04-03 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | so a diff can show us the real signature differences Remove the TclpGetTZName implementation for Cygwin, from previous commit | ||||
* | | | | Implementation of TIP #396 | dkf | 2012-04-02 | 1 | -12/+20 |
| | | | | |||||
* | | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-02 | 1 | -0/+7 |
|\ \ \ \ | |/ / / | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
| * | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -0/+7 |
| |\ \ \ | | |/ / | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
* | | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -0/+11 |
|\ \ \ \ | |/ / / | | | | | (autoconf still to be run!) | ||||
| * | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -0/+9 |
| |\ \ \ | | |/ / | | | | | (autoconf still to be run!) | ||||
| | * | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 1 | -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. | dkf | 2012-03-29 | 1 | -6/+6 |
| | | | |||||
* | | | faster memleak-free implementation of [string is entier] | jan.nijtmans | 2012-03-29 | 1 | -0/+5 |
|\ \ \ | |||||
* | | | | se lower numbers, preventing integer overflow in tclWinError.c | jan.nijtmans | 2012-03-27 | 1 | -0/+2 |
| | | | | |||||
* | | | | Implementation of TIP #395 | dkf | 2012-03-27 | 1 | -3/+10 |
| | | | | |||||
* | | | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -1/+8 |
|\ \ \ \ | | |/ / | |/| | | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well) | ||||
| * | | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -0/+6 |
| |\ \ \ | | | |/ | | |/| | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well) | ||||
| | * | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -0/+5 |
| | | | | | | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows | ||||
* | | | | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -0/+13 |
| | | | | |||||
* | | | | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -25/+50 |
| | | | | |||||
* | | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-25 | 1 | -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. | ||||
| * | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-25 | 1 | -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. | ||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-24 | 1 | -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. | ||||
| | * | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -5/+11 |
| | | | | | | | | | | | | (backported from Tcl 8.5) | ||||
* | | | | wrong date in ChangeLog | jan.nijtmans | 2012-03-23 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | wrong date in ChangeLog | jan.nijtmans | 2012-03-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). | jan.nijtmans | 2012-03-23 | 1 | -0/+13 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build. | ||||
| * | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) | jan.nijtmans | 2012-03-23 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build. | ||||
* | | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -0/+9 |
| | | | | |||||
* | | | | Update to tzdata 2012b | venkat | 2012-03-19 | 1 | -0/+30 |
|\ \ \ \ | |/ / / | |||||
| * | | | Update to tzdata 2012b | venkat | 2012-03-19 | 1 | -0/+30 |
| | | | | |||||
* | | | | * Use the values returned by getaddrinfo() for all three arguments to ↵ | max | 2012-03-19 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | socket() instead of only using ai_family. * Try to keep the most meaningful error while iterating over the result list, because using the last error can be misleading. | ||||
* | | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 1 | -0/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 1 | -0/+9 |
| | | | | |||||
* | | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -0/+4 |
| |\ \ \ | | |/ / |