| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
sure that Xxxxx_Init is always exported even when Tcl is built
static (otherwise we cannot create a DLL).
tclThreadTest.c: Make all functions static, except TclThread_Init.
fCmd.test Enable fCmd-30.1 when registry is available.
tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts
configure.in between static libraries and import library on windows.
configure (regenerated)
Makefile.in Simplifications related to tcl.m4 changes.
|
| |
|
|
|
|
| |
* win/tclAppInit.c: [Bug 2883850, 2900542].
|
| |
|
|
|
|
| |
get created with static Tcl build
|
| |
|
| |
|
|
|
|
| |
explicitly casting DdeCreateStringHandle argument.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* library/tcltest/pkgIndex.tcl: to verbose error message.
* unix/Makefile.in:
* win/Makefile.in:
|
|
|
|
|
| |
Use <pthread.h> in stead of "pthread.h"
Eliminate some more gcc warnings
|
|
|
|
|
|
| |
it does exactly the same as TclWinEncodingsCleanup,
make sure that tclWinProcs and tclWinTCharEncoding
are always set and reset concurrently.
|
|
|
|
|
| |
And modified the same for unicows.dll, as a
preparation for [Enh 2819611]
|
| |
|
|
|
|
|
|
|
|
| |
* generic/tclPipe.c (FileForRedirect): getHandleProc == NULL, this
is allowed. Provide a nice error message in the bypass
area. Updated caller to check the bypass for a mesage. This fixes
the bug [Bug 2826248] reported by Andy Sonnenburg
<andy22286@users.sourceforge.net>
|
| |
|