summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-084-66/+104
* * generic/tclExecute.c (TEBC): silence warning about pcAdjustmentMiguel Sofer2009-12-082-1/+7
* Small corrections (enforcing ANSI style declarations, etc.)dkf2009-12-081-133/+145
* Reduce size of TEBC activation record a bit.dkf2009-12-082-379/+409
* * generic/tclExecute.c (TEBC): Grouping "slow" variables intoMiguel Sofer2009-12-082-319/+333
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-083-219/+165
* * generic/tclCmdIL.c: Fix of [Bug #2910094] by akuMiguel Sofer2009-12-073-3/+24
* * generic/tclBasic.c: arrange for [tailcall] to be created withMiguel Sofer2009-12-072-8/+8
* * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-072-4/+11
* * generic/tclBasic.c: add ::tcl::unsupported::yieldToMiguel Sofer2009-12-073-6/+73
* Plug memory leak. [Bug 2910044]dkf2009-12-073-2/+80
* missing declarationMiguel Sofer2009-12-071-1/+2
* factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-064-48/+59
* oops - test error due to deletion of now not-created namespaceMiguel Sofer2009-12-061-6/+1
* clear old junk in tests/coroutine.test:Miguel Sofer2009-12-062-41/+2
* * generic/tclBasic.c: Small changes for clarity in tailcallMiguel Sofer2009-12-063-17/+45
* missing changelog entryMiguel Sofer2009-12-061-1/+4
* * tests/tailcall.test: remove some old unused crud; improved theMiguel Sofer2009-12-051-27/+28
* * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-055-5/+55
* Fix [Bug 2906841] and a few other smaller issues.dkf2009-12-033-298/+341
* tools/genStubs.tcl Add support for win32 CALLBACK functionsnijtmans2009-12-023-102/+31
* tcl.h Don't use EXPORT for Tcl_InitStubsnijtmans2009-11-303-30/+39
* [Bug 2901433]: Improved description of {*} syntax.dkf2009-11-302-12/+18
* revert 2902965 tclAppInit.c changedas2009-11-291-5/+1
* reverted 2902965 changes that broke static builds on OSXdas2009-11-293-6/+6
* * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that addedKevin B Kenny2009-11-272-5/+9
* [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-2718-50/+60
* Match the version-bump of TclOO.dkf2009-11-275-8/+12
* [Bug 2903811]: Remove unneeded restrictions on usefully calling thedkf2009-11-273-9/+45
* autoheader-2.59das2009-11-261-3/+0
* fix warning on LP64das2009-11-261-1/+5
* Add .PHONY rules and documentation to preemptively stop trouble that plagueddkf2009-11-262-88/+149
* Fix [Bug 2902965] stub related changesnijtmans2009-11-261-1/+1
* Fix [Bug 2902965] stub related changesnijtmans2009-11-268-26/+47
* * win/Makefile.in: Added a 'test-tcl' rule that is identicalKevin B Kenny2009-11-252-2/+10
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-256-285/+19
* * library/tclIndex: Manually redone the part of tclIndex dealingandreas_kupries2009-11-242-16/+20
* Restore tcl/library/tclIndex to Revision 1.11 contents, to stop total breakagedgp2009-11-242-73/+24
* Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011]dkf2009-11-243-25/+92
* [Bug 2893771] Teach [file stat] to handle locked files.patthoyts2009-11-243-23/+55
* library/tclIndex (regenerated) to reflect various changesnijtmans2009-11-232-24/+73
* * tests/fCmd.test (fCmd-30.1): Changed registry location of theKevin B Kenny2009-11-232-2/+9
* makefile.vc: Add stub library to necessary link linesnijtmans2009-11-232-3/+4
* Test constraint 2000orNewer should only be true on Windows platformdgp2009-11-231-2/+2
* #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to makenijtmans2009-11-2310-199/+137
* * generic/tclThreadTest.c (NewTestThread): [Bug 2901803]Kevin B Kenny2009-11-232-2/+8
* [Bug 2901803]: Fix silly error.dkf2009-11-232-59/+68
* Added some OSX-specific thingsdkf2009-11-221-0/+2
* Cast required when setting result using a const string. String is copied by T...patthoyts2009-11-211-2/+2
* a bit of cleanupdgp2009-11-203-20/+21