Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 1 | -0/+7 |
| | |||||
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -0/+11 |
| | | | | | | | | | | * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclInterp.c: * tests/info.test: * tests/interp.test: | ||||
* | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 1 | -6/+0 |
| | |||||
* | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 1 | -0/+6 |
| | |||||
* | * changes: Updates for 8.6b2 release. | andreas_kupries | 2010-11-10 | 1 | -0/+4 |
| | |||||
* | Fix [Bug 3105999]; deallocate temporary structure. | dkf | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | * tests/oo.test: Various tests for memory leaks. | dkf | 2010-11-09 | 1 | -0/+4 |
| | |||||
* | Revert previous commit at request of KBK. | dkf | 2010-11-09 | 1 | -18/+16 |
| | |||||
* | Added test case for [Bug #3105247] -NaN? | nijtmans | 2010-11-09 | 1 | -0/+4 |
| | |||||
* | fix TCL_ASCII_MAIN usage, as the name suggests | nijtmans | 2010-11-05 | 1 | -0/+5 |
| | |||||
* | * generic/tclMain.c: Added missing conditional on _WIN32 around code | Kevin B Kenny | 2010-11-04 | 1 | -0/+6 |
| | | | | | that messes around with the definition of _UNICODE, to correct a badly broken Unix build from Jan's last commit. | ||||
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for ↵ | nijtmans | 2010-11-04 | 1 | -0/+10 |
| | | | | Tcl on MSVC++ | ||||
* | Rework some of the tests to speed them up by avoiding (supposedly) | rmax | 2010-11-04 | 1 | -0/+3 |
| | | | | unneeded [after]s. | ||||
* | * tests/socket.test: Run the socket tests three times with the | rmax | 2010-11-04 | 1 | -0/+9 |
| | | | | | | | | address family set to any, inet, and inet6 respectively. Use constraints to skip the tests if a family is found to be unsupported or not configured on the local machine. Adjust the tests to dynamically adapt to the address family that is being tested. | ||||
* | [Patch 3101127]: Installer Improvements. | stwo | 2010-11-04 | 1 | -0/+4 |
| | |||||
* | * tests/error.test (error-19.13): Another variation on testing for | dkf | 2010-11-04 | 1 | -0/+3 |
| | | | | issues in [try] compilation. | ||||
* | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity | dkf | 2010-11-04 | 1 | -0/+7 |
| | | | | | | of explanation of what characters are actually permitted in variable substitutions. Note that this does not constitute a change of behavior; it is just an improvement of explanation. | ||||
* | * changes: Updates for 8.6b2 release. (Thanks Andreas Kupries) | dgp | 2010-11-04 | 1 | -0/+4 |
| | |||||
* | Correct typo and mistaken comment. | dgp | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 1 | -0/+6 |
| | | | | (more clean-ups for pre-win2000 stuff) | ||||
* | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting | dkf | 2010-11-03 | 1 | -15/+22 |
| | | | | | * tests/error.test (error-19.1[12]): message/opt capture variables get reflected properly to the caller. | ||||
* | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -0/+11 |
| | | | | | | | | | | * tests/compile.test (compile-3,6): Reworked the compilation of the [catch] command so as to avoid placing any code that might throw an exception (specifically, any initial substitutions or any stores to result or options variables) between the BEGIN_CATCH and END_CATCH but outside the exception range. Added a test case that panics on a stack smash if the change is not made. [Bug #3098302] | ||||
* | Improved handling of non-standard module path lists, empty path lists in ↵ | stwo | 2010-11-02 | 1 | -0/+5 |
| | | | | particular. | ||||
* | * library/tzdata/Asia/Hong_Kong: | Kevin B Kenny | 2010-11-01 | 1 | -1/+7 |
| | | | | | * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Olson's tzdata2010o. | ||||
* | Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy. | ferrieux | 2010-10-29 | 1 | -0/+5 |
| | |||||
* | * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490] | dgp | 2010-10-28 | 1 | -0/+2 |
| | |||||
* | * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which can | dgp | 2010-10-28 | 1 | -0/+5 |
| | | | | crash some systems. Thanks Larry Virden. [Bug 3093120] | ||||
* | * Changelog.2008: Split off from Changelog. | rmax | 2010-10-26 | 1 | -3795/+17 |
| | | | | | * generic/tclIOSock.c (TclCreateSocketAddress): The interp != NULL check is needed for ::tcl::unsupported::socketAF as well. | ||||
* | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is | dkf | 2010-10-26 | 1 | -3/+7 |
| | | | | * win/tclWinSock.c (TcpGetOptionProc): NULL (a legal situation). | ||||
* | Add support for ::tcl::unsupported::noReverseDNS | rmax | 2010-10-26 | 1 | -0/+7 |
| | |||||
* | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 1 | -0/+14 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation | dkf | 2010-10-20 | 1 | -0/+9 |
| | | | | | | | | * generic/tclCompile.c (tclInstructionTable): of [dict for] so that * generic/tclExecute.c (TEBCresume): it no longer makes any use of INST_DICT_DONE now that's not needed, and make it clearer in the implementation of the instruction that it's just a deprecated form of unset operation. Followup to my commit of 2010-10-16. | ||||
* | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that | dkf | 2010-10-19 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | when a bytearray gets its internals entangled with zlib for more than a passing moment, that bytearray will never be shimmered away. This increases the amount of copying but is simple to get right, which is a reasonable trade-off. * generic/tclStringObj.c (Tcl_AppendObjToObj): Added some special cases so that most of the time when you build up a bytearray by appending, it actually ends up being a bytearray rather than shimmering back and forth to string. * tests/http11.test (check_crc): Use a simpler way to express the functionality of this procedure. | ||||
* | * generic/tclZlib.c: Purge code that wrote to the object returned by | dkf | 2010-10-19 | 1 | -2/+7 |
| | | | | Tcl_GetObjResult, as we don't want to do that anti-pattern no more. | ||||
* | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-18 | 1 | -0/+7 |
| | | | | Added testcases for Unicode 6.0 | ||||
* | Document [info errorstack] faithfully. | ferrieux | 2010-10-17 | 1 | -0/+4 |
| | |||||
* | * generic/tclExecute.c (ReleaseDictIterator): Factored out the release | dkf | 2010-10-16 | 1 | -14/+22 |
| | | | | | of the bytecode-level dictionary iterator information so that the side-conditions on instruction issuing are simpler. | ||||
* | [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest ↵ | nijtmans | 2010-10-15 | 1 | -0/+6 |
| | | | | | | UnicodeData.txt, corresponding with Unicode 6.0 (except for out-of-range chars > 0xFFFF) | ||||
* | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where | dgp | 2010-10-13 | 1 | -0/+5 |
| | | | | * generic/tclExecute.c: sharing of empty scripts is allowed again. | ||||
* | tclWinThrd.h: (removed) because it is just empty en used nowhere | nijtmans | 2010-10-13 | 1 | -0/+5 |
| | |||||
* | Generate proper const qualifiers for tclUniData.c | nijtmans | 2010-10-12 | 1 | -0/+2 |
| | |||||
* | Spacing and comments: let uniClass.tcl generation match better the current ↵ | nijtmans | 2010-10-12 | 1 | -10/+5 |
| | | | | (hand-modified) regc_locale.c | ||||
* | * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak and | rmax | 2010-10-12 | 1 | -0/+5 |
| | | | | refactor the calls to freeaddrinfo() [Bug #3084338]. | ||||
* | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -0/+10 |
| | | | | Fix some MSVC 6.0 warnings | ||||
* | Update for VS10 | nijtmans | 2010-10-11 | 1 | -0/+1 |
| | |||||
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 1 | -0/+10 |
| | | | | Add netapi32 to the windows link line, so we no longer have to use LoadLibrary to access those functions. | ||||
* | fix wrong date in Changelog entry | Miguel Sofer | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | * generic/tclExecute.c: fix overallocation of exec stack in TEBC | Miguel Sofer | 2010-10-09 | 1 | -0/+5 |
| | | | | (mixing numwords and numbytes) | ||||
* | On Windows, use gai_strerrorA | nijtmans | 2010-10-07 | 1 | -0/+4 |
| | |||||
* | * tests/winPipe.test: Test hygiene with makeFile and removeFile. | dgp | 2010-10-06 | 1 | -0/+2 |
| |