| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). | dgp | 2008-12-15 | 2 | -5/+5 |
|
|
* | fix 'make checkstubs' failure: make TclGetIndexFromObjList static | das | 2008-12-15 | 1 | -4/+7 |
|
|
* | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. | ferrieux | 2008-12-15 | 1 | -4/+5 |
|
|
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 5 | -207/+83 |
|
|
* | fix warnings | das | 2008-12-14 | 1 | -6/+6 |
|
|
* | Improve docs, start working towards implementing [zlib push] | dkf | 2008-12-13 | 1 | -60/+109 |
|
|
* | Many improvements to docs | dkf | 2008-12-13 | 1 | -10/+117 |
|
|
* | change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) | nijtmans | 2008-12-12 | 1 | -5/+5 |
|
|
* | Make a bad zlib install less fatal to rest of Tcl for now. | dkf | 2008-12-12 | 2 | -2/+119 |
|
|
* | Let code extract gzip headers | dkf | 2008-12-12 | 1 | -454/+140 |
|
|
* | Fix [Bug 2419061] | dkf | 2008-12-12 | 1 | -622/+405 |
|
|
* | Eliminate warning: different 'const' qualifiers | nijtmans | 2008-12-11 | 1 | -10/+11 |
|
|
* | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 1 | -2/+15 |
|
|
* | Factor out the code to turn zlib errors into Tcl errors. | dkf | 2008-12-11 | 1 | -49/+57 |
|
|
* | Fixed prototypes | dkf | 2008-12-11 | 1 | -92/+172 |
|
|
* | regen | dkf | 2008-12-11 | 2 | -2/+145 |
|
|
* | Corrections | dkf | 2008-12-11 | 1 | -15/+13 |
|
|
* | First hack at TIP#234 | dkf | 2008-12-11 | 5 | -6/+2669 |
|
|
* | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 4 | -10/+30 |
|
|
* | Implement TIP#341. | dkf | 2008-12-10 | 1 | -24/+48 |
|
|
* | restore source and binary compatibility | nijtmans | 2008-12-09 | 3 | -10/+21 |
|
|
* | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 10 | -34/+44 |
|
|
* | A bit more readability refactoring. | dkf | 2008-12-09 | 1 | -278/+294 |
|
|
* | Fix warnings with assertions enabled | das | 2008-12-07 | 1 | -2/+2 |
|
|
* | oops | dkf | 2008-12-06 | 1 | -1/+2 |
|
|
* | Partial fix for [Bug 2388866] | dkf | 2008-12-06 | 1 | -1/+13 |
|
|
* | regen | dkf | 2008-12-05 | 2 | -2/+13 |
|
|
* | Implement TIP#335 | dkf | 2008-12-05 | 2 | -4/+33 |
|
|
* | regen | dkf | 2008-12-05 | 2 | -126/+141 |
|
|
* | Implement TIP#307. | dkf | 2008-12-05 | 5 | -222/+215 |
|
|
* | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another | dgp | 2008-12-04 | 1 | -13/+76 |
|
|
* | * generic/tclFileName.c (DoGlob): One of the | dgp | 2008-12-03 | 1 | -3/+4 |
|
|
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 14 | -37/+112 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre | andreas_kupries | 2008-12-02 | 1 | -3/+3 |
|
|
* | * generic/tclParse.c: Coding standards fixups. | dgp | 2008-12-01 | 1 | -17/+19 |
|
|
* | Implementation of TIP #210. | dkf | 2008-11-29 | 2 | -6/+158 |
|
|
* | Code now simple enough that we can improve its performance by applying the | dkf | 2008-11-29 | 1 | -9/+14 |
|
|
* | Improvements to the general readability of the TSD implementation. | dkf | 2008-11-29 | 1 | -120/+189 |
|
|
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li... | ferrieux | 2008-11-27 | 4 | -77/+28 |
|
|
* | A few more (harmless) Tcl_SetResult eliminations | nijtmans | 2008-11-26 | 1 | -14/+8 |
|
|
* | Eliminate warning: unused variable | nijtmans | 2008-11-26 | 1 | -3/+1 |
|
|
* | Eliminate 3 calls to Tcl_SetResult, as | nijtmans | 2008-11-25 | 3 | -14/+6 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 1 | -2/+2 |
|
|
* | don't assume that Tcl_SetResult sets interp->result, especially not | nijtmans | 2008-11-25 | 1 | -9/+8 |
|
|
* | Fix IsChannelExisting name comparison [Bug 2333466] | ferrieux | 2008-11-23 | 1 | -2/+2 |
|
|
* | Convert Tcl_SetResult(......, TCL_DYNAMIC) to | nijtmans | 2008-11-19 | 1 | -2/+3 |
|
|
* | Simplification of expanded-literals handling after analysis of dead branches | ferrieux | 2008-11-19 | 3 | -36/+12 |
|
|
* | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 5 | -14/+100 |
|
|
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 5 | -20/+15 |
|
|
* | change two Tcl_SetResult calls to Tcl_SetObjResult, | nijtmans | 2008-11-16 | 1 | -5/+5 |
|
|