| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Don't duplicate CYGWIN timezone #define from tclPort.h in tclWinPort.h
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: Package updated to version 1.0.8.
* unix/Makefile.in:
* win/Makefile.in:
|
|
|
|
| |
Please see comments in [Freq 2965056] (2965056-1.patch).
|
| |
|
|
|
|
|
|
|
|
|
| |
* library/init.tcl: CVS snapshots from earlier snapshots as well
* unix/configure.in: as the 8.6b1 and 8.6b2 releases.
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: /lib674 difference right for
* unix/Makefile.in: linux. Package updated to version 1.0.7.
* win/Makefile.in:
|
|
|
|
|
|
|
|
|
|
|
| |
Move <limits.h> include from
tclInt.h to tclWinPort.h, and
eliminate unneeded <stdlib.h>, <stdio.h> and
<string.h>, which are already in tclInt.h
Move "tclInt.h" from regcustom.h
up to regex.h.
tclAlloc.c: Unneeded <stdio.h> include
tclExecute.c: Fix gcc warning: comparison between signed and unsigned
|
|
|
|
| |
Eliminate various unnecessary type casts.
|
|
|
|
|
|
|
|
|
| |
to tclWinPort.h, where it belongs.
Add fallback in tcl.h, so at least TCHAR typedef is
always available in win32, even without <tchar.h>
Tk already did the same in tkWinPort.h, now Tcl does
it the same (correct) way.
|
| |
|
|
|
|
| |
Fix gcc warning: comparison of unsigned expression >= 0 is always true
|
|
|
|
|
| |
[Bug 2982540] configure and install* script files
should always have LF
|
|
|
|
|
| |
[Bug 2982540] configure and install* script files
should always have LF
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol,
* generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API.
* generic/tclInt.h:
* generic/tclLoad.c:
* generic/tclLoadNone.c:
* generic/tclStubInit.c:
* tests/fileSystem.test:
* tests/load.test:
* tests/unload.test:
* unix/tclLoadDl.c:
* unix/tclLoadDyld.c:
* unix/tclLoadNext.c:
* unix/tclLoadOSF.c:
* unix/tclLoadShl.c:
* unix/tclUnixPipe.c:
* win/Makefile.in:
* win/tclWinLoad.c:
|
|
|
|
|
|
| |
* tests/registry.test: bugs resulting from the recent commits
* win/tclWinReg.c: of changes in support of the referenced
TIP.
|
| |
|
| |
|
|
|
|
|
|
| |
* win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to
* tests/registry.test: allow the registry command to be told to work
with both 32-bit and 64-bit registries.
|
|
|
|
| |
tclWinPipe.c 2 unnecessary type casts.
|
| |
|
| |
|
| |
|
|
|
|
| |
conflicts with Kevin's TIP #357 work
|
|
|
|
|
| |
pointers.
Fix double declaration of TclNativeDupInternalRep
|
|
|
|
|
|
|
|
| |
Applied missing part of [Patch 2961556]
Change all tclWinProcs signatures to use
TCHAR* in stead of WCHAR*. This is meant
as preparation to make [Enh 2965056]
possible at all.
|
|
|
|
|
| |
in separate file.
Don't use -fvisibility=hidden for cygwin
|
| |
|
| |
|
|
|
|
|
| |
and Tcl_WinTCharToUtf calls, needed
for mslu support.
|
|
|
|
|
|
|
|
| |
tcl*ConstStubs, it's not necessary at all.
tclEnsemble.c: Fix signed-unsigned mismatch
make tclWinProcs "const"
Add first part of mslu support,
See [Feature Request #2819611]
|
|
|
|
| |
Split the [switch] compiler for sanity's sake.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
prevent space within stub table function parameters
if the parameter type is a pointer.
Minor formatting, and VOID -> void.
Change signature of TclNRInterpProcCore,
and TclOONewProc(Instance|)MethodEx,
indicating that errorProc is a function pointer
tclVar.c: fixed two gcc warnings
|
|
|
|
|
|
|
|
| |
resolve the CYGWIN inclusion problems by
re-arranging the inclusions at other places.
Make cygwin configuration error into
a warning: CYGWIN compilation works
although there still are test failures.
|
|
|
|
|
| |
and various other minor CYGWIN
compilation problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/tclWinReg.c PDWORD_PTR
* win/tclWinThrd.c: Fix various minor gcc warnings.
* win/tclWinTime.c
* win/tclWinConsole.c Put channel type definitions
* win/tclWinChan.c in static const memory
* win/tclWinPipe.c
* win/tclWinSerial.c
* win/tclWinSock.c
* generic/tclIOGT.c
* generic/tclIORChan.c
* generic/tclIORTrans.c
* unix/tclUnixChan.c
* unix/tclUnixPipe.c
* unix/tclUnixSock.c
* unix/configure (regenerated with autoconf 2.59)
* tests/info.test: Make test independant from
tcltest implementation.
|
|
|
|
| |
not enabled yet, but at least it is a step in the right direction.
|
| |
|
|
|
|
|
|
| |
declared with attribute warn_unused_result
CONSTify functions TclpGetUserHome and
TclSetPreInitScript (TIP #27)
|
|
|
|
|
| |
warning: array subscript has type 'char'
win/makefile.vc Revert to version 1.203 [Bug #2912773]
|
|
|
|
|
|
|
| |
and remove obsolete "emitStubs" and "genStubs" functions.
win/Makefile.in Use tcltest86.dll for all tests, and add
.PHONY rules to preemptively stop trouble that plagued Tk
from hitting Tcl too.
|
|
|
|
| |
win/Makefile.in Better dependancies in case of static build.
|
|
|
|
|
|
|
| |
a call to Tcl_InitStubs. 'tclsh' and 'tcltest' are providers, not
consumers of the Stubs table, and should not link with the Stubs
library, but only with the main Tcl library. (In any case, the
presence of Tcl_InitStubs broke the build.) [Bug 2902965]
|
| |
|
|
|
|
| |
cause tclkit built to break
|
|
|
|
|
| |
to 'test' except that it does not go spelunking in 'pkgs/'. (This
rule has existed in unix/Makefile.in for some time.)
|
|
|
|
|
| |
This stops [file exists] from returning false for files that exist but are locked by
resorting to FindFirstFile when GetFileAttributes fails.
|