summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-208-953/+1203
* * generic/regc_locale.c (cclass):das2006-07-201-3/+4
* * unix/tclUnixPort.h: Added the inclusion ofandreas_kupries2006-07-141-1/+6
* * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWEDdas2006-06-141-10/+27
* Workaround for silly compiler bug. [Bug 1503729]dkf2006-06-131-2/+9
* * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler thatdas2006-05-273-75/+183
* autoconf-2.59das2006-05-261-2/+2
* Fix [Bug 1494160]dkf2006-05-241-1/+1
* * README: Bump version number to 8.5a5dgp2006-05-043-5/+5
* * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKINGdas2006-04-063-11/+0
* * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions.hobbs2006-03-281-26/+26
* * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwindas2006-03-281-3/+11
* * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made itandreas_kupries2006-03-272-6/+7
* backing out last change, Tcl_Panic will be declared to never returndas2006-03-251-2/+2
* handle Tcl_Panic potentially returning. coverity bug 46das2006-03-251-1/+2
* added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39das2006-03-251-1/+4
* added casts to silence coverity bug 38das2006-03-251-5/+5
* * unix/tcl.spec: Cleaned up and completed the spec file.rmax2006-03-231-25/+25
* * generic/tclInt.decls: implement globbing for HFS creator & typedas2006-03-211-11/+80
* * unix/installManPage: There is always one even more brokenandreas_kupries2006-03-201-8/+8
* Fix for [Bug 1444692]Joe Mistachkin2006-03-171-1/+2
* typo in TclpLoadMemory() error msgdas2006-03-161-2/+2
* * library/tm.tcl (::tcl::tm::Defaults): Fixed handling ofandreas_kupries2006-03-141-1/+1
* 90% fix of file writable issues on Windowsvincentdarley2006-03-141-1/+64
* * unix/configure.in: Revert change from 2005-07-26 that sometimesdgp2006-03-132-15/+1
* Added no-op TclpFinalizeSockets().vasiljevic2006-03-101-1/+23
* When moving http TM install from 8.2 to 8.4, overlooked changing the mkdirsdgp2006-03-101-2/+2
* Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variantsjenglish2006-03-082-2/+2
* * unix/Makefile.in: Package http 2.5.2 requires Tcl 8.4, sodgp2006-03-071-3/+3
* * library/http/http.tcl: Bump to version 2.5.3 to cover bug fixdgp2006-03-071-3/+3
* * unix/installManPage: Fix the script for manpages that havermax2006-03-011-18/+18
* TIP#258 IMPLEMENTATIONdgp2006-02-081-3/+3
* Minor simplification of forward declarationsdkf2006-02-021-5/+3
* Improved commenting of a tricky bit of TclpOpenFileChanneldkf2006-01-261-13/+11
* Adapted version of FreeBSD port to reduce the amount of stuff theydkf2006-01-251-3/+10
* * unix/configure: add caching, use AC_CACHE_CHECK instead ofdas2006-01-103-382/+480
* Small improvement to the factoring of tcl.m4dkf2006-01-051-41/+47
* * macosx/Tcl.xcode/project.pbxproj:das2005-12-141-3/+4
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-5/+10
* * unix/tcl.m4, unix/configure: Fix sh quoting error reported inhobbs2005-12-122-4/+4
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-1/+3
* * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configuredas2005-12-061-8/+10
* * unix/configure.in: move check for fts API to configure.in and run itdas2005-12-055-90/+114
* * unix/configure: Use FTS file APIs on Darwin if available.hobbs2005-12-053-24/+174
* documented macosx-only configure options.das2005-12-031-1/+6
* Bug 1371446 plus buildability on ancient SolarisKevin B Kenny2005-12-021-3/+3
* Add remaining dependency info for UNIXdkf2005-12-011-87/+93
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-012-6/+4
* Add compiler-related dependency information to prevent problems when developingdkf2005-11-301-9/+9
* add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-271-1/+2