| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
environment variable now, which makes "exit" do the same thing.
|
| |
| |
| |
| | |
combination with tcltest86.dll to do that (Windows only)
|
|\ \
| |/
|/| |
|
| | |
|
|\ \
| |/
| | |
Bump msgcat version to 1.4.5
|
| | |
|
|\ \
| |/
| |
| |
| | |
well as XTYP_REQUEST.
Fix "make genstubs" when cross-compiling on UNIX
|
| |\
| | |
| | |
| | |
| | | |
well as XTYP_REQUEST.
Fix "make genstubs" when cross-compiling on UNIX
|
| | |
| | |
| | |
| | |
| | | |
well as XTYP_REQUEST.
Fix "make genstubs" when cross-compiling on UNIX
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
| | |
| | |
| | |
| | |
| | |
| | | |
table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
|
| | |
| | |
| | | |
update dde version to 1.4.0
|
|\ \ \
| |/ /
| | |
| | | |
hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4.
|
| |\ \
| | |/
| | |
| | | |
hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
|
| |\ \
| | |/ |
|
|\ \ \
| |/ /
| | |
| | | |
setargv() function on mingw.
|
| |\ \
| | |/
| | |
| | | |
setargv() function on mingw.
|
|\ \ \
| |/ /
| | | |
don't install directories like 8.2 and 8.3
|
| |\ \
| | |/
| | |
| | | |
don't install tommath_(super)?class.h
don't install directories like 8.2 and 8.3
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
the DEB_HOST_MULTIARCH location change for libc.
|
| |\ \
| | |/
| | |
| | | |
the DEB_HOST_MULTIARCH location change for libc.
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Package version incremented to 2.7.6.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
| | |
| | |
| | | |
Bumped tcltest version to 2.3.3
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| | | | |
cause more harm than good. Purged them (except in zlib files).
|
| | |\ \
| | | |/
| | | | |
more harm than good. Purged them.
|
| | | |
| | | |
| | | | |
more harm than good. Purged them.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* library/platform/platform.tcl: from head and8.5 into the 8.4
* library/platform/shell.tcl: branch. Updated makefiles to install
* unix/Makfile.in: the packages.
* win/Makefile.in:
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* win/tclWinDde.c:
* win/Makefile.in:
* win/configure.in:
* win/configure: autoconf 2.13
|
| | | |
| | | |
| | | |
| | | | |
path-as-escape issue.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* win/configure: --enable-64bit now accepts =amd64|ia64 for
* win/Makefile.in: Windows 64-bit build variants (default: amd64)
* win/makefile.vc: [Bug 1369597]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* win/makefile.bc: Was installed into directory http2.4.
* win/Makefile.in: This has been corrected.
* unix/Makefile.in:
* tools/tcl.wse.in:
* tools/tclmin.wse:
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
symbol for every compile. Instead, define
TCL_PIPE_DLL only when compiling tclWinPipe.c.
This will break other build systems, so
they will need to remove the TCL_DBGX define
and replace it with a define for TCL_PIPE_DLL.
* win/makefile.vc: Ditto.
* win/tclWinPipe.c (TclpCreateProcess):
Remove PREFIX_IDENT and DEBUG_IDENT from
top of file. Use TCL_PIPE_DLL passed in
from build env instead of trying to construct
the dll name from already defined symbols.
This approach is more flexible and better
in the long run.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* generic/tclInt.h: the Tcl Head, with help from Jeff Hobbs.
* generic/tclStrToD.c:
* generic/tclTest.c:
* generic/tclTomMath.decls:
* generic/tclUtil.c:
* tests/util.test:
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc: Rewrite of Tcl_PrintDouble and TclDoubleDigits
that (a) fixes a severe performance problem with floating point
shimmering reported by Karl Lehenbauer, (b) allows TclDoubleDigits
to generate the digit strings for 'e' and 'f' format, so that it
can be used for tcl_precision != 0 (and possibly later for [format]),
(c) fixes [Bug 3120139] by making TclPrintDouble inherently
locale-independent, (d) adds test cases to util.test for
correct rounding in difficult cases of TclDoubleDigits where fixed-
precision results are requested. (e) adds test cases to util.test for
the controversial aspects of [Bug 3105247]. As a side effect, two
more modules from libtommath (bn_mp_set_int.c and bn_mp_init_set_int.c)
are brought into the build, since the new code uses them.
* generic/tclIntDecls.h:
* generic/tclStubInit.c:
* generic/tclTomMathDecls.h: Regenerated.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST
macro and --enable-embedded-manifest configure arg added to
support manifest embedding where we know the magic. Help prevents
DLL hell with MSVC8+.
|
| | | | |
|