Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -1/+6 | |
| | ||||||
* | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 1 | -0/+8 | |
|\ | | | | | | | these flags are available through the whole filesystem for (future) internal use | |||||
| * | Remove unused TclpLoadFile function. | jan.nijtmans | 2012-10-23 | 1 | -0/+5 | |
| | | ||||||
* | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -0/+6 | |
| | | | | | | are properly set, fix bug discovered by dkf and reported at http://code.activestate.com/lists/tcl-core/12213/ | |||||
* | | Implementation of TIP #405. | dkf | 2012-10-16 | 1 | -0/+15 | |
| | | ||||||
* | | Implementation of TIP #400. | dkf | 2012-10-16 | 1 | -27/+40 | |
| | | ||||||
* | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵ | jan.nijtmans | 2012-10-14 | 1 | -0/+6 | |
|\ \ | |/ | | | | | source code. | |||||
| * | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵ | jan.nijtmans | 2012-10-14 | 1 | -0/+6 | |
| | | | | | | | | source code. | |||||
* | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -0/+5 | |
| | | ||||||
* | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. | jan.nijtmans | 2012-10-06 | 1 | -0/+5 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -0/+6 | |
|\ \ \ | | |/ | | | | not the channel itself so that stacked channels do not cause trouble. | |||||
| | * | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -0/+6 | |
| | |\ | |/ / | | | | not the channel itself so that stacked channels do not cause trouble. | |||||
| | * | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -0/+6 | |
| | | | | | | | | | not the channel itself so that stacked channels do not cause trouble. | |||||
| * | | Correct build version and backported 973091ef75tip404_tcl8_5 | oehhar | 2012-09-17 | 1 | -3/+5 | |
| | | | ||||||
| * | | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6 | oehhar | 2012-09-12 | 1 | -0/+8 | |
| | | | ||||||
| * | | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ | ferrieux | 2012-09-07 | 1 | -0/+5 | |
| | | | | | | | | | | | | [2417695] | |||||
* | | | Workaround for [socket -server foo -myaddr localhost 0] failure on OSX. | max | 2012-09-26 | 1 | -0/+6 | |
| | | | ||||||
* | | | New import libraries for zlib 1.2.7, usable for all win32/win64 compilers | jan.nijtmans | 2012-09-20 | 1 | -0/+5 | |
|\ \ \ | ||||||
* | | | | [Frq 3527238]: Full unicode support for dde. Dde version is now 1.4.0b2. | jan.nijtmans | 2012-09-20 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Let "nmakehlp -V" start searching digits after the found match (suggested by ↵ | jan.nijtmans | 2012-09-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | Harald Oehlmann) | |||||
* | | | | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP ↵ | jan.nijtmans | 2012-09-19 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | 330 and 336). | |||||
* | | | | Tag Tcl 8.6b3 for release.core_8_6_b3core_8_6_b3_rc | dgp | 2012-09-17 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | finish the TIP 404 implementation. | dgp | 2012-09-12 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | ChangeLog entry addedtip_404 | oehhar | 2012-09-07 | 1 | -1/+9 | |
|/ / / | ||||||
* | | | minor: tidy up formatting | dkf | 2012-08-26 | 1 | -11/+11 | |
|\ \ \ | |/ / | ||||||
| * | | minor: tidy up formatting | dkf | 2012-08-25 | 1 | -66/+71 | |
| | | | ||||||
* | | | [Bug 3561330]: Use the correct full name of March in Ukrainian. | dkf | 2012-08-25 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3561330]: Use the correct full name of March in Ukrainian. | dkf | 2012-08-25 | 1 | -0/+5 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | [Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj(). | jan.nijtmans | 2012-08-23 | 1 | -0/+5 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid values | jan.nijtmans | 2012-08-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | (Backported from Tcl 8.6) | |||||
* | | | | 3559678 Fix bad filename normalization when the last component is the empty ↵ | dgp | 2012-08-20 | 1 | -0/+5 | |
|\ \ \ \ | | |/ / | |/| | | | | | | string. | |||||
| * | | | 3559678 Fix bad filename normalization when the last component is the empty ↵ | dgp | 2012-08-20 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | string. | |||||
* | | | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵ | jan.nijtmans | 2012-08-20 | 1 | -0/+8 | |
|\ \ \ \ | |/ / / | | | | | | | | | initialized winsock_2 library | |||||
| * | | | ... and don't forget ChangeLog entry | jan.nijtmans | 2012-08-20 | 1 | -0/+8 | |
| | | | | ||||||
* | | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / | | | | | | | | | version numbers. | |||||
| * | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -0/+5 | |
| |\ \ \ | | | |/ | | |/| | | | | | version numbers. | |||||
| | * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵ | jan.nijtmans | 2012-08-17 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | version numbers. | |||||
* | | | | Only build the threaded builds by default | jan.nijtmans | 2012-08-15 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 1 | -0/+6 | |
| | | | | | | | | | | | | Backport some improvements from Tcl 8.6 | |||||
| * | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | warnings. | |||||
* | | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | warnings. | |||||
* | | | | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 build | jan.nijtmans | 2012-08-13 | 1 | -0/+8 | |
| | | | | ||||||
* | | | | Complete multi-fd server socket channels on Windows [Bug #3545363]. | max | 2012-08-09 | 1 | -0/+15 | |
|\ \ \ \ | ||||||
| * \ \ \ | merge trunkbug_3545363 | dkf | 2012-07-31 | 1 | -9/+51 | |
| |\ \ \ \ | ||||||
| * | | | | | Updated ChangeLog for changes in [7a82c3e6] | twylite | 2012-07-30 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6 | max | 2012-07-19 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | connections. Fix conversion of host and port for passing to the accept proc to be independent of the IP version. | |||||
* | | | | | | Fix http-3.29 for machines without IPv6 support. | max | 2012-08-09 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file. | stwo | 2012-08-08 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | [Bug #1536227]: Cygwin network pathname supoort | jan.nijtmans | 2012-08-08 | 1 | -0/+5 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | |