summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Revise the "null data" check: null strings are possible, but empty binary arr...jan.nijtmans2012-06-081-0/+7
* Declare that Tcl provides the zlib 2.0 package.dkf2012-06-061-0/+7
* On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-0/+5
|\
| * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-0/+5
| |\
| | * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-0/+5
* | | [Bug 3530536]: zlib-7.4 fails on IRIX64jan.nijtmans2012-06-011-0/+7
* | | fix subtle problem with safe [file] that caused Tk test failuredkf2012-05-311-0/+4
* | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-0/+3
|\ \ \ | |/ /
| * | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-0/+5
* | | Prevented intermittent test failure due to race condition.dkf2012-05-311-0/+5
* | | minor: make TIP 106 commit easier to spot in ChangeLogdkf2012-05-301-3/+5
* | | minor: rewrap overlong linesdkf2012-05-291-8/+8
* | | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-291-0/+5
|\ \ \ | |/ /
| * | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-291-0/+5
* | | [Bug 3525762]: Encoding handling in ddejan.nijtmans2012-05-291-0/+5
|\ \ \
* | | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdkf2012-05-281-0/+6
|/ / /
* | | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-251-0/+4
|\ \ \ | |/ /
| * | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-251-0/+6
* | | Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-251-0/+6
* | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-251-0/+6
|\ \ \ | |/ /
| * | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-251-0/+6
| |\ \ | | |/
| | * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-251-0/+6
* | | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
|\ \ \ | |/ /
| * | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
| |\ \ | | |/
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-241-0/+9
|\ \ \ | |/ /
| * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-0/+9
| |\ \ | | |/
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-0/+9
* | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-231-0/+7
|\ \ \
* \ \ \ When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-0/+8
|\ \ \ \ | | |/ / | |/| |
| * | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-0/+8
| |\ \ \ | | | |/ | | |/|
| | * | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-0/+8
* | | | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-0/+7
|\ \ \ \
* | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-0/+7
| |_|_|/ |/| | |
* | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-0/+9
|\ \ \ \ | | |/ / | |/| |
| * | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-0/+9
* | | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-0/+5
|\ \ \ \ | |/ / /
| * | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-0/+5
* | | | minor: ChangeLog formatting fixesdkf2012-05-171-47/+53
* | | | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
|\ \ \ \ | |/ / /
| * | | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
| |\ \ \ | | | |/ | | |/|
| | * | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
* | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-1/+9
* | | | Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-0/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-0/+5
| |\ \ | | |/
| | * Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-0/+5
* | | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-0/+5
|\ \ \ | |/ /
| * | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-0/+5
| |\ \ | | |/
| | * [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-0/+5
| | |\
| | | * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-1/+2