summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* now ready for further field testsbug_3511806jan.nijtmans2012-03-293-314/+372
|
* some better checksjan.nijtmans2012-03-284-134/+137
|
* extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-282-350/+397
|
* add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-223-357/+357
|
* [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-202-2/+50
| | | (backported from Tcl 8.5)
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+38
|
* Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ↵guest2012-03-041-25/+30
| | | | to have sane fileevents on x86_64 unices at last.
* Patch from the cygwin folksjan.nijtmans2012-03-042-350/+356
|
* Add --disable-rpath option to configure scriptjan.nijtmans2011-09-062-526/+573
|
* Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵jan.nijtmans2011-08-302-519/+535
| | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
* A few more compiler warningsjan.nijtmans2011-08-181-3/+3
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-152-497/+559
|
* fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-4/+1
|
* minor comment fixjan.nijtmans2011-04-281-1/+1
|
* Updated README files, repairing broken URLs and other rot.dgp2011-04-041-5/+0
|
* Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-145/+136
| | | Some void -> VOID transitions
* SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.jan.nijtmans2011-03-162-47/+50
| | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. Backported from Tcl 8.5
* Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-072-8/+0
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0139-77/+0
| | | more harm than good. Purged them.
* .cvsignorenijtmans2010-10-232-0/+8
|
* backport darwin vfork fixdas2010-05-191-1/+7
|
* [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux2010-03-011-5/+24
| | | | | calling [fconfigure -sockname] on an universally-bound (default) server socket.
* * library/platform/pkgIndex.tcl: Backported the platform packagesandreas_kupries2009-10-231-2/+7
| | | | | | | * library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in:
* * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug indas2009-10-051-5/+6
| | | | * unix/tclUnixInit.c: Mac OS X 10.4 & earlier. [Bug 2569449]
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-282-357/+359
| | | | to add _r to CC on AIX with threads.
* Regen unix/configurestwo2009-04-141-1/+1
|
* Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
|
* autoconf-2.13das2008-08-131-1/+5
|
* * unix/Makefile.in: ensure Makefile shell is /bin/bash fordas2008-08-132-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 todas2008-08-131-1/+1
| | | | libX11.so et al.
* * unix/Makefile.in: add complete deps on tclDTrace.h.das2008-06-121-4/+4
|
* autoconf-2.13das2008-06-121-307/+308
|
* duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
|
* * unix/Makefile.in: clean generated tclDTrace.h file.das2008-06-121-2/+2
|
* * unix/configure: autoconf-2.13das2008-06-121-348/+354
|
* * unix/configure.in: fix static DTrace-enabled build on Solaris.das2008-06-121-1/+10
|
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
|
* * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): RemovedKevin B Kenny2008-04-141-5/+3
| | | | | obsolete use of 'struct timezone' in the call to 'gettimeofday'. [Bug 1942197].
* * README: Bump version number to 8.4.19dgp2008-04-113-14/+33
| | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release.
* * unix/configure: autoconf-2.13das2008-03-271-29/+10
|
* * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD.das2008-03-271-2/+5
|
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-1/+1
|
* Fix mark and space parity on Linuxrmax2008-03-031-1/+4
|
* fix dltest dependency for parallel makedas2008-02-271-2/+2
|
* *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18dgp2008-02-063-14/+33
| | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release.
* * unix/configure.in (Darwin): correct Info.plist year substitution indas2008-02-022-5/+5
| | | | | | non-framework builds. * unix/configure: autoconf-2.13
* TclpGetHostByName: The six-argument form of getaddressbyname_r() usesvasiljevic2007-12-141-5/+6
| | | | | the fifth argument to indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235]
* The six-argument form of getaddressbyname_r() uses the fifth argument todkf2007-11-131-2/+2
| | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235]
* autoconf-2.13das2007-11-091-28/+9
|
* typo fixesdgp2007-11-051-1/+1
|