summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * Changelog.2008: Split off from Changelog.rmax2010-10-261-9/+14
* [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-207-25/+335
* * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilationdkf2010-10-203-27/+37
* * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure thatdkf2010-10-192-6/+25
* * generic/tclZlib.c: Purge code that wrote to the object returned bydkf2010-10-191-50/+55
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-181-1/+1
* * generic/tclExecute.c (ReleaseDictIterator): Factored out the releasedkf2010-10-161-27/+53
* [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest Unicod...nijtmans2010-10-152-972/+1001
* remove outdated commentdgp2010-10-131-7/+1
* * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] wheredgp2010-10-132-7/+7
* Generate proper const qualifiers for tclUniData.cnijtmans2010-10-121-4/+4
* Spacing and comments: let uniClass.tcl generation match better the current (h...nijtmans2010-10-121-4/+6
* * generic/tclExecute.c: fix overallocation of exec stack in TEBCMiguel Sofer2010-10-091-4/+6
* On Windows, use gai_strerrorAnijtmans2010-10-071-1/+7
* * generic/tclCompile.c: Prevent writing to the intrep fields of adgp2010-10-061-3/+3
* * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidationdkf2010-10-021-1/+24
* Add function-header comments.dkf2010-10-021-13/+38
* * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-024-113/+144
* * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-0111-64/+73
* tclMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-291-24/+72
* reverting faulty commitMiguel Sofer2010-09-281-12/+31
* * generic/tclExecute.c: remove TEBCreturn() callback, the job canMiguel Sofer2010-09-281-31/+12
* * doc/socket.n: Document the changes to the [socket] and rmax2010-09-282-2/+151
* fix error with --enable-symbols=compileMiguel Sofer2010-09-271-9/+9
* * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-2712-772/+483
* * generic/tclVar.c: use the macro HasLocalVars everywhereMiguel Sofer2010-09-271-4/+3
* * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid codeMiguel Sofer2010-09-261-51/+10
* * tests/stringComp.test: improved string test coveragehobbs2010-09-251-97/+71
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-1/+5
* * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-233-3/+6
* * generic/tclExecute: one more DECACHE_STACK_INFO() missing; thisMiguel Sofer2010-09-221-2/+2
* * generic/tclExecute: protect all possible writes to ::errorInfoMiguel Sofer2010-09-221-2/+44
* * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-226-43/+40
* Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ...nijtmans2010-09-163-8/+11
* * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Makedkf2010-09-151-4/+19
* [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-154-985/+989
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-012-10/+12
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-317-22/+22
* * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-306-152/+55
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-305-28/+27
* [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile f...nijtmans2010-08-253-30/+9
* [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-08-243-14/+34
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-2215-70/+67
* [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-215-226/+226
* * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)dkf2010-08-191-4/+4
* [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-197-4800/+64
* * generic/tclBasic.c: New redesign of [tailcall]: findMiguel Sofer2010-08-184-65/+115
* * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out ofMiguel Sofer2010-08-181-2/+4
* * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-186-82/+45
* * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make thedkf2010-08-151-6/+8