Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3 unnecessary MODULE_SCOPE symbols | nijtmans | 2010-03-04 | 2 | -9/+1 |
| | |||||
* | Split tommath stub lib source file | nijtmans | 2010-03-04 | 2 | -51/+97 |
| | | | | | in separate file. Don't use -fvisibility=hidden for cygwin | ||||
* | Use a less hacky way of using a char as a hash key | dkf | 2010-03-02 | 1 | -3/+3 |
| | |||||
* | Improve error message for corner case in ::prefix | ferrieux | 2010-03-01 | 1 | -2/+2 |
| | |||||
* | fix [AT 86258]: special-casing of empty tables when generating error ↵ | ferrieux | 2010-03-01 | 1 | -11/+15 |
| | | | | messages for [::tcl::prefix match]. | ||||
* | Oops! [Bug 2960852] | dkf | 2010-02-28 | 1 | -9/+12 |
| | |||||
* | More additions of {TCL LOOKUP} error-code generation to various subcommands of | dkf | 2010-02-28 | 1 | -1/+9 |
| | | | | [info] as part of long-term project to classify all Tcl's generated errors. | ||||
* | Fix Bug #2959713: Link error with gcc 4.1 | nijtmans | 2010-02-28 | 1 | -1/+2 |
| | |||||
* | Only look for the needle when it fits in the haystack. [Bug 2960021] | dkf | 2010-02-27 | 1 | -3/+13 |
| | |||||
* | * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the | dkf | 2010-02-27 | 1 | -34/+70 |
| | | | | | | | | | | client-installed main loop function into thread-specific data. ***POTENTIAL INCOMPATIBILITY*** Code that previously tried to set the main loop from another thread will now fail. On the other hand, there is a fairly high probability that such programs would have been failing before due to the lack of any kind of inter-thread memory barriers guarding accesses to this part of Tcl's state. | ||||
* | Split tclCompCmds.c into two pieces to improve developer sanity. | dkf | 2010-02-26 | 2 | -3541/+3874 |
| | |||||
* | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 7 | -110/+119 |
| | | | | | | speed-up of ouster-hash function. Eliminate various unnecessary (ClientData) type casts. | ||||
* | Convert many multi-line macros to use the best-practice do-while(0) form | dkf | 2010-02-25 | 1 | -151/+183 |
| | |||||
* | Correct silly error with missing semicolons | dkf | 2010-02-25 | 1 | -3/+3 |
| | |||||
* | Fix some nasties with handling duplicate keys in list->dict->list conversions. | dkf | 2010-02-24 | 2 | -4/+14 |
| | |||||
* | Reduce ifdef-fery and size of activation record. More variables shared across | dkf | 2010-02-24 | 1 | -603/+449 |
| | | | | instructions than before. | ||||
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 24 | -427/+465 |
| | |||||
* | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 20 | -137/+137 |
| | |||||
* | * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a | andreas_kupries | 2010-02-22 | 1 | -3/+22 |
| | | | | | | | | | hack to work around the general problem, early EOF recoginition based on the base-chgannel, instead of the data we have ready for reading in the transform. Long-term we need a proper general fix (likely tracking EOF on each level of the channel stack), with attendant complexity. Further: Z_BUF_ERROR can be ignored, and must be when feeding the zlib code with single characters. | ||||
* | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 4 | -9/+8 |
| | | | | | | | | are in the global stub table. Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tcl in Makefile for CYGWIN Use EXTERN to control CYGWIN exported symbols Remove some unnecessary type casts. | ||||
* | Convert literal tabs in strings into \t sequences. | dkf | 2010-02-22 | 1 | -59/+59 |
| | |||||
* | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 6 | -38/+53 |
| | | | | | | Some more tests, showing that the LONG implementation was not quite correct too, and a fix for that. Some more internal "const" additions | ||||
* | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -3/+7 |
| | | | | and added test cases for it. | ||||
* | Make [string length] compiler handle more trivial cases. | dkf | 2010-02-20 | 1 | -108/+105 |
| | |||||
* | Small changes to align code style with Tcl Engineering Manual | dkf | 2010-02-19 | 1 | -155/+169 |
| | |||||
* | Return to using the classic hash function. Now with *extensive* notes in the | dkf | 2010-02-17 | 3 | -41/+95 |
| | | | | comments about why this function is preferred. | ||||
* | Fix error in stack depth calculation for [dict update], correct misleading | dkf | 2010-02-17 | 2 | -5/+8 |
| | | | | comment in description of opcode. | ||||
* | missing comma | dgp | 2010-02-17 | 1 | -2/+2 |
| | |||||
* | Change order of various struct members, | nijtmans | 2010-02-16 | 1 | -63/+55 |
| | | | | restoring potential binary incompatibility with Tcl 8.5 | ||||
* | Small fixes, namely: | dkf | 2010-02-16 | 1 | -125/+158 |
| | | | | | | Move some related pieces (e.g., for encoding handling) closer together Update comments to add more visual separation between bits and pieces Put parentheses round negative constants | ||||
* | Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD | dkf | 2010-02-16 | 1 | -1/+5 |
| | | | | apparently does not. | ||||
* | Update literal table to use FNV hash function. | dkf | 2010-02-16 | 1 | -63/+69 |
| | |||||
* | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 6 | -27/+27 |
| | | | | | | | | tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: Fix signed-unsigned mismatch make tclWinProcs "const" Add first part of mslu support, See [Feature Request #2819611] | ||||
* | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 3 | -4/+69 |
| | | | | reliably call the object's destructor. | ||||
* | Reduce code nesting in [namespace ensemble] implementation. | dkf | 2010-02-14 | 1 | -139/+116 |
| | |||||
* | Corrected a comment. | dkf | 2010-02-14 | 1 | -3/+2 |
| | |||||
* | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 5 | -3496/+3596 |
| | | | | Split the [switch] compiler for sanity's sake. | ||||
* | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -2/+2 |
| | |||||
* | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines | dkf | 2010-02-11 | 1 | -20/+29 |
| | |||||
* | [Bug 2949397]: Prevent destructors from running on the two core class objects | dkf | 2010-02-11 | 1 | -2/+9 |
| | | | | when the whole interpreter is being destroyed. | ||||
* | Forgot the magic bias values. FNV is wildly magical... | dkf | 2010-02-10 | 2 | -4/+4 |
| | |||||
* | Minor corrections as recommended by Joe English. | dkf | 2010-02-09 | 1 | -4/+4 |
| | |||||
* | Small cleanups of formatting issues | dkf | 2010-02-09 | 1 | -72/+88 |
| | |||||
* | Compilation of [try] now enabled! | dkf | 2010-02-09 | 3 | -4/+646 |
| | |||||
* | [Bug 2947783]: Ensure that result is an unshared object before appending to it. | dkf | 2010-02-08 | 1 | -1/+19 |
| | |||||
* | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally | dkf | 2010-02-07 | 3 | -76/+30 |
| | | | | | faster and gives a bit better distribution of keys (especially in large hash tables) but does change hash iteration order. | ||||
* | Added basic compilation of [error] (the most common case only). | dkf | 2010-02-05 | 3 | -4/+52 |
| | |||||
* | Follow-up to earlier commit today: | nijtmans | 2010-02-05 | 6 | -41/+30 |
| | | | | | | Eliminate the need for an extra Stubs Pointer for adressing a static stub table: Just change the exported table from static to MODULE_SCOPE. | ||||
* | More consistency in errorcode generation. | dkf | 2010-02-05 | 1 | -14/+25 |
| | |||||
* | NRE-enabled destructors! Also more generation of errorcodes. | dkf | 2010-02-05 | 1 | -17/+49 |
| |