| Commit message (Expand) | Author | Age | Files | Lines |
* | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 1 | -33/+143 |
|
|
* | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 3 | -200/+325 |
|
|
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -1/+47 |
|
|
* | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a... | nijtmans | 2010-09-23 | 1 | -2/+2 |
|
|
* | Make compilable with -DUNICODE (not actived yet) | nijtmans | 2010-09-23 | 1 | -74/+89 |
|
|
* | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M... | nijtmans | 2010-09-22 | 2 | -2/+2 |
|
|
* | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix | nijtmans | 2010-09-21 | 2 | -17/+9 |
|
|
* | Fix declaration after statement. | nijtmans | 2010-09-21 | 3 | -4/+5 |
|
|
* | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_split | nijtmans | 2010-09-20 | 3 | -189/+54 |
|
|
* | Oops, didn't mean to check in this file. | nijtmans | 2010-09-18 | 1 | -15/+7 |
|
|
* | [Bug 3069278]: breakage on head Windows triggered | nijtmans | 2010-09-18 | 2 | -12/+26 |
|
|
* | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all | hobbs | 2010-09-16 | 1 | -23/+1 |
|
|
* | Allow all Win2000+ API entries in Tcl | nijtmans | 2010-09-14 | 2 | -110/+69 |
|
|
* | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 6 | -33/+31 |
|
|
* | Partly revert yesterday's change, to make it work on VC++ 6.0 again. | nijtmans | 2010-09-10 | 1 | -22/+74 |
|
|
* | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 7 | -292/+80 |
|
|
* | * win/tclWinChan.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 2 | -25/+34 |
|
|
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -2/+2 |
|
|
* | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 2 | -4/+8 |
|
|
* | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 9 | -29/+46 |
|
|
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): | hobbs | 2010-08-27 | 4 | -3/+123 |
|
|
* | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -10/+11 |
|
|
* | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: | hobbs | 2010-08-04 | 6 | -319/+14 |
|
|
* | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an | hobbs | 2010-08-04 | 1 | -7/+10 |
|
|
* | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 3 | -8/+10 |
|
|
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules support | hobbs | 2010-08-04 | 1 | -2/+2 |
|
|
* | [Bug #3020677] wish can't link reg1.2 | nijtmans | 2010-07-01 | 1 | -4/+4 |
|
|
* | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-24 | 1 | -92/+115 |
|
|
* | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -2/+2 |
|
|
* | * library/platform/platform.tcl: Added OSX Intel 64bit | andreas_kupries | 2010-06-09 | 1 | -3/+3 |
|
|
* | remove some "BUILD_tcloo" leftovers | nijtmans | 2010-06-02 | 1 | -1/+1 |
|
|
* | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 8 | -30/+25 |
|
|
* | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. | andreas_kupries | 2010-05-07 | 1 | -3/+3 |
|
|
* | TCHAR-related fixes, making those files compile fine when TCHAR != char | nijtmans | 2010-05-04 | 2 | -10/+12 |
|
|
* | For MINGW/CYGWIN, use GetCommandLineA explicitely | nijtmans | 2010-05-03 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish | dgp | 2010-04-30 | 2 | -3/+3 |
|
|
* | * library/platform/platform.tcl: Another stab at getting the /lib, | andreas_kupries | 2010-04-29 | 1 | -3/+3 |
|
|
* | Remove unused @MAN2TCLFLAGS@ | nijtmans | 2010-04-28 | 2 | -10/+3 |
|
|
* | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 5 | -40/+40 |
|
|
* | Move inclusion of <tchar.h> from tclPlatDecls.h | nijtmans | 2010-04-15 | 1 | -1/+13 |
|
|
* | Fixed missing update of platform package index, and Makefiles. | andreas_kupries | 2010-04-14 | 1 | -3/+3 |
|
|
* | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 3 | -40/+39 |
|
|
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -2896/+2686 |
|
|
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -2440/+1919 |
|
|
* | Regen with autoconf 2.61 (what I have) | dkf | 2010-04-05 | 1 | -1835/+2566 |
|
|
* | Flip the defaults for whether to build threaded. Part of TIP #364. | dkf | 2010-04-05 | 3 | -11/+11 |
|
|
* | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 2 | -25/+147 |
|
|
* | * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of | Kevin B Kenny | 2010-04-02 | 1 | -8/+8 |
|
|
* | Finish bump to registry 1.3.0 | dgp | 2010-03-30 | 5 | -16/+16 |
|
|
* | Bump version of registry package to 1.3. | dkf | 2010-03-30 | 1 | -2/+2 |
|
|