| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
in separate file.
Don't use -fvisibility=hidden for cygwin
|
| |
|
| |
|
|
|
|
|
| |
better control of what tclsh to use for various scripts when doing
cross compiling. An imperfect solution, but works.
|
|
|
|
|
|
|
|
| |
are in the global stub table.
Use @EXEEXT@ in stead of @EXT_SUFFIX@
Use -DBUILD_tcl in Makefile for CYGWIN
Use EXTERN to control CYGWIN exported symbols
Remove some unnecessary type casts.
|
|
|
|
| |
Split the [switch] compiler for sanity's sake.
|
| |
|
| |
|
|
|
|
| |
not enabled yet, but at least it is a step in the right direction.
|
| |
|
| |
|
|
|
|
|
| |
Tk from hitting Tcl too, and to make the overall makefile easier to understand.
Some reorganization too to move related rules closer together.
|
|
|
|
| |
cause tclkit built to break
|
|
|
|
| |
get created with static Tcl build
|
| |
|
|
|
|
| |
`make distclean` target. Completes 2009-10-20 commit.
|
|
|
|
|
|
|
| |
package-* that were for building Solaris packages. Appears that
the pieces needed for these targets to function have never been
present in the current era of Tcl development and belong completely
to Tcl pre-history.
|
| |
|
| |
|
|
|
|
|
|
| |
* library/tcltest/pkgIndex.tcl: to verbose error message.
* unix/Makefile.in:
* win/Makefile.in:
|
| |
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
| |
disable NRE assert()s and threaded allocator range checks.
|
|
|
|
|
|
|
|
|
|
| |
* macosx/Tcl.xcode/*: standardize on gcc 4.2, remove obsolete
* macosx/Tcl.xcodeproj/*: configurations and pre-Xcode project.
* macosx/Tcl.pbproj/* (removed):
* macosx/README: update project docs, cleanup.
* unix/Makefile.in: update dist target for project changes.
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: taking ia64_32 into account
* unix/Makefile.in: now. Bumped version to 1.0.5. Updated the
* win/Makefile.in: installation commands.
|
| |
|
|
|
|
| |
Added tests to check that the data provided by a POST is as stated in the content-length [Bug 2715421]
|
|
|
|
|
|
|
|
| |
This patch makes use of the 8.6 zlib support to provide for
deflate and gzip support and handles the -channel option with
compression and chunked transfer encoding. For the -handler
option we currently disable HTTP/1.1 features as we cannot
properly pass the data through to the caller.
|
|
|
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: add a kernel version number to
* unix/Makefile.in: the identifier for anything from Leopard (10.5)
* win/Makefile.in: on up. Extended patterns for same. Extended cpu
* doc/platform.n: recognition for 64bit Tcl running on a 32bit
kernel on a 64bit processor (By Daniel Steffen). Bumped version to
1.0.4. Updated Makefiles.
|
|
|
|
|
|
| |
* library/tcltest/pkgIndex.tcl: {*} in tcltest package. [Bug 2570363]
* unix/Makefile.in: => tcltest 2.3.1
* win/Makefile.in:
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
like `make shell` have access to builds of bundled packages.
|
| |
|
|
|
|
|
| |
to build dir contains spaces by switching to
relative paths to toplevel build dir.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* unix/configure.in packages configurable via PACKAGE_DIR makefile
variable (set to platform-specific default).
* unix/Makefile.in (*-packages): ensure toplevel targets fail if
sub-make/configure fails; fix quoting when
builddir path contains spaces.
* macosx/GNUmakefile: add install-packages to install targets.
* unix/configure: autoconf-2.59
|
| |
|
|
|
|
|
|
|
| |
from the compat/zlib directory as well as all the bundled packages
found under the pkgs directory, according to their individual
`make dist` targets. Change includes breaking a `configure-packages`
target out of the `packages` target.
|
| |
|
|
|
|
| |
that empty build directories are deleted.
|
|
|
|
|
|
|
| |
* unix/configure.in: packages found under the pkgs directory.
[Patch 1163406]. Still needs porting to Windows.
* unix/configure: autoconf-2.59
|
| |
|
|
|
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>.
* library/platform/shell.tcl: Updated the LOCATE command in the
* library/tm.tcl: package 'platform::shell' to handle the new form
* unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped
* win/Makefile.in: package to version 1.1.4. Added cross-references
to the relevant parts of the code to avoid future desynchronization.
|
|
|
|
|
| |
package. Introduced a new intial state as the first response may not
be HTTP*.
|
| |
|
|
|
|
|
| |
* unix/configure.in (SunOS): DTrace-enabled build on Solaris.
(followup to 2008-06-12) [Bug 2016584]
|