summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | * tests/assemble.test: Added tryCvtToNumeric and several more listKevin B Kenny2010-09-301-0/+1
| | | | | * | | | | | | | | | | * tests/assemble.test: Added tryCvtToNumeric and several more listKevin B Kenny2010-09-304-78/+514
| | | | | * | | | | | | | | | | * tests/assemble.test: Completed conversion of tests to aKevin B Kenny2010-09-293-483/+427
| | | | | * | | | | | | | | | | mergeKevin B Kenny2010-09-2818-14117/+6440
| | | | | * | | | | | | | | | | * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-284-137/+447
| | | | | * | | | | | | | | | | Merged from HEAD.Kevin B Kenny2010-09-2716-827/+527
| | | | | * | | | | | | | | | | * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-273-30/+510
| | | | | * | | | | | | | | | | * tests/assemble.test: Added many new tests moving toward a moreKevin B Kenny2010-09-263-99/+1128
| | | | | * | | | | | | | | | | added more tests; fixed a bug in initialization of BasicBlock objKevin B Kenny2010-09-252-6/+113
| | | | | * | | | | | | | | | | * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-2518-1292/+2259
| | | | | * | | | | | | | | | | merge changes from HEADKevin B Kenny2010-09-2212-64/+72
| | | | | * | | | | | | | | | | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-2110-6/+2247
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | 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