| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
applications (or Tcl with TIP #106) could generate that.
|
| |\
| | |
| | |
| | | |
applications (or Tcl with TIP #106) could generate that.
|
| | |
| | |
| | |
| | | |
applications (or Tcl with TIP #106) could generate that.
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Now should work on Win95 as well
Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so
we no longer have to detect whether we are on WinNT+
|
| | | | |
|
| | |/ |
|
| | |
| | |
| | | |
so it can be used for the Plat* interfaces as well
|
| | | |
|
| | |
| | |
| | |
| | | |
introduced with checkin [e9a08358f4].
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | | |
Tcl_PosixError).
|
| | |
| | |
| | | |
rest of Tcl source code. No ABI change. API change *should* be harmless.
|
|\ \ \
| |/ /
| | | |
cause more harm than good. Purged them (except in zlib files).
|
| |\ \
| | |/
| | | |
more harm than good. Purged them.
|
| | |
| | |
| | | |
more harm than good. Purged them.
|
| | |
| | |
| | |
| | | |
(backported from 8.5/8.6)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* win/tclWinDde.c:
* win/Makefile.in:
* win/configure.in:
* win/configure: autoconf 2.13
|
| | |
| | |
| | |
| | |
| | | |
* win/tclWinDde.c: version 1.2.4 (should have been done
for the Tcl 8.4.8 release!)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* library/dde/pkgIndex.tcl: committed on 2004-06-14.
* changes: Updated for Tcl 8.4.7 release.
|
| | |
| | |
| | |
| | | |
the presence of applications that dont process Window messages.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* library/reg/pkgIndex.tcl: and dde packages are not offered
* win/tclWinDde.c: on non-Windows platforms. Bumped to
* win/tclWinReg.c: registry 1.1.3 and dde 1.2.2.
|
| | |
| | |
| | |
| | |
| | |
| | | |
tclPlatDecls.h: Fix <tchar.h> inclusion for CYGWIN.
tclPathObj.c: Fix Tcl_SetStringObj usage for CYGWIN.
*.c: Fix various minor other gcc warnings, like signed<->unsigned mismatch.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
backported from HEAD. Still
configure script not modified,
so CYGWIN build is still
disabled. Reason: although the
build succeeds with those changes,
many tests still fail.
|
| | |
| | |
| | |
| | | |
e.g. by using full 64-bits for socket fd's
|
| | |
| | |
| | |
| | | |
Add netapi32 to the windows link line, so we no longer have to use LoadLibrary to access those functions.
|
| | | |
|
| | |
| | |
| | |
| | | |
Don't duplicate CYGWIN timezone #define from tclPort.h in tclWinPort.h
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
get created with static Tcl build
|
| | |
| | |
| | |
| | | |
explicitly casting DdeCreateStringHandle argument.
|
| | |
| | |
| | |
| | |
| | | |
Use <pthread.h> in stead of "pthread.h"
Eliminate some more gcc warnings
|
| | |
| | |
| | |
| | |
| | | |
- some internal const decorations
- spacing
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* win/tclWinDde.c: compiling wit -Wwrite-strings
* win/tclWinInit.c:
* win/tclWinReg.c:
* win/tclWinSerial.c:
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
required.
Tcl_Time structure members are longs. Support for varying compiler options
and build to platform-specific subdirs.
|