summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix [Bug 3105999]; deallocate temporary structure.dkf2010-11-092-5/+14
| | | FossilOrigin-Name: db70277c1a92fef3395bf894646377921d8f083e
* Clarify the tests so that what is being tested is in the body... :-)dkf2010-11-091-7/+10
| | | FossilOrigin-Name: 754284b8be8dc324cf1699c358f12d9fbaff1955
* * tests/oo.test: Various tests for memory leaks.dkf2010-11-092-1/+39
| | | FossilOrigin-Name: 7ac1d585205eb30a6dc2c01e1cfe7b5bda731f6a
* Revert previous commit at request of KBK.dkf2010-11-092-23/+17
| | | FossilOrigin-Name: 1695a5f14d9da1a9b788dcc59036f32f15ca397d
* Added test case for [Bug #3105247] -NaN?nijtmans2010-11-092-1/+9
| | | FossilOrigin-Name: 6803fb1fbcb1b5abe1914ce7cbd23c17a6af10c9
* Add missing 'objs' verb in error message.ferrieux2010-11-081-2/+4
| | | FossilOrigin-Name: 38fe3826bfac809a92d67719a15819e9b36fe068
* fix TCL_ASCII_MAIN usage, as the name suggestsnijtmans2010-11-052-5/+12
| | | FossilOrigin-Name: ddecce42f0be771c674af4848b78f3761adfa47c
* * generic/tclMain.c: Added missing conditional on _WIN32 around codekennykb2010-11-042-2/+8
| | | | | | | that messes around with the definition of _UNICODE, to correct a badly broken Unix build from Jan's last commit. FossilOrigin-Name: 4bff967054baedd51df96f213b36ba75bd2548d2
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for ↵nijtmans2010-11-049-24/+67
| | | | | Tcl on MSVC++ FossilOrigin-Name: 6bbdcbed5f95b356226feffd40241ca184266694
* some more speedups to socket.testrmax2010-11-042-6/+7
| | | FossilOrigin-Name: f37b754d86426a7a47ba0f62adbb10a45d433136
* avoid having to wait for some child processes to time out after all tests ↵rmax2010-11-041-1/+4
| | | | | have been run FossilOrigin-Name: 1c63c22e4d1939f18c198408c2fb11acb177349b
* Rework some of the tests to speed them up by avoiding (supposedly)rmax2010-11-042-29/+30
| | | | | | unneeded [after]s. FossilOrigin-Name: ebe9d97179b2fda01a0fc1709df8fc6e8eb2fb90
* reorder the constraint list per test for clearer make test output of skipped ↵rmax2010-11-041-35/+35
| | | | | tests FossilOrigin-Name: 2af48b523e5aa0e7d91c3ff0a70b55dab48c5a34
* Minor change: Added missing .PHONY marker for install-headersdkf2010-11-041-2/+2
| | | FossilOrigin-Name: ce79474a8b022b1c340619c7e729ca6e268f35e5
* * tests/socket.test: Run the socket tests three times with thermax2010-11-042-154/+181
| | | | | | | | | | 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. FossilOrigin-Name: 8b13af389e381b0f1362f52d02157300dbe9c4a6
* [Patch 3101127]: Installer Improvements.stwo2010-11-043-132/+548
| | | FossilOrigin-Name: 226a9939735b52550bf7eb787b52c15c673b0244
* * tests/error.test (error-19.13): Another variation on testing fordkf2010-11-042-1/+26
| | | | | | issues in [try] compilation. FossilOrigin-Name: cf1c9a7dfe5ae574591c1eeb23965fffcfca6206
* * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase claritydkf2010-11-042-1/+16
| | | | | | | | 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. FossilOrigin-Name: 49927d0d75d9e8c85066ae35348bc51b18108676
* * changes: Updates for 8.6b2 release. (Thanks Andreas Kupries)dgp2010-11-042-4/+91
| | | FossilOrigin-Name: f4d59e39cdc50068561a6e5a6ac07d1fdfb66d00
* Correct typo and mistaken comment.dgp2010-11-042-3/+3
| | | FossilOrigin-Name: 3c23ea3a5e7877c259b0bbcd3ef1fdde5e4390b1
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-034-40/+26
| | | | | | (more clean-ups for pre-win2000 stuff) FossilOrigin-Name: 95f431bdb62fcc534d8bf481ad7c51ab2c1ff09f
* * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when settingdkf2010-11-033-17/+70
| | | | | | | * tests/error.test (error-19.1[12]): message/opt capture variables get reflected properly to the caller. FossilOrigin-Name: 24c6bb8619a935f39e0c6bf2137eceddf138dbdd
* * generic/tclCompCmds.c (TclCompileCatchCmd):kennykb2010-11-033-68/+146
| | | | | | | | | | | | * 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] FossilOrigin-Name: 97b99f9b418edd4d329f16ed57d79ee7fdbf2009
* Improved handling of non-standard module path lists, empty path lists in ↵stwo2010-11-023-6/+11
| | | | | particular. FossilOrigin-Name: 2704d47a48687a7180f33a35441a5b48e4929c75
* * library/tzdata/Asia/Hong_Kong:kennykb2010-11-014-5/+9
| | | | | | | * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Olson's tzdata2010o. FossilOrigin-Name: 4bb04ed7a2726f655ccfc9a12f0d97982be81702
* Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy.ferrieux2010-10-292-5/+26
| | | FossilOrigin-Name: 7bdf4e3a7a6eef5177059e492495e9c0195f8ad4
* * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490]dgp2010-10-282-2/+4
| | | FossilOrigin-Name: 045ee183cb32409ed3620177980da94473f48798
* * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which candgp2010-10-282-3/+12
| | | | | | crash some systems. Thanks Larry Virden. [Bug 3093120] FossilOrigin-Name: cd9adaa46d7a797d53be8a9b4ab4b36690edf56c
* Split from ChangeLogrmax2010-10-261-0/+3796
| | | FossilOrigin-Name: 183b97080ee3fde03003a01d277f1a7cc74a8ec5
* * Changelog.2008: Split off from Changelog.rmax2010-10-262-3804/+31
| | | | | | | * generic/tclIOSock.c (TclCreateSocketAddress): The interp != NULL check is needed for ::tcl::unsupported::socketAF as well. FossilOrigin-Name: dc757309250965e511b45cc3255d616627a79ac1
* Coverage test for portion of ExprSqrtFunc()dgp2010-10-261-1/+5
| | | FossilOrigin-Name: c5543f40c3f9af8ee7b992862ae682bb1201aeeb
* * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp isdkf2010-10-263-16/+19
| | | | | | * win/tclWinSock.c (TcpGetOptionProc): NULL (a legal situation). FossilOrigin-Name: 6ecb99bd0f4d9012319a1f906e4f3a73543a99ac
* Add support for ::tcl::unsupported::noReverseDNSrmax2010-10-263-8/+25
| | | FossilOrigin-Name: 714ff5371ecd1408e57449cf4a9d3282f786f953
* [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-2011-41/+369
| | | FossilOrigin-Name: 14d357357cdf6363ddf9b3cc605f253acafb302b
* * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-204-27/+46
| | | | | | | | | | * 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. FossilOrigin-Name: 12807417a727d2e1b561fc6a885df247a8200f10
* * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure thatdkf2010-10-194-7/+40
| | | | | | | | | | | | | | | | | 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. FossilOrigin-Name: 885ee93472cc7073906419cbfe1cc989eac0e39c
* * generic/tclZlib.c: Purge code that wrote to the object returned bydkf2010-10-192-52/+62
| | | | | | Tcl_GetObjResult, as we don't want to do that anti-pattern no more. FossilOrigin-Name: e451f7d81075da71bfec8f1b5e66de50d335c471
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-184-21/+32
| | | | | | Added testcases for Unicode 6.0 FossilOrigin-Name: 66a4ae270ffd51b7674bf2f8d2be6b91b8d11260
* Document [info errorstack] faithfully.ferrieux2010-10-171-0/+4
| | | FossilOrigin-Name: 9de23601f804d927403fea10fb95020fc998ed8f
* Document [info errostack] faithfully.ferrieux2010-10-171-4/+14
| | | FossilOrigin-Name: 997462044d4f903d617d02efdade5c4a521802ff
* * generic/tclExecute.c (ReleaseDictIterator): Factored out the releasedkf2010-10-162-41/+75
| | | | | | | of the bytecode-level dictionary iterator information so that the side-conditions on instruction issuing are simpler. FossilOrigin-Name: ed00f69eaf8cca49c8f408309c89484cbd0a622e
* [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest ↵nijtmans2010-10-154-974/+1009
| | | | | | | | UnicodeData.txt, corresponding with Unicode 6.0 (except for out-of-range chars > 0xFFFF) FossilOrigin-Name: 6ba009f19dd6edf0d6a9af7e44a87e55fc1d4110
* remove outdated commentdgp2010-10-131-7/+1
| | | FossilOrigin-Name: 9afc385ea0e72201132c95d7d6e7bba41289ae03
* * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] wheredgp2010-10-133-7/+12
| | | | | | * generic/tclExecute.c: sharing of empty scripts is allowed again. FossilOrigin-Name: 92a9cb47fb5ef18193b7a0f6540e0ad7df68e947
* tclWinThrd.h: (removed) because it is just empty en used nowherenijtmans2010-10-133-25/+5
| | | FossilOrigin-Name: 78864676d1922285f73d41683b42f12f7b377179
* Generate proper const qualifiers for tclUniData.cnijtmans2010-10-123-8/+10
| | | FossilOrigin-Name: d7580c2beefbe18d2d73b3f7d8d71122db62d09c
* Spacing and comments: let uniClass.tcl generation match better the current ↵nijtmans2010-10-123-18/+15
| | | | | (hand-modified) regc_locale.c FossilOrigin-Name: f147bc429650e97b6cabf56235942a0e4f04951d
* * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak andrmax2010-10-122-16/+11
| | | | | | refactor the calls to freeaddrinfo() [Bug #3084338]. FossilOrigin-Name: 01072bc4cfed15ef6e306506ffb4bb3f1f9142e8
* Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-129-233/+197
| | | | | | Fix some MSVC 6.0 warnings FossilOrigin-Name: 006b71eced31d00b9b39549822bc470a22ce225e
* Update for VS10nijtmans2010-10-112-2/+5
| | | FossilOrigin-Name: a8d0935cf3e761ff1df606c61cf036b0e2355e7f