| Commit message (Expand) | Author | Age | Files | Lines |
* | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 7 | -110/+119 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 4 | -9/+8 |
|
|
* | 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 |
|
|
* | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -3/+7 |
|
|
* | 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 |
|
|
* | Fix error in stack depth calculation for [dict update], correct misleading | dkf | 2010-02-17 | 2 | -5/+8 |
|
|
* | missing comma | dgp | 2010-02-17 | 1 | -2/+2 |
|
|
* | Change order of various struct members, | nijtmans | 2010-02-16 | 1 | -63/+55 |
|
|
* | Small fixes, namely: | dkf | 2010-02-16 | 1 | -125/+158 |
|
|
* | Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD | dkf | 2010-02-16 | 1 | -1/+5 |
|
|
* | 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 |
|
|
* | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 3 | -4/+69 |
|
|
* | 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 |
|
|
* | [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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Use 'const' more often for pointers to read-only structures. | dkf | 2010-02-05 | 1 | -177/+203 |
|
|
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 14 | -851/+851 |
|
|
* | Use the object RE interface for faster matching in [array names -regexp]. | dkf | 2010-02-04 | 1 | -121/+136 |
|
|
* | Make [array get] work again with a trivial pattern. | dkf | 2010-02-04 | 1 | -4/+4 |
|
|
* | Minor updates: more errorcodes, less C stack levels for old APIs | dkf | 2010-02-04 | 1 | -98/+191 |
|
|
* | More corrections to the [array unset] command. | dkf | 2010-02-03 | 1 | -26/+30 |
|
|
* | Turned the [array] command into a true ensemble. Test changes indicate some | dkf | 2010-02-02 | 3 | -560/+1184 |
|
|
* | Chisel away at reducing the cost of recent changes. | dkf | 2010-02-02 | 1 | -59/+55 |
|
|
* | [Bug 2944404] Be careful in case an object deletes itself in its destructor. | dkf | 2010-02-02 | 1 | -3/+6 |
|
|
* | Switch to using the new faster var-ref internal API inside [array unset] when | dkf | 2010-02-02 | 1 | -4/+5 |
|
|
* | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -20/+59 |
|
|