summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* * README: Bumped version number to 8.5a2 todgp2004-03-263-5/+5
* Include tclInt.h instead of tclPort.h to fix building on Solaris.rmax2004-03-191-2/+2
* autoconf-2.57dgp2004-03-191-1/+1
* * unix/tcl.m4: Removed -Wno-strict-aliasing.rmax2004-03-181-1/+1
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-181-6/+4
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-181-4/+9
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-174-50/+6
* * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC tohobbs2004-03-162-2/+2
* Fixed incorrect reporting of OS version for DJGPP.vbwagner2004-03-091-1/+14
* Removed undefining of extra error codes for DJGPP. It is not needed whenvbwagner2004-03-091-7/+1
* hidden unix-specific implementations of file volumes and file attributesvbwagner2004-03-052-4/+18
* Fix minor syntax problems. [Bug 909288]dkf2004-03-041-6/+6
* update patchlevel to 8.5a1hobbs2004-03-023-6/+12
* update HP-11 build libs setuphobbs2004-03-021-1/+7
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-012-2/+2
* Fix memleak with long hostnames. [Bug 888777]dkf2004-02-251-1/+3
* Regendkf2004-02-241-4/+4
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-244-7/+348
* Whitespace policedgp2004-02-181-28/+29
* * tests/unixInit.test (unixInit-7.1):hobbs2004-02-171-1/+15
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-292-2/+11
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-21/+53
* Minor fixes and update of UNIX documentation installerdkf2004-01-171-0/+4
* All uses of 'panic' (the macro) changeddavygrvy2003-12-244-17/+18
* fix to file normalization with relative linksvincentdarley2003-12-171-11/+47
* allow creation of relative linksvincentdarley2003-12-121-3/+24
* * unix/configure:hobbs2003-12-092-6/+75
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-091-1/+3
* Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support.davygrvy2003-11-181-1/+5
* Changes from Victor Wagner <vitus@45.free.net> for DJGPP support.davygrvy2003-11-182-4/+13
* TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-141-8/+5
* * unix/configure:hobbs2003-11-122-81/+79
* added socklen_t typedef for DJGPPdavygrvy2003-11-111-1/+2
* * unix/tclUnixInit.c (TclpInitLibraryPath):dgp2003-11-101-2/+21
* free path when no longer neededvincentdarley2003-11-031-1/+2
* * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-231-5/+8
* TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-211-4/+4
* filesystem bug fixesvincentdarley2003-10-132-8/+29
* * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-131-5/+2
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-061-13/+28
* Oops. Missed out on an index line updatedkf2003-09-291-0/+2
* Added note that frameworks are a MacOSX feature [Bug 619440]dkf2003-09-292-2/+2
* regendkf2003-08-311-4/+36
* * unix/Makefile.in: changes to html-tcl & html-tkdas2003-07-231-5/+9
* * unix/Makefile.in: added macosx/README to dist target.das2003-07-231-1/+2
* * unix/tclUnixFCmd.c: fix for compilation errors on platforms wheredas2003-07-182-10/+13
* * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of foundhobbs2003-07-161-2/+3
* * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-3/+1
* * unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typomdejong2003-07-161-2/+2
* * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counteddgp2003-07-151-2/+10