summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* * Removed internal routinedgp2002-05-315-266/+112
* * unix/configure: regen'edhobbs2002-05-302-339/+377
* commited working regenerated configurehobbs2002-05-291-709/+1459
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-292-1450/+765
* * tests/clock.test: added clock-9.1hobbs2002-05-291-3/+5
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-242-11/+73
* * unix/configure: Regen.mdejong2002-05-213-88/+104
* More tidying up; tclUnixChan.c now builds with GCC without warnings.dkf2002-05-141-480/+456
* Stop Solaris from generating a warning; the second argument to ioctl has beendkf2002-05-131-2/+6
* fix to 551306vincentdarley2002-05-021-1/+28
* * unix/configure:hobbs2002-04-262-2/+2
* regendkf2002-04-241-0/+2
* * generic/tclAlloc.c:hobbs2002-04-232-2/+2
* regen.dkf2002-04-231-0/+8
* * generic/tclAlloc.c:hobbs2002-04-234-319/+383
* * unix/tclUnixFCmd.c (Realpath): added a little extra code tohobbs2002-04-071-40/+59
* minor cast change to squelch warninghobbs2002-04-041-3/+3
* * Ran 'autoconf' - forgotten when bump to 8.4a5.dgp2002-03-281-1/+1
* fixed typo and compiler warning in last commit; all tests now pass on unixvincentdarley2002-03-241-2/+2
* 4 fs fixesvincentdarley2002-03-242-212/+283
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-062-4/+4
* * unix/tclUnixChan.c: initial remedy for [Bug #525783] flushhobbs2002-03-051-4/+23
* fixed URL refshobbs2002-03-051-4/+4
* added --enable-langinfo dochobbs2002-03-051-1/+6
* Also added the MSVC++ project files to dist target. I prefer not to use them,davygrvy2002-03-051-1/+3
* Added win/rules.vc and win/coffbase.txt to dist target needed by makefile.vcdavygrvy2002-03-051-1/+6
* Removed out-of-date reference to patches.dgp2002-03-051-10/+8
* updated to use www.tcl.tk URLhobbs2002-03-041-3/+3
* added older ChangeLogs to dist targethobbs2002-03-041-2/+3
* update for 8.4a4 docshobbs2002-03-041-0/+10
* * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonizeandreas_kupries2002-02-271-2/+8
* * unix/tclUnixSock.c (Tcl_GetHostName): added an extrahobbs2002-02-271-1/+16
* * unix/configure:hobbs2002-02-262-248/+297
* * unix/tclUnixChan.c: added Unix implementation of TIP #35, serialhobbs2002-02-261-16/+385
* * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64.dgp2002-02-251-2/+2
* * unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs thatdas2002-02-251-12/+20
* * configure: Regen.mdejong2002-02-232-2/+2
* * unix/configure:hobbs2002-02-222-41/+71
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-221-5/+5
* * unix/tclUnixPort.h: add strtoll/strtoull declarations forhobbs2002-02-161-1/+8
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-1512-611/+1103
* * djgpp/ (new directory)davygrvy2002-02-121-1/+5
* * djgpp/ (new directory)davygrvy2002-02-125-7/+28
* * unix/configure:hobbs2002-02-082-33/+55
* * unix/tclUnixPort.h:hobbs2002-02-082-2/+79
* * Partial TIP 27 rollback. Following routinesdgp2002-02-083-13/+8
* reverted pwd changes for AIX, the best fix is to replace sh with bsh on 4.3.3hobbs2002-02-053-110/+66
* get full path to pwd to avoid errors on AIX-4.3hobbs2002-02-053-85/+112
* call /bin/pwd on AIX-4.3 to avoid pwd errorshobbs2002-02-052-13/+29
* * unix/tclUnixChan.c (FileOutputProc): Fixed [bug 465765] reportedandreas_kupries2002-02-041-1/+11