summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop lone @ line from test: targetdgp2008-12-221-2/+1
|
* * unix/Makefile.in: Fix broken build of bundled packages when pathdas2008-12-211-12/+14
| | | | | to build dir contains spaces by switching to relative paths to toplevel build dir.
* * unix/configure: autoconf-2.59das2008-12-211-3/+18
|
* * unix/configure.in: Preserve configure environment variables fordas2008-12-211-3/+19
| | | | | sub-configures of bundled packages; reuse configure cache file for sub-configures.
* test packages after testing tcldas2008-12-201-2/+5
|
* * unix/Makefile.in: make package install directory of bundleddas2008-12-203-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 warningdas2008-12-201-2/+2
|
* regen with autoconf-2.59dgp2008-12-191-6258/+6294
| | | | (why dkf just did another regen I don't understand)
* regen (with autoconf 2.61, since that's what I've got...)dkf2008-12-191-6302/+6264
|
* More autoconf hacking; now seems to be working fully on Unix...dkf2008-12-192-40/+58
|
* * unix/Makefile.in: Update `make dist` target to include the filesdgp2008-12-191-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.6b1dgp2008-12-193-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:
* regendkf2008-12-181-1/+1
|
* Wizzardry need more backslash!dkf2008-12-181-2/+2
|
* regendkf2008-12-181-6305/+6276
|
* Autoconf wizardry!dkf2008-12-182-15/+29
|
* Remove obsolete PipeCloseProcferrieux2008-12-181-83/+1
|
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-182-8/+154
|
* * unix/Makefile.in: Modify the distclean-packages target sodgp2008-12-171-2/+4
| | | | that empty build directories are deleted.
* * unix/Makefile.in: Add build support for collections of TEAdgp2008-12-173-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.nijtmans2008-12-161-3/+4
| | | | use TclNewLiteralStringObj()
* autoheader-2.59das2008-12-141-0/+3
|
* regendkf2008-12-141-6/+12
|
* Improve build rules on Win w.r.t. zlibdkf2008-12-141-10/+10
| | | | Improve autoconf magic on Unix and Win
* regen/fix blundersdkf2008-12-122-17/+84
|
* Make a bad zlib install less fatal to rest of Tcl for now.dkf2008-12-121-5/+10
|
* Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds.ferrieux2008-12-122-2/+11
|
* regendkf2008-12-111-6124/+6376
|
* Slightly less lame configure detection for zlib; still not really rightdkf2008-12-111-2/+12
|
* First hack at TIP#234dkf2008-12-112-5/+16
|
* autoconf-2.59das2008-12-011-6141/+6124
|
* autoheader-2.59das2008-12-011-0/+3
|
* regendkf2008-11-291-6141/+6157
|
* Implementation of TIP #210.dkf2008-11-292-18/+138
|
* Use -O2 as gcc optimization compiler flag, and getnijtmans2008-11-122-6/+13
| | | | rid of -Wno-implicit-int for UNIX
* * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrichandreas_kupries2008-11-101-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.dkf2008-10-267-24/+24
|
* Fixed a failure to read SHOUTcast streams with the new 2.7patthoyts2008-10-231-3/+3
| | | | | package. Introduced a new intial state as the first response may not be HTTP*.
* fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-172-2/+2
|
* fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-172-2/+2
|
* * README: Bump version number to 8.6a4dgp2008-10-143-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 warningnijtmans2008-10-083-18/+18
| | | | | * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-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 Sofer2008-10-031-65/+1
| | | | | * unix/tclUnixTest.c: removed test command teststacklimit and the corresponding constraint: it is not needed with NRE
* Reduce the magic number countdkf2008-09-271-4/+6
|
* Implement TIP #315.dkf2008-09-251-1/+7
|
* * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macrodgp2008-09-031-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]dkf2008-08-291-1/+3
|
* * README: Bump version number to 8.6a3dgp2008-08-283-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.59das2008-08-131-15/+0
|