summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_splitnijtmans2010-09-204-189/+60
* * doc/file.n (file readlink): [Bug 3070580]: Typofix.dkf2010-09-182-7/+11
* Oops, didn't mean to check in this file.nijtmans2010-09-181-15/+7
* [Bug 3069278]: breakage on head Windows triggerednijtmans2010-09-183-12/+32
* * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as allhobbs2010-09-162-23/+4
* * unix/Makefile.in: do not pass current build env vars when usinghobbs2010-09-162-10/+11
* Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ...nijtmans2010-09-164-8/+18
* * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Makedkf2010-09-153-18/+60
* * unix/Makefile.in: Revise `make dist` target to tolerate thedgp2010-09-152-2/+8
* update file generated by 'make dist'dgp2010-09-151-3/+6
* [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-156-989/+1047
* Allow all Win2000+ API entries in Tclnijtmans2010-09-143-110/+75
* Add scspec feature from ttkGenStubs.tclnijtmans2010-09-132-2/+23
* Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-137-33/+40
* Partly revert yesterday's change, to make it work on VC++ 6.0 again.nijtmans2010-09-102-22/+79
* * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl'sdkf2010-09-102-16/+24
* mingw should always link with -ladvapi32nijtmans2010-09-098-292/+93
* * win/tclWinChan.c: #ifdef protections to permit builds withdgp2010-09-083-25/+40
* * doc/tm.n: Added underscore to the set of characters accepted inandreas_kupries2010-09-082-3/+9
* Start producing HTML out for Thread package. Consequent bugfixes:dkf2010-09-033-30/+48
* * doc/glob.n: Fixed documentation ambiguity regarding the handlingandreas_kupries2010-09-022-3/+7
* * library/safe.tcl (::safe::AliasGlob): Fixed another problem, theandreas_kupries2010-09-022-2/+8
* * library/safe.tcl (::safe::AliasGlob): Moved the commandandreas_kupries2010-09-022-2/+8
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-015-17/+148
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining par...nijtmans2010-08-312-4/+5
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-319-24/+36
* * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-313-4/+14
* * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-308-180/+136
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-302-3/+5
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-306-28/+32
* [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-3010-29/+58
* * doc/dict.n: [Bug 3046999]: Corrected cross reference to arraydkf2010-08-292-25/+30
* * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.hobbs2010-08-273-3/+9
* * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-275-3/+131
* [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile f...nijtmans2010-08-254-30/+12
* [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-08-244-14/+40
* * library/tzdata/Africa/Cairo:Kevin B Kenny2010-08-233-2/+8
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-2216-70/+85
* * doc/linsert.n: [Bug 3045123]: Make description of what is actuallydkf2010-08-212-6/+21
* [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-217-230/+240
* Fix definition of Tcl_MethodTypenijtmans2010-08-202-5/+9
* * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)dkf2010-08-192-10/+17
* [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-199-4818/+81
* * generic/tclBasic.c: New redesign of [tailcall]: findMiguel Sofer2010-08-185-68/+123
* * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out ofMiguel Sofer2010-08-182-3/+8