summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclBasic.c: Fix for bad cmd resolution by coroutinesMiguel Sofer2009-12-191-0/+6
| | | | | * tests/coroutine.test: [Bug #2917627]. Thanks to schelte for finding it.
* Upgrade to Safe Base's handling of [glob] to be more permissive with thedkf2009-12-161-8/+14
| | | | | 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-161-0/+11
| | | | | | 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-161-0/+3
| | | | the HTML documentation.
* [Bug 2913616]: Make msgcat package work in safe interpreters.dkf2009-12-161-0/+5
|
* Document that [file tempfile] always works on the native filesystem by design.dkf2009-12-141-5/+10
| | | | [Bug 2388866]
* * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-131-0/+4
| | | | | * generic/tclExecute.c: tailcall-management duties * generic/tclNamesp.c:
* * generic/tclBasic.c: Moving TclBCArgumentRelease callMiguel Sofer2009-12-131-0/+6
| | | | | * 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-121-7/+13
|
* Fix gcc warning: signed and unsigned type in conditional expressionnijtmans2009-12-111-0/+2
|
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-0/+8
| | | | | 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-111-43/+46
|
* code commentsMiguel Sofer2009-12-111-0/+1
|
* * generic/tclBasic.c: Full nre-enabling of coroutinesMiguel Sofer2009-12-101-0/+3
| | | | * generic/tclExecute.c: [Bug 2806407]
* * generic/tclBasic.c: small cleanupMiguel Sofer2009-12-101-0/+2
|
* * generic/tclExecute.c: fix panic in http11.test caused by buggyMiguel Sofer2009-12-101-0/+5
| | | | earlier commits in coroutine management.
* * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreas_kupries2009-12-101-0/+9
| | | | | | | | 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.
* * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-101-1/+2
| | | | | * 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-101-0/+5
| | | | * generic/tclExecute.c: coroutines
* * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux'sandreas_kupries2009-12-091-0/+7
| | | | | | patch fixing the inconsistent buffered I/O. Tcl's I/O now flushes buffered output before reading, discards buffered input before writing, etc.
* * generic/tclBasic.c: Insure correct lifetime of varFrame'sMiguel Sofer2009-12-091-0/+7
| | | | | | (objc,objv)for coroutines. * generic/tclExecute.c: Code regrouping
* Add missing Tcl_SetErrorCode calls.dkf2009-12-091-0/+5
|
* * generic/tclExecute.c (TclStackFree): Improved panic msgMiguel Sofer2009-12-091-0/+4
|
* * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-081-0/+5
| | | | | | * generic/tclExecute.c: The initial call still requires its * generic/tclInt.h: own instance of tebc, but on resume coros can execute in the caller's tebc.
* * generic/tclExecute.c (TEBC): silence warning about pcAdjustmentMiguel Sofer2009-12-081-0/+4
|
* Reduce size of TEBC activation record a bit.dkf2009-12-081-13/+20
|
* * generic/tclExecute.c (TEBC): Grouping "slow" variables intoMiguel Sofer2009-12-081-0/+6
| | | | | structs, to reduce register pressure and help the compiler with variable allocation.
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-081-0/+3
| | | | * generic/tclInt.h:
* * generic/tclCmdIL.c: Fix of [Bug #2910094] by akuMiguel Sofer2009-12-071-0/+3
| | | | * tests/coroutine.test:
* * generic/tclBasic.c: arrange for [tailcall] to be created withMiguel Sofer2009-12-071-0/+6
| | | | | the other builtins: was being created in a separate call, leftover from pre-tip days.
* * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-071-0/+6
| | | | | better detect the toolchain that needs extra work for proper underflow treatment instead of merely detecting the mips platform. [Bug 2902010].
* * generic/tclBasic.c: add ::tcl::unsupported::yieldToMiguel Sofer2009-12-071-0/+5
| | | | * generic/tclInt.h: [Patch 2910056]
* Plug memory leak. [Bug 2910044]dkf2009-12-071-0/+5
|
* clear old junk in tests/coroutine.test:Miguel Sofer2009-12-061-0/+1
|
* * generic/tclBasic.c: Small changes for clarity in tailcallMiguel Sofer2009-12-061-0/+3
| | | | * generic/tclExecute.c: and coroutine code.
* missing changelog entryMiguel Sofer2009-12-061-1/+4
|
* * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-051-0/+9
| | | | | | | | * generic/tclNamesp.c: properly out of a coroutine. * tests/tailcall.test: * generic/tclInterp.c: Fixed tailcalls for same-interp aliases (no test)
* Fix [Bug 2906841] and a few other smaller issues.dkf2009-12-031-7/+15
|
* tools/genStubs.tcl Add support for win32 CALLBACK functionsnijtmans2009-12-021-0/+8
| | | | | | | and remove obsolete "emitStubs" and "genStubs" functions. win/Makefile.in Use tcltest86.dll for all tests, and add .PHONY rules to preemptively stop trouble that plagued Tk from hitting Tcl too.
* tcl.h Don't use EXPORT for Tcl_InitStubsnijtmans2009-11-301-0/+5
| | | | win/Makefile.in Better dependancies in case of static build.
* [Bug 2901433]: Improved description of {*} syntax.dkf2009-11-301-5/+10
|
* * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that addedKevin B Kenny2009-11-271-0/+8
| | | | | | | a call to Tcl_InitStubs. 'tclsh' and 'tcltest' are providers, not consumers of the Stubs table, and should not link with the Stubs library, but only with the main Tcl library. (In any case, the presence of Tcl_InitStubs broke the build.) [Bug 2902965]
* [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-0/+7
|
* Match the version-bump of TclOO.dkf2009-11-271-0/+3
|
* [Bug 2903811]: Remove unneeded restrictions on usefully calling thedkf2009-11-271-0/+5
| | | | oo::object->variable method. Leaving it hidden is enough.
* Add .PHONY rules and documentation to preemptively stop trouble that plagueddkf2009-11-261-17/+23
| | | | | Tk from hitting Tcl too, and to make the overall makefile easier to understand. Some reorganization too to move related rules closer together.
* Fix [Bug 2902965] stub related changesnijtmans2009-11-261-1/+1
| | | | cause tclkit built to break
* Fix [Bug 2902965] stub related changesnijtmans2009-11-261-0/+10
| | | | cause tclkit built to break
* * win/Makefile.in: Added a 'test-tcl' rule that is identicalKevin B Kenny2009-11-251-0/+6
| | | | | to 'test' except that it does not go spelunking in 'pkgs/'. (This rule has existed in unix/Makefile.in for some time.)
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-0/+8
| | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.