| Commit message (Expand) | Author | Age | Files | Lines |
* | typo, (and accidently checked in changes to tclOO.decls, reverted in the next... | jan.nijtmans | 2011-04-09 | 2 | -2/+2 |
|
|
* | fix for [Bug 3280043]: win2k: unresolved DLL imports | jan.nijtmans | 2011-04-08 | 3 | -0/+84 |
|
|
* | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 8 | -73/+136 |
|
|
* | [3202030] Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -3/+0 |
|\ |
|
| * | [3202030] Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -3/+0 |
| |\ |
|
| | * | Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -3/+0 |
|
|
* | | | set default MODULE_SCOPE=extern, in case no other value is determined | jan.nijtmans | 2011-03-28 | 2 | -0/+6 |
|
|
* | | | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 2 | -2/+2 |
| |\ \
| | |/ |
|
| | * | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 2 | -2/+2 |
|
|
| * | | The -debug:full option is not supported when using the modern versions of lin... | jan.nijtmans | 2011-03-22 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | The -debug:full option is not supported when using the modern versions of lin... | jan.nijtmans | 2011-03-22 | 1 | -1/+1 |
|
|
| | * | ifdef protections to permit builds with mingw on amd64 systems. | jan.nijtmans | 2011-03-11 | 3 | -20/+39 |
|
|
| | * | * win/tcl.m4: handle --enable-64bit=ia64 for gcc. | jan.nijtmans | 2011-03-11 | 3 | -302/+640 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 15 | -229/+214 |
|
|
* | | | [Bug 3185609] File normalization corner case of ... broken with -DUNICODE | jan.nijtmans | 2011-03-12 | 1 | -3/+3 |
|
|
* | | | Make tests in child interpreters report their summary info in the master. | dkf | 2011-03-10 | 1 | -2/+2 |
|
|
* | | | MSVC 6 does not have the %I modifier in sprintf | jan.nijtmans | 2011-03-07 | 5 | -4/+10 |
|
|
* | | | Now that we are no longer on CVS, the .cvsignore files serve no purpose | jan.nijtmans | 2011-03-07 | 1 | -32/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we are no longer on CVS, the .cvsignore files serve no purpose | jan.nijtmans | 2011-03-07 | 1 | -27/+0 |
| |\ \
| | |/ |
|
| | * | Now that we are no longer on CVS, the .cvsignore files serve no purpose | jan.nijtmans | 2011-03-07 | 1 | -17/+0 |
|
|
* | | | <verbatim> | Kevin B Kenny | 2011-03-05 | 2 | -0/+2 |
|\ \ \ |
|
| * \ \ | merge trunkdogeen_assembler_branch | Kevin B Kenny | 2011-03-05 | 33 | -69/+0 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 33 | -69/+0 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 34 | -71/+0 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 36 | -75/+0 |
|
|
| | * | | Fix gcc-4.5.2 error: lvalue required as ... | nijtmans | 2011-01-14 | 2 | -5/+7 |
|
|
| | * | | Fix missing comma in last commit | andreas_kupries | 2010-11-08 | 1 | -2/+2 |
|
|
| | * | | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 3 | -8/+10 |
|
|
| | * | | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ... | nijtmans | 2010-10-31 | 4 | -44/+55 |
|
|
| | * | | Update for VS10 | nijtmans | 2010-10-23 | 1 | -6/+13 |
|
|
| | * | | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -1/+47 |
|
|
| | * | | Removed outdated Msys + Mingw info, fix for [Bug 2459744]. | stwo | 2009-11-10 | 1 | -10/+1 |
|
|
| | * | | compiler warning build break fix | Joe Mistachkin | 2009-11-02 | 1 | -2/+2 |
|
|
| | * | | * library/platform/pkgIndex.tcl: Backported the platform packages | andreas_kupries | 2009-10-23 | 1 | -2/+7 |
|
|
| | * | | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l... | ferrieux | 2009-04-27 | 1 | -2/+2 |
|
|
| | * | | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ... | ferrieux | 2009-04-27 | 1 | -2/+14 |
|
|
| | * | | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+12 |
|
|
| | * | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
|
|
| | * | | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 3 | -5/+5 |
|
|
| | * | | *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18 | dgp | 2008-02-06 | 3 | -5/+5 |
|
|
| | * | | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 1 | -3/+4 |
|
|
| | * | | remove note about gcc compiler warnings | hobbs | 2007-12-14 | 1 | -4/+2 |
|
|
| | * | | updated notes | hobbs | 2007-12-14 | 1 | -36/+30 |
|
|
| | * | | * win/tclWinSock.c (Tcl_GetHostName): update to previous fix to | hobbs | 2007-11-29 | 1 | -40/+16 |
|
|
| | * | | * win/tclWinSock.c: Add missing encoding conversion of the | dgp | 2007-11-27 | 1 | -5/+16 |
|
|
| | * | | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 3 | -5/+5 |
|
|
| | * | | Fix for AMD64 target symbols builds. | patthoyts | 2007-09-11 | 2 | -13/+18 |
|
|
| | * | | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 3 | -14/+33 |
|
|
| | * | | * changes: updates for 8.4.15 release. | dgp | 2007-05-15 | 1 | -2/+2 |
|
|