Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 4 | -255/+293 |
| | |||||
* | Handle completely invalid input to the decode methods [Bug 2922555] | patthoyts | 2009-12-29 | 3 | -7/+24 |
| | |||||
* | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations | dkf | 2009-12-28 | 2 | -18/+30 |
| | |||||
* | regen with autconf 2.61 | dkf | 2009-12-28 | 1 | -6273/+6274 |
| | |||||
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 6 | -34/+37 |
| | |||||
* | Correct failing test | dkf | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | Slight improvement of test so it shouldn't block forever if it fails | dkf | 2009-12-28 | 1 | -2/+6 |
| | |||||
* | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 3 | -84/+41 |
| | |||||
* | Minor formatting issues | dkf | 2009-12-28 | 1 | -7/+6 |
| | |||||
* | [Bug 2921538]: Updated example to not be quite so ancient. | dkf | 2009-12-27 | 2 | -3/+9 |
| | |||||
* | CONST -> const | nijtmans | 2009-12-25 | 3 | -4/+9 |
| | |||||
* | Tweak exclusions | dkf | 2009-12-24 | 1 | -1/+3 |
| | |||||
* | Move declarations to the top of the file, add boilerplate comments to some | dkf | 2009-12-24 | 1 | -190/+203 |
| | | | | functions | ||||
* | Fix up a few stray spaces. | dkf | 2009-12-23 | 1 | -32/+31 |
| | |||||
* | [Bug 2913625]: Stop information about paths from leaking through [info script] | dkf | 2009-12-23 | 2 | -20/+55 |
| | | | | and [info nameofexecutable]. | ||||
* | Cygwin: Install libtcl8.6.dll in bin directory | nijtmans | 2009-12-23 | 4 | -45/+71 |
| | |||||
* | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. | dkf | 2009-12-22 | 3 | -34/+51 |
| | |||||
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵ | nijtmans | 2009-12-21 | 20 | -107/+204 |
| | | | | not enabled yet, but at least it is a step in the right direction. | ||||
* | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines | Miguel Sofer | 2009-12-19 | 3 | -2/+19 |
| | | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it. | ||||
* | bump to msgcat 1.4.3 to account for commits | dgp | 2009-12-17 | 4 | -9/+9 |
| | |||||
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-17 | 1 | -3/+3 |
| | | | | declared with attribute warn_unused_result | ||||
* | Upgrade to Safe Base's handling of [glob] to be more permissive with the | dkf | 2009-12-16 | 3 | -34/+126 |
| | | | | | feature set supported, but stricter with path management. It also now has an error pattern more like the standard [glob] command. | ||||
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 10 | -28/+67 |
| | | | | | | declared with attribute warn_unused_result CONSTify functions TclpGetUserHome and TclSetPreInitScript (TIP #27) | ||||
* | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in | dkf | 2009-12-16 | 2 | -11/+18 |
| | | | | the HTML documentation. | ||||
* | Force this file to be interpreted as a Tcl script by Emacs | dkf | 2009-12-16 | 1 | -0/+4 |
| | |||||
* | [Bug 2913616]: Make msgcat package work in safe interpreters. | dkf | 2009-12-16 | 2 | -10/+18 |
| | |||||
* | Document that [file tempfile] always works on the native filesystem by design. | dkf | 2009-12-14 | 2 | -6/+17 |
| | | | | [Bug 2388866] | ||||
* | fix comment | Miguel Sofer | 2009-12-13 | 1 | -7/+5 |
| | |||||
* | remove accidentally committed c++ style temp comments | Miguel Sofer | 2009-12-13 | 1 | -3/+1 |
| | |||||
* | * generic/tclBasic.c: Release TclPopCallFrame() from its | Miguel Sofer | 2009-12-13 | 4 | -18/+22 |
| | | | | | * generic/tclExecute.c: tailcall-management duties * generic/tclNamesp.c: | ||||
* | * generic/tclBasic.c: Moving TclBCArgumentRelease call | Miguel Sofer | 2009-12-13 | 3 | -12/+11 |
| | | | | | * generic/tclExecute.c: from TclNRTailcallObjCmd to TEBC, so that the pairing of the Enter and Release calls is clearer. | ||||
* | Plug testing memleak. [Bug 2895367] | dkf | 2009-12-12 | 2 | -84/+111 |
| | |||||
* | Fix gcc warning: signed and unsigned type in conditional expression | nijtmans | 2009-12-11 | 2 | -2/+4 |
| | |||||
* | Add tcl.pc and tclsh.exe to .cvsignore | nijtmans | 2009-12-11 | 1 | -0/+2 |
| | |||||
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 4 | -9/+9 |
| | | | | | warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] | ||||
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 6 | -16/+21 |
| | | | | | warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] | ||||
* | [FRQ 2897296]: Cross-links to sections within a manpage when in HTML. | dkf | 2009-12-11 | 2 | -46/+55 |
| | |||||
* | Change to braces in example to avoid bug in HTML creator script | dkf | 2009-12-11 | 1 | -3/+3 |
| | |||||
* | fix comment | Miguel Sofer | 2009-12-11 | 1 | -4/+3 |
| | |||||
* | code comments | Miguel Sofer | 2009-12-11 | 1 | -20/+14 |
| | |||||
* | code comments | Miguel Sofer | 2009-12-11 | 1 | -12/+13 |
| | |||||
* | code comments | Miguel Sofer | 2009-12-11 | 2 | -13/+16 |
| | |||||
* | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to | Miguel Sofer | 2009-12-11 | 3 | -36/+20 |
| | | | | know about bottomPtr, tebc does not need to behave differently on exit for coros | ||||
* | * generic/tclBasic.c: Full nre-enabling of coroutines | Miguel Sofer | 2009-12-10 | 3 | -16/+10 |
| | | | | * generic/tclExecute.c: [Bug 2806407] | ||||
* | * generic/tclBasic.c: small cleanup | Miguel Sofer | 2009-12-10 | 2 | -24/+25 |
| | |||||
* | * generic/tclExecute.c: fix panic in http11.test caused by buggy | Miguel Sofer | 2009-12-10 | 2 | -2/+7 |
| | | | | earlier commits in coroutine management. | ||||
* | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated | andreas_kupries | 2009-12-10 | 2 | -5/+28 |
| | | | | | | | | comments to describe when the function can be entered for the same Tcl_Obj* multiple times. This is a continuation of the 2009-11-10 entry where a memory leak was plugged, but where not sure if that was just a band-aid to paper over some other error. It isn't, this is a legal situation. | ||||
* | reorganization and better comments in TclNRCoroutineObjCmd() | Miguel Sofer | 2009-12-10 | 1 | -49/+46 |
| | |||||
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 3 | -26/+7 |
| | | | | | * generic/tclExecute.c: coroutines by delegating more to tebc; eliminate the special coroutine CallFrame. | ||||
* | * generic/tclBasic.c: Reducing the # of moving parts for | Miguel Sofer | 2009-12-10 | 3 | -31/+16 |
| | | | | * generic/tclExecute.c: coroutines |