Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 5 | -35/+35 |
| | | | | etc.) | ||||
* | autoconf-2.59 | das | 2009-01-03 | 1 | -5/+0 |
| | |||||
* | autoheader-2.59 | das | 2009-01-03 | 1 | -0/+3 |
| | |||||
* | autoconf-2.59 | das | 2009-01-03 | 1 | -6273/+6314 |
| | |||||
* | use correct autconf magic to pass configure args & environment to pkg ↵ | das | 2009-01-03 | 1 | -7/+2 |
| | | | | | | sub-configures (in particular compatible with autoconf 2.61, which some insist on using even though it was decided we could not switch to it yet...) | ||||
* | regen | dkf | 2009-01-02 | 1 | -6296/+6280 |
| | |||||
* | Fix various mkstemp()-related issues. [Bugs 741967,878333] | dkf | 2009-01-02 | 3 | -3/+9 |
| | |||||
* | * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets | dgp | 2008-12-31 | 1 | -1/+2 |
| | | | | like `make shell` have access to builds of bundled packages. | ||||
* | Drop lone @ line from test: target | dgp | 2008-12-22 | 1 | -2/+1 |
| | |||||
* | * unix/Makefile.in: Fix broken build of bundled packages when path | das | 2008-12-21 | 1 | -12/+14 |
| | | | | | to build dir contains spaces by switching to relative paths to toplevel build dir. | ||||
* | * unix/configure: autoconf-2.59 | das | 2008-12-21 | 1 | -3/+18 |
| | |||||
* | * unix/configure.in: Preserve configure environment variables for | das | 2008-12-21 | 1 | -3/+19 |
| | | | | | sub-configures of bundled packages; reuse configure cache file for sub-configures. | ||||
* | test packages after testing tcl | das | 2008-12-20 | 1 | -2/+5 |
| | |||||
* | * unix/Makefile.in: make package install directory of bundled | das | 2008-12-20 | 3 | -52/+70 |
| | | | | | | | | | | | | | * 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 | ||||
* | fix warning | das | 2008-12-20 | 1 | -2/+2 |
| | |||||
* | regen with autoconf-2.59 | dgp | 2008-12-19 | 1 | -6258/+6294 |
| | | | | (why dkf just did another regen I don't understand) | ||||
* | regen (with autoconf 2.61, since that's what I've got...) | dkf | 2008-12-19 | 1 | -6302/+6264 |
| | |||||
* | More autoconf hacking; now seems to be working fully on Unix... | dkf | 2008-12-19 | 2 | -40/+58 |
| | |||||
* | * unix/Makefile.in: Update `make dist` target to include the files | dgp | 2008-12-19 | 1 | -4/+57 |
| | | | | | | | 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. | ||||
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 3 | -6259/+6297 |
| | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | regen | dkf | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Wizzardry need more backslash! | dkf | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | regen | dkf | 2008-12-18 | 1 | -6305/+6276 |
| | |||||
* | Autoconf wizardry! | dkf | 2008-12-18 | 2 | -15/+29 |
| | |||||
* | Remove obsolete PipeCloseProc | ferrieux | 2008-12-18 | 1 | -83/+1 |
| | |||||
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 2 | -8/+154 |
| | |||||
* | * unix/Makefile.in: Modify the distclean-packages target so | dgp | 2008-12-17 | 1 | -2/+4 |
| | | | | that empty build directories are deleted. | ||||
* | * unix/Makefile.in: Add build support for collections of TEA | dgp | 2008-12-17 | 3 | -6282/+6392 |
| | | | | | | | * unix/configure.in: packages found under the pkgs directory. [Patch 1163406]. Still needs porting to Windows. * unix/configure: autoconf-2.59 | ||||
* | eliminate -Wwrite-strings warnings in enable-threads build. | nijtmans | 2008-12-16 | 1 | -3/+4 |
| | | | | use TclNewLiteralStringObj() | ||||
* | autoheader-2.59 | das | 2008-12-14 | 1 | -0/+3 |
| | |||||
* | regen | dkf | 2008-12-14 | 1 | -6/+12 |
| | |||||
* | Improve build rules on Win w.r.t. zlib | dkf | 2008-12-14 | 1 | -10/+10 |
| | | | | Improve autoconf magic on Unix and Win | ||||
* | regen/fix blunders | dkf | 2008-12-12 | 2 | -17/+84 |
| | |||||
* | Make a bad zlib install less fatal to rest of Tcl for now. | dkf | 2008-12-12 | 1 | -5/+10 |
| | |||||
* | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. | ferrieux | 2008-12-12 | 2 | -2/+11 |
| | |||||
* | regen | dkf | 2008-12-11 | 1 | -6124/+6376 |
| | |||||
* | Slightly less lame configure detection for zlib; still not really right | dkf | 2008-12-11 | 1 | -2/+12 |
| | |||||
* | First hack at TIP#234 | dkf | 2008-12-11 | 2 | -5/+16 |
| | |||||
* | autoconf-2.59 | das | 2008-12-01 | 1 | -6141/+6124 |
| | |||||
* | autoheader-2.59 | das | 2008-12-01 | 1 | -0/+3 |
| | |||||
* | regen | dkf | 2008-11-29 | 1 | -6141/+6157 |
| | |||||
* | Implementation of TIP #210. | dkf | 2008-11-29 | 2 | -18/+138 |
| | |||||
* | Use -O2 as gcc optimization compiler flag, and get | nijtmans | 2008-11-12 | 2 | -6/+13 |
| | | | | rid of -Wno-implicit-int for UNIX | ||||
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 1 | -3/+3 |
| | | | | | | | | | * 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. | ||||
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 7 | -24/+24 |
| | |||||
* | Fixed a failure to read SHOUTcast streams with the new 2.7 | patthoyts | 2008-10-23 | 1 | -3/+3 |
| | | | | | package. Introduced a new intial state as the first response may not be HTTP*. | ||||
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 2 | -2/+2 |
| | |||||
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 2 | -2/+2 |
| | |||||
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-14 | 3 | -5/+5 |
| | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * unix/tclUnixChan.c: fix minor compiler warning | nijtmans | 2008-10-08 | 3 | -18/+18 |
| | | | | | * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated |