summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge trunktip_400_impldkf2012-10-161-0/+1
|\
| * Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ...jan.nijtmans2012-10-142-1/+2
| |\
| | * Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s...jan.nijtmans2012-10-142-1/+2
| * | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| |\ \ | | |/
| | * Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| | * When checking for std channels being closed, compare the channel state,dgp2012-10-031-5/+9
| | |\
| | | * When checking for std channels being closed, compare the channel state,dgp2012-10-031-20/+24
* | | | merge trunkdkf2012-10-041-3/+9
|\ \ \ \ | |/ / /
| * | | Fix for core bug yet to be named/numbered.dgp_stackedstdchandgp2012-10-021-3/+9
* | | | clean up some of the code to remove warnings and uselessly-settable thingsdkf2012-10-041-15/+43
* | | | documented new C API; corrected type signature of no-zlib fallback functiondkf2012-10-031-6/+3
* | | | merge trunkdkf2012-10-0316-47/+68
|\ \ \ \ | |/ / /
| * | | Workaround for [socket -server foo -myaddr localhost 0] failure on OSX.max2012-09-261-2/+13
| * | | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-231-2/+2
| * | | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP 330...jan.nijtmans2012-09-191-5/+9
| * | | merge trunkdgp2012-09-171-2/+2
| |\ \ \
| | * \ \ eliminate compiler warning in previous commitjan.nijtmans2012-09-171-1/+1
| | |\ \ \ | | | |/ /
| | | * | eliminate compiler warning in previous commitjan.nijtmans2012-09-171-1/+1
| | | * | Nicer style test.stwo2012-09-161-2/+2
| | | * | 3564735 Protection against namespace var resolvers that unexpectedly returnbug_3564735dgp2012-09-061-2/+6
| | * | | Nicer style test.stwo2012-09-161-2/+2
| * | | | Revert committed debugging configuration.dgp2012-09-131-1/+1
| * | | | merge trunkdgp2012-09-121-2/+6
| |\ \ \ \ | | |/ / /
| | * | | 3564735 Protect against mem corruption when var resolvers misbehave.dgp2012-09-111-2/+6
| * | | | merge trunkdgp2012-09-111-8/+0
| |\ \ \ \ | | |/ / /
| | * | | removed leftover from failed attempt to unify stub tables.jan.nijtmans2012-09-071-8/+0
| * | | | merge trunkdgp2012-09-061-1/+1
| |\ \ \ \ | | |/ / /
| * | | | merge trunkdgp2012-08-272-2/+12
| |\ \ \ \ | | |/ / /
| | * | | make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-242-1/+5
| | |\ \ \ | | | |/ /
| | | * | make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-242-1/+5
| | * | | small wrapper for TclWinNToHs, for change in calling conventionjan.nijtmans2012-08-231-1/+7
| | |\ \ \ | | | |/ /
| | | * | small wrapper for TclWinNToHs, for change in calling conventionjan.nijtmans2012-08-231-1/+6
| * | | | merge trunkdgp2012-08-231-7/+5
| |\ \ \ \ | | |/ / /
| | | | |
| | | \ \
| | *-. \ \ [Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj().jan.nijtmans2012-08-231-7/+5
| | |\ \ \ \ | | | | |/ /
| | | | * | [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid valuesjan.nijtmans2012-08-231-1/+6
| | | * | | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj()bug_3496014jan.nijtmans2012-07-161-6/+2
| * | | | | merge trunkdgp2012-08-211-2/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | 3559678 Fix bad filename normalization when the last component is the empty s...dgp2012-08-201-2/+7
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | 3559678 Fix bad filename normalization when the last component is the empty s...dgp2012-08-201-2/+7
| * | | | | merge trunkdgp2012-08-201-6/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-6/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-6/+1
| * | | | | merge trunkdgp2012-08-0852-1957/+2373
| |\ \ \ \ \ | | |/ / / /
| * | | | | Update TclOO package to 0.7, correct copyright dates.dkf2012-07-128-9/+10
| * | | | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-2/+2
| | |_|/ / | |/| | |
* | | | | merge trunkdkf2012-08-1152-2016/+2443
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-081-47/+53
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-081-145/+96
| * | | | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-076-400/+583
| | | | |
| | \ \ \
| *-. \ \ \ 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-071-0/+1
| |\ \ \ \ \ | | | |/ / /