| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* win/tcl.m4 (SC_CONFIG_CFLAGS): Add comctl32.lib
to wish link libs. This change was originally added
to Tk on 2001-11-09 but was not committed to Tcl.
FossilOrigin-Name: 105862eef5a280132b01962e425672de0a108f60
|
|
|
|
|
|
|
|
|
|
| |
* unix/configure.in:
* win/configure:
* win/configure.in:
* win/tcl.m4: reworked to be a little cleaner in comparison to
each other, and to AC_SUBST even empty vars for win/tclConfig.sh
FossilOrigin-Name: 85fa5cb1446b552efaddfdb027c6805dd0eb3b5e
|
|
|
| |
FossilOrigin-Name: 92b7006025105b94cf8b956db30e83acbc97798a
|
|
|
|
|
|
|
| |
a VC5 (pre sp3) compatible import library.
[Bug: 219257]
FossilOrigin-Name: dc2afbd9634653d4baf8379a4634020a17a2c3a0
|
|
|
|
|
|
|
|
|
|
| |
* win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll.
This is necessary for TEA compliant builds that build shared
against a static-built Tcl.
* win/Makefile.in ($(TCLSH)): added $(TCL_STUB_LIB_FILE) to build
target, otherwise it wouldn't get generated in a static build.
FossilOrigin-Name: 5b66653f2cbf792d2eb653d48a6c49ae0e0348bf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* unix/configure: Regen.
* unix/configure.in: Use STLIB_LD when defining MAKE_LIB
and MAKE_STUB_LIB. Subst RANLIB and AR.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Add doc comment about
STLIB_LD command. Check ${AR} env var when setting
STLIB_LD and delay evaluation until make time.
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Delay evaluation of
${AR} in STLIB_LD and add flags to better match the
Unix implementation. Don't bother defining AR when
using VC++ since it is not used.
FossilOrigin-Name: dbf361a1bd039c6d2acc243311e59ea5ca78142f
|
|
|
|
|
|
|
|
|
| |
* win/tcl.m4 (SC_CONFIG_CFLAGS): Pass -e _WinMain@16 in
addition to the -mwindows flag to work around a problem
with ld when it incorrectly use main() as the executable
entry point when both WinMain() and main() are available.
FossilOrigin-Name: 27f83311261a9db28a44f0ae3b0c6a78610450a5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of relying on a variable. This will make Cygwin
build faster since an extra exec will be avoided.
* win/configure: Regen.
* win/configure.in: Subst DEPARG.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Move AC_MSG_CHECKING
after the AC_CHECK_PROG so that status messages do
not get mixed together. Set DEPARG based on the
results of the cygpath check so that we avoid using
an extra exec when it is not needed. Use ac_cv_cygwin
status flag instead of looking at the output of
gcc -v, which works in the case where -mno-cygwin is
set in the CFLAGS.
FossilOrigin-Name: 6b726ef0719aba941ed06f558c31b55f3dc4b9c2
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/configure: Regen.
* win/configure.in: Don't subst PATHTYPE.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Remove PATHTYPE
variable. Set CYGPATH to "cygpath -w" if the
cygpath executable is found on the path. This
approach works for native Cygwin builds and
cross compiles.
FossilOrigin-Name: c30eda3f1e64f446026e3c975ecac9f00f12bf1c
|
|
|
|
|
|
| |
to ${AR} when using gcc, verbose output is not needed.
FossilOrigin-Name: 7332d8ae5abecaa559230ee4934f246b508ec769
|
|
|
|
|
|
|
|
|
|
| |
works for both Cygwin builds and cross builds, the VPSEP
variable is simply unneeded complexity.
* win/configure: Regen.
* win/configure.in: Don't subst VPSEP.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Remove VPSEP variable.
FossilOrigin-Name: 8bc2635c02042e32a033c9c051672bd8b004c5ef
|
|
|
|
|
|
|
|
| |
* win/configure.in: Use RC_DEFINE flag from tcl.m4.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Set RC_DEFINE
flag based on the compiler in use.
FossilOrigin-Name: 4dd3ca15bc611bd3a044ca460f521f11fc66cdb2
|
|
|
|
|
|
| |
imm32 library when building with mingw gcc.
FossilOrigin-Name: eb468ac6737d832fb777f8ab56576a8509bfe709
|
|
|
|
|
|
|
|
|
|
| |
* win/tcl.m4 (SC_CONFIG_CFLAGS): When building with
gcc, don't attempt to link with LD or support dllwrap.
Simply require a recent version of Cygwin gcc or Mingw
gcc that supports -shared. When linking, use gcc instead
of ld since gcc automatically includes libs like -lmsvcrt.
FossilOrigin-Name: f1e12003785e5b512946b0183f38fa53f028facd
|
|
|
|
|
|
| |
* win/tcl.m4: Fix silly typo in last checkin.
FossilOrigin-Name: 24ac2ba81fbd3f99cc7997e2a1cff75d84b058ab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. Add LDFLAGS_DEBUG
and LDFLAGS_OPTIMIZE to match the way CFLAGS_DEFAULT works.
This will support user set CFLAGS or LDFLAGS at configure time.
* unix/configure: Regen.
* unix/configure.in: Don't set CFLAGS to CFLAGS_DEFAULT, instead
subst CFLAGS_DEFAULT into the Makefile. Add AC_SUBST for CFLAGS_DEFAULT,
LDFLAGS_DEFAULT, LDFLAGS_DEBUG, and LDFLAGS_OPTIMIZE.
* unix/tcl.m4 (SC_ENABLE_SYMBOLS): Modify LDFLAGS_DEFAULT so that
it uses a Makefile variable just like CFLAGS_DEFAULT.
* win/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.
Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@.
This will support user set CFLAGS or LDFLAGS at configure time.
* win/configure: Regen.
* win/configure.in: Don't set CFLAGS or LDFLAGS, instead subst
CFLAGS_DEFAULT and LDFLAGS_DEFAULT into the Makefile.
* win/tcl.m4 (SC_ENABLE_SYMBOLS): Modify LDFLAGS_DEFAULT so that
it uses a Makefile variable just like CFLAGS_DEFAULT.
FossilOrigin-Name: b44e16edb455a0831cb1c241313b73e8bd8190e2
|
|
|
|
|
|
|
|
|
| |
* win/tcl.m4 (SC_CONFIG_CFLAGS): Don't set LDFLAGS_DEBUG
to -g or LDFLAGS_OPTIMIZE to -O when compiling with gcc.
These flags are not needed and can cause problems with
the Cygwin version of ld.
FossilOrigin-Name: 0eacd7bffd96ec3769ecfe4a7f9af104b2761aa0
|
|
|
|
|
|
|
|
| |
Remove use of undefined TCLCONFIG variable and
call AC_MSG_RESULT to print the checking result.
* win/tcl.m4: Ditto.
FossilOrigin-Name: 5776cc4d60756cd4756deef5d1e0235006e325a0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefile instead of directly substing @LDFLAGS@.
* unix/configure: Regen.
* unix/tcl.m4: Fix CFLAGS_DEFAULT so that the name
of a Makefile variable is passed as @CFLAGS@.win/tcl.m4
* win/Makefile.in: Move the setting of CFLAGS
higher up in the Makefile.
* win/configure: Regen.
* win/configure.in: Use dnl to comment out macros
so that they are not accidently expanded.
* win/tcl.m4: Fix CFLAGS_DEFAULT so that the name
of a Makefile variable is passed as @CFLAGS@.
FossilOrigin-Name: b415d56ee09857901ec51f29911fd70c611acc31
|
|
|
|
|
|
|
|
|
|
| |
* unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
* unix/tclConfig.sh.in: Add TCL_THREADS variable.
* win/configure: Regen.
* win/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
* win/tclConfig.sh.in: Add TCL_THREADS variable.
FossilOrigin-Name: 6fb90b112f99ca08577955902972b9604a58d6bf
|
|
|
|
|
|
| |
* win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381]
FossilOrigin-Name: a762980c8fb929e6b3292f78876beb79644ff9b9
|
|
|
| |
FossilOrigin-Name: 9ec54cf62ea29005fbaa965300d2e5dcb3894963
|
|
|
| |
FossilOrigin-Name: 2a6fb1e59567d3c367bf8de9902ba1b19aee693d
|
|
|
| |
FossilOrigin-Name: 15f085286b2f1cca02592f4385059c4fb88fd462
|
|
|
|
|
|
|
|
|
| |
* unix/tcl.m4:
* win/tcl.m4: Properly quote arguments to m4
macros. This allows Tcl to work with the new
version of autoconf.
FossilOrigin-Name: 6b4e7b11ec8aa5aa33e2418565efd3ad2d3b45b3
|
|
|
|
|
|
|
|
| |
* win/configure.in:
* win/Makefile.in: Applied patch from [RFE: 5844], to extend
support for mingw compile environment on Windows.
FossilOrigin-Name: 3bc42b9ac319f0d32e25db3c89605b84dd0d4b96
|
|
|
| |
FossilOrigin-Name: ab2a9725abca22ce658ccd304e984d172887056e
|
|
|
|
|
|
| |
compile env and cross-compiling. [Bug: 5499]
FossilOrigin-Name: eab5a957cfbc16a839e551155e7f900273b83221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tcl.h:
* library/init.tcl:
* library/reg1.0/pkgIndex.tcl:
* library/tcltest1.0/tcltest.tcl:
* mac/README:
* tools/tcl.hpj.in:
* tools/tcl.wse.in:
* unix/README:
* unix/configure.in:
* unix/tcl.spec:
* win/README:
* win/README.binary:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4: updated patchlevel to 8.4a1
FossilOrigin-Name: be42a4145ec90a0717958f83d5ec5343ebbd1792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tclIntPlatDecls.h:
* generic/tclStubInit.c:
* win/tclWin32Dll.c: removed TclWinSynchSpawn (vestige of Win32s
support).
* win/tclWinReg.c: made use of TclWinGetPlatformId instead of
getting info again
* win/tclWinPort.h:
* win/Makefile.in:
* win/configure.in:
* win/tcl.m4: Added support for gcc/mingw on Windows [Bug: 4234]
FossilOrigin-Name: 36c0007d3febaff6e2e098f6a89f9c2a8db40ce2
|
|
|
| |
FossilOrigin-Name: c700acf811aab435935bd8670befef740318c031
|
|
|
|
|
|
| |
values in Windows.
FossilOrigin-Name: cf3031f4dfdd60e8a56b6f324949364480845aa5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/tclWinPort.h: Block out include of sys/*.h in order to
build extensions with MetroWerks compiler for Win32. [Bug: 2385]
* generic/tclCmdMZ.c:
* generic/tclIO.c: Fix ANSI-style prototypes based on patch from
Ulrich Ring. [Bug: 2391]
* unix/Makefile.in: Need to make install-sh executable before
calling (with chmod +x). [Bug: 2413]
* tests/var.test:
* generic/tclVar.c: Fixed bug that caused a seg. fault when using
"array set a(b) {}", which is a bad array name anyway. Now the
"array set" command will return an error in this case. Added test
case and fixed existing test. [Bug: 2427]
FossilOrigin-Name: 589cb7ba77c5ab4acc9acaf8db1a747055dec61b
|
|
|
| |
FossilOrigin-Name: c43769ff9becc8caa5c2f673ec984b782e689c0c
|
|
|
| |
FossilOrigin-Name: 95cc329c16c5df8922f3c388611fda1e20caf335
|
|
|
| |
FossilOrigin-Name: be618c2ce775d380fc50b65ed15f7964c675b369
|
|
|
| |
FossilOrigin-Name: 3d03efd78b3a2def0907484577969dd6df2f6064
|
|
FossilOrigin-Name: 80f11146d9efcbeb08429008cb8d74a4f4d509eb
|