summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | [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.
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-241-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 Cygwinjan.nijtmans2012-03-201-5/+11
| | | | | | | | | (backported from Tcl 8.5)
* | | wrong date in ChangeLogjan.nijtmans2012-03-231-1/+1
|\ \ \ | |/ /
| * | wrong date in ChangeLogjan.nijtmans2012-03-231-1/+1
| | |
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-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.nijtmans2012-03-231-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 tclshjan.nijtmans2012-03-201-0/+9
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-0/+9
| |\ \ | | |/
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-0/+9
| | |
* | | Update to tzdata 2012bvenkat2012-03-191-0/+30
|\ \ \ | |/ /
| * | Update to tzdata 2012bvenkat2012-03-191-0/+30
| | |
* | | * Use the values returned by getaddrinfo() for all three arguments to ↵max2012-03-191-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 Cygwinjan.nijtmans2012-03-151-0/+9
|\ \ \ | |/ /
| * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-151-0/+9
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-0/+4
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-0/+4
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-0/+4
| | |
* | | A number of small spelling and wording fixes in the docs.dkf2012-03-111-0/+4
| | |
* | | More small bits of doc mending.dkf2012-03-081-2/+2
| | |
* | | Various minor fixes (prompted by Andreas Kupries detecting a spelling mistake).dkf2012-03-081-0/+5
| | |
* | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-071-0/+8
|\ \ \ | |/ / | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4.
| * | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-071-0/+8
| |\ \ | | |/ | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
| | * http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵andreask2012-03-071-0/+6
| | | | | | | | | | | | compliance with RFC 3986. Bumped version to 2.5.7.
* | | Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+4
|\ \ \ | |/ /
| * | Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+4
| |\ \ | | |/
| | * now with changelog entryjan.nijtmans2012-03-061-0/+4
| | |
| | * Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ↵guest2012-03-041-0/+6
| | | | | | | | | | | | to have sane fileevents on x86_64 unices at last.
* | | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
|\ \ \ | |/ /
| * | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
| |\ \ | | |/
| | * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
| | |
* | | Add bug number.dkf2012-03-021-3/+4
| | |
* | | (Tcl_SetByteArrayObj): Only zero out the memory block if it is not beingdkf2012-03-021-1/+7
| | | | | | | | | immediately overwritten. Thanks to Stuart Cassoff for spotting.
* | | [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-0/+6
|\ \ \ | |/ /
| * | [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-0/+6
| |\ \ | | |/
| | * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-0/+6
| | |\
| | | * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-191-0/+6
| | |/
* | | Add tests relating to bug 1115587. The bug itself still exists at this point.dkf2012-02-231-1/+6
|\ \ \ | |/ /
| * | Add tests relating to bug 1115587. The bug itself still exists at this point.dkf2012-02-231-1/+6
| | |
* | | [Bug 2233954] AIX: compile errorjan.nijtmans2012-02-161-0/+5
|\ \ \ | |/ /
| * | [Bug 2233954] AIX: compile errorjan.nijtmans2012-02-161-0/+5
| | |
* | | * generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementationdkf2012-02-161-0/+6
| | | | | | | | | | | | so that shortening a (not multiply-referenced) list by lopping the end off with [lrange] or [lreplace] is efficient.