summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokationsdkf2009-12-282-18/+30
|
* regen with autconf 2.61dkf2009-12-281-6273/+6274
|
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-286-34/+37
|
* Correct failing testdkf2009-12-281-2/+2
|
* Slight improvement of test so it shouldn't block forever if it failsdkf2009-12-281-2/+6
|
* [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-283-84/+41
|
* Minor formatting issuesdkf2009-12-281-7/+6
|
* [Bug 2921538]: Updated example to not be quite so ancient.dkf2009-12-272-3/+9
|
* CONST -> constnijtmans2009-12-253-4/+9
|
* Tweak exclusionsdkf2009-12-241-1/+3
|
* Move declarations to the top of the file, add boilerplate comments to somedkf2009-12-241-190/+203
| | | | functions
* Fix up a few stray spaces.dkf2009-12-231-32/+31
|
* [Bug 2913625]: Stop information about paths from leaking through [info script]dkf2009-12-232-20/+55
| | | | and [info nameofexecutable].
* Cygwin: Install libtcl8.6.dll in bin directorynijtmans2009-12-234-45/+71
|
* [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort].dkf2009-12-223-34/+51
|
* Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵nijtmans2009-12-2120-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 coroutinesMiguel Sofer2009-12-193-2/+19
| | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it.
* bump to msgcat 1.4.3 to account for commitsdgp2009-12-174-9/+9
|
* Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-171-3/+3
| | | | declared with attribute warn_unused_result
* Upgrade to Safe Base's handling of [glob] to be more permissive with thedkf2009-12-163-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’,nijtmans2009-12-1610-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 indkf2009-12-162-11/+18
| | | | the HTML documentation.
* Force this file to be interpreted as a Tcl script by Emacsdkf2009-12-161-0/+4
|
* [Bug 2913616]: Make msgcat package work in safe interpreters.dkf2009-12-162-10/+18
|
* Document that [file tempfile] always works on the native filesystem by design.dkf2009-12-142-6/+17
| | | | [Bug 2388866]
* fix commentMiguel Sofer2009-12-131-7/+5
|
* remove accidentally committed c++ style temp commentsMiguel Sofer2009-12-131-3/+1
|
* * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-134-18/+22
| | | | | * generic/tclExecute.c: tailcall-management duties * generic/tclNamesp.c:
* * generic/tclBasic.c: Moving TclBCArgumentRelease callMiguel Sofer2009-12-133-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]dkf2009-12-122-84/+111
|
* Fix gcc warning: signed and unsigned type in conditional expressionnijtmans2009-12-112-2/+4
|
* Add tcl.pc and tclsh.exe to .cvsignorenijtmans2009-12-111-0/+2
|
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-114-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 cygwinnijtmans2009-12-116-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.dkf2009-12-112-46/+55
|
* Change to braces in example to avoid bug in HTML creator scriptdkf2009-12-111-3/+3
|
* fix commentMiguel Sofer2009-12-111-4/+3
|
* code commentsMiguel Sofer2009-12-111-20/+14
|
* code commentsMiguel Sofer2009-12-111-12/+13
|
* code commentsMiguel Sofer2009-12-112-13/+16
|
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-113-36/+20
| | | | know about bottomPtr, tebc does not need to behave differently on exit for coros
* * generic/tclBasic.c: Full nre-enabling of coroutinesMiguel Sofer2009-12-103-16/+10
| | | | * generic/tclExecute.c: [Bug 2806407]
* * generic/tclBasic.c: small cleanupMiguel Sofer2009-12-102-24/+25
|
* * generic/tclExecute.c: fix panic in http11.test caused by buggyMiguel Sofer2009-12-102-2/+7
| | | | earlier commits in coroutine management.
* * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreas_kupries2009-12-102-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 Sofer2009-12-101-49/+46
|
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-103-26/+7
| | | | | * generic/tclExecute.c: coroutines by delegating more to tebc; eliminate the special coroutine CallFrame.
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-103-31/+16
| | | | * generic/tclExecute.c: coroutines
* Minor whitespace cleanup... nothing to see heredkf2009-12-101-4/+4
|
* Killed c99/c++ comments left in by the IO patch.andreas_kupries2009-12-091-6/+1
|