Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc | nijtmans | 2008-10-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | * generic/tclFCmd.c: and tclpFileAttrStrings. This allows * generic/tclIOUtil.c: FileSystems to report their attributes * generic/tclTest.c: as const strings, without worrying that * unix/tclUnixFCmd.c: Tcl modifies them (which Tcl should not * win/tclWinFCmd.c: do anyway, but the API didn't indicate that) * generic/tcl.decls * generic/tclDecls.h: regenerated * generic/tcl.h: make sure that if CONST84 is defined as empty, CONST86 should be defined as empty as well (unless overridden). This change complies with TIP #27 *** POTENTIAL INCOMPATIBILITY *** | ||||
* | * tests/stack.test: | Miguel Sofer | 2008-10-03 | 1 | -65/+1 |
| | | | | | * unix/tclUnixTest.c: removed test command teststacklimit and the corresponding constraint: it is not needed with NRE | ||||
* | Reduce the magic number count | dkf | 2008-09-27 | 1 | -4/+6 |
| | |||||
* | Implement TIP #315. | dkf | 2008-09-25 | 1 | -1/+7 |
| | |||||
* | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro | dgp | 2008-09-03 | 1 | -3/+2 |
| | | | | | | * compat/dirent2.h: to support a TCL_NO_DEPRECATED build. * compat/dlfcn.h: * unix/tclUnixPort.h: | ||||
* | Ensure that all TclOO headers get installed. [Bug 2082299] | dkf | 2008-08-29 | 1 | -1/+3 |
| | |||||
* | * README: Bump version number to 8.6a3 | dgp | 2008-08-28 | 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: | ||||
* | autoheader-2.59 | das | 2008-08-13 | 1 | -15/+0 |
| | |||||
* | autoconf-2.59 | das | 2008-08-13 | 1 | -383/+5 |
| | |||||
* | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() | das | 2008-08-13 | 3 | -150/+2 |
| | | | | | | * generic/tclInt.h: and related ifdefs and autoconf tests. * unix/tclUnixPort.h: [Bug 2017264] (jenglish) * unix/tcl.m4: | ||||
* | * unix/Makefile.in: ensure Makefile shell is /bin/bash for | das | 2008-08-13 | 2 | -3/+6 |
| | | | | | * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584] | ||||
* | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to | das | 2008-08-13 | 1 | -1/+1 |
| | | | | libX11.so et al. |