summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * reverted previous commit: it has effect on the Windows consolenijtmans2010-11-151-23/+33
| * Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-151-33/+23
| * Fix [Bug 3105999]; deallocate temporary structure.dkf2010-11-091-4/+11
| * Add missing 'objs' verb in error message.ferrieux2010-11-081-2/+4
| * fix TCL_ASCII_MAIN usage, as the name suggestsnijtmans2010-11-051-5/+7
| * * generic/tclMain.c: Added missing conditional on _WIN32 around codeKevin B Kenny2010-11-041-2/+2
| * [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-042-11/+33
| * Correct typo and mistaken comment.dgp2010-11-041-2/+2
| * * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when settingdkf2010-11-031-1/+3
| * * generic/tclCompCmds.c (TclCompileCatchCmd):Kevin B Kenny2010-11-031-67/+104
| * Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy.ferrieux2010-10-291-5/+21
| * * 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
* | mergeKevin B Kenny2010-12-162-10/+5
* | * tclAssembly.c:Kevin B Kenny2010-12-161-89/+234
* | mergeKevin B Kenny2010-12-1126-2043/+2994
* | mergeKevin B Kenny2010-12-0123-497/+3087
* | mergeKevin B Kenny2010-11-031-67/+104
* | mergeKevin B Kenny2010-10-301-5/+21