summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-2712-205/+597
* * unix/Makefile.in (install-libraries): Updated Makefile to newandreas_kupries2005-11-211-3/+3
* More bits of ANSIfyingdkf2005-11-119-229/+253
* * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130hobbs2005-11-091-3/+3
* Added target to make it easier to debug crashing tests.dkf2005-11-091-1/+8
* RFE 1071992Kevin B Kenny2005-11-043-550/+25
* Bug 1163896Kevin B Kenny2005-11-042-0/+24
* RFE 1333318Kevin B Kenny2005-11-041-2/+2
* ANSIfydkf2005-11-0210-653/+626
* Revised code to build in situations where strchr(.,.) is a macro.dgp2005-10-211-5/+3
* ANSI-fy declarations and NULL handlingdkf2005-10-211-316/+299
* * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-133-153/+0
* TIP#237 IMPLEMENTATIONdgp2005-10-081-15/+63
* * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008hobbs2005-10-071-34/+52
* * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-051-2/+2
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-152-5/+108
* More flags hacking, this time for open64 under RHEL3. [Bug 1287638]dkf2005-09-151-0/+2
* * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreas_kupries2005-09-022-4/+4
* allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-5/+7
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-2/+6
* * unix/configure.in:mdejong2005-08-231-2/+2
* * unix/tclConfig.h.in: autoheader-2.59.das2005-08-221-9/+0
* regen unix/configureKevin B Kenny2005-08-111-994/+2421
* radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-113-175/+0
* Solaris mis-names the cp1251 encoding.dkf2005-08-051-1/+2
* * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workaroundsdas2005-07-301-13/+35
* * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems todkf2005-07-281-2/+2
* * unix/configure: Regen.mdejong2005-07-262-1/+15
* * unix/configure: Regen.mdejong2005-07-252-2421/+1060
* Getting more systematic about styledkf2005-07-243-611/+618
* drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tclKevin B Kenny2005-07-214-1236/+75
* Getting more systematic about styledkf2005-07-208-1735/+1933
* Systematizing the formattingdkf2005-07-197-923/+1087
* Formatting systematization. dkf2005-07-191-263/+309
* * unix/tclUnixSock.c: Use a ProcessGlobalValue to store thedgp2005-07-131-56/+62
* * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550].dgp2005-07-051-3/+3
* Protect against spurious wake-ups while waiting on the condition variablevasiljevic2005-07-011-6/+8
* bug 1225727Kevin B Kenny2005-06-221-1/+22