summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | * 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
| | * | | | | | | | | | | | | | * tests/execute.test: added execute-10.3 for [Bug 3072640]. TheMiguel Sofer2010-09-222-1/+25
| | * | | | | | | | | | | | | | * generic/tclExecute: protect all possible writes to ::errorInfoMiguel Sofer2010-09-222-2/+52
| | * | | | | | | | | | | | | | Improved readability of tcl+pkgs builds and testsdgp2010-09-221-7/+9
| | * | | | | | | | | | | | | | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M...nijtmans2010-09-223-2/+7
| | * | | | | | | | | | | | | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-227-43/+50
| | * | | | | | | | | | | | | | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fixnijtmans2010-09-213-17/+11
| | * | | | | | | | | | | | | | Fix declaration after statement.nijtmans2010-09-214-4/+11
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-12-168-64/+190
| | | | | * | | | | | | | | | | * tclAssembly.c:Kevin B Kenny2010-12-163-90/+318
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-12-1146-2797/+4258
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-12-0157-3916/+8723
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-11-038-79/+155
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-10-302-5/+26
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-10-287-3828/+3886
| | | | | * | | | | | | | | | | * generic/tclAssembly.c:Kevin B Kenny2010-10-283-25/+544
| | | | | * | | | | | | | | | | * tclAssembly.c:Kevin B Kenny2010-10-243-235/+384
| | | | | * | | | | | | | | | | removed useless separation between tclAssembly.h and tclAssembly.cKevin B Kenny2010-10-234-209/+245
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-10-2311-65/+412
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-10-2030-1798/+1633
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-10-096-20/+73
| | | | | * | | | | | | | | | | Added catches. Still needs a lot of testing.Kevin B Kenny2010-10-064-355/+1366
| | | | | * | | | | | | | | | | nop and regexpKevin B Kenny2010-10-024-1/+87
| | | | | * | | | | | | | | | | added missing tests: nsupvar, variable, upvarKevin B Kenny2010-10-023-6/+45
| | | | | * | | | | | | | | | | * generic/tclAssembly.c:Kevin B Kenny2010-10-027-133/+504
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-10-025-113/+154
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-10-0113-67/+87
| | | | | * | | | | | | | | | | Added listIn, listNotIn, and dictGet.Kevin B Kenny2010-10-014-12/+118
| | | | | * | | | | | | | | | | MergeKevin B Kenny2010-09-304-4898/+13854