summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which candgp2010-10-282-3/+12
* Split from ChangeLogrmax2010-10-261-0/+3796
* * Changelog.2008: Split off from Changelog.rmax2010-10-262-3804/+31
* Coverage test for portion of ExprSqrtFunc()dgp2010-10-261-1/+5
* * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp isdkf2010-10-263-16/+19
* Add support for ::tcl::unsupported::noReverseDNSrmax2010-10-263-8/+25
* [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-2011-41/+369
* * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-204-27/+46
* * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure thatdkf2010-10-194-7/+40
* * generic/tclZlib.c: Purge code that wrote to the object returned bydkf2010-10-192-52/+62
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-184-21/+32
* Document [info errorstack] faithfully.ferrieux2010-10-171-0/+4
* Document [info errostack] faithfully.ferrieux2010-10-171-4/+14
* * generic/tclExecute.c (ReleaseDictIterator): Factored out the releasedkf2010-10-162-41/+75
* [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest Unicod...nijtmans2010-10-154-974/+1009
* remove outdated commentdgp2010-10-131-7/+1
* * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] wheredgp2010-10-133-7/+12
* tclWinThrd.h: (removed) because it is just empty en used nowherenijtmans2010-10-133-25/+5
* Generate proper const qualifiers for tclUniData.cnijtmans2010-10-123-8/+10
* Spacing and comments: let uniClass.tcl generation match better the current (h...nijtmans2010-10-123-18/+15
* * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak andrmax2010-10-122-16/+11
* Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-129-233/+197
* Update for VS10nijtmans2010-10-112-2/+5
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-118-416/+174
* fix wrong date in Changelog entryMiguel Sofer2010-10-091-1/+1
* * generic/tclExecute.c: fix overallocation of exec stack in TEBCMiguel Sofer2010-10-092-4/+11
* On Windows, use gai_strerrorAnijtmans2010-10-072-1/+11
* * tests/winPipe.test: Test hygiene with makeFile and removeFile.dgp2010-10-062-11/+18
* * generic/tclCompile.c: Prevent writing to the intrep fields of adgp2010-10-063-4/+33
* * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidationdkf2010-10-023-118/+150
* Add function-header comments.dkf2010-10-021-13/+38
* * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-025-113/+154
* * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-0113-67/+87
* tclMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-292-24/+73
* re-generate configure with autoconf-2.59nijtmans2010-09-293-4879/+13786
* reverting faulty commitMiguel Sofer2010-09-282-17/+31
* * generic/tclExecute.c: remove TEBCreturn() callback, the job canMiguel Sofer2010-09-282-33/+19
* Implement TIP#162rmax2010-09-283-0/+468
* * doc/socket.n: Document the changes to the [socket] and rmax2010-09-2815-14117/+5972
* fix error with --enable-symbols=compileMiguel Sofer2010-09-271-9/+9
* missed ChangeLog entryMiguel Sofer2010-09-271-3/+2
* * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-2713-772/+497
* * generic/tclVar.c: use the macro HasLocalVars everywhereMiguel Sofer2010-09-272-4/+7
* * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid codeMiguel Sofer2010-09-262-51/+16
* * tests/stringComp.test: improved string test coveragehobbs2010-09-253-264/+232
* * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-242-1/+54
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-234-5/+15
* * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-234-3/+13
* Make compilable with -DUNICODE (not actived yet)nijtmans2010-09-233-115/+130
* * generic/tclExecute: one more DECACHE_STACK_INFO() missing; thisMiguel Sofer2010-09-222-2/+5