summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* * unix/configure: Regen.mdejong2001-09-122-28/+28
* * doc/OpenFileChnl.3: Added documentation for Tcl_WriteRaw andandreas_kupries2001-09-111-0/+8
* * Updated to reflect 2001-08-23 file system changes.dgp2001-09-111-2/+2
* * unix/configure: Regen.mdejong2001-09-102-21/+33
* * doc/tclsh.1:andreas_kupries2001-09-101-0/+6
* * Added #include of tclInt.h; access to Tcldgp2001-09-101-2/+2
* * unix/Makefile.in:mdejong2001-09-101-2/+2
* * Updated http package to version 2.4,dgp2001-09-071-4/+4
* minor fs, vfs fixesvincentdarley2001-09-049-34/+112
* filesystemvincentdarley2001-08-3011-354/+225
* * Correcteddgp2001-08-271-10/+9
* added QNX-6 build support. [Bug #219410] (loverso)hobbs2001-08-232-22/+48
* corrected minor compiler warningshobbs2001-08-231-2/+1
* fs updatevincentdarley2001-08-232-134/+150
* * unix/configure: Regen.mdejong2001-08-123-91/+72
* * unix/Makefile.in: Delete the unused getcwd.omdejong2001-08-101-4/+1
* Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-083-6/+6
* updated auto-gend mkLinkscore_8_4_a3hobbs2001-08-071-0/+6
* * changes:hobbs2001-08-071-2/+2
* added GNU (HURD) configuration target. (brinkmann)hobbs2001-08-072-27/+105
* * unix/tclUnixPipe.c (TclpCreateTempFile): fixed use of tmpnam,hobbs2001-08-071-7/+14
* * unix/tclUnixFCmd.c: minor casts to eliminate warnings. (lim)hobbs2001-08-021-4/+4
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-315-254/+553
* TIP#36 implementation. Also includes cleanup for subst optiondkf2001-07-121-0/+8
* * unix/Makefile.in: Add AR variable for use in STLIB_LD.mdejong2001-07-114-46/+86
* updated READMEs with purlsuid381722001-07-051-5/+11
* * tests/unixInit.test (unixInit-2.8): Corrected test for alldgp2001-07-021-1/+13
* * generic/tclInt.h:hobbs2001-06-281-2/+2
* * unix/Makefile.in:mdejong2001-06-271-1/+10
* * unix/configure: Regen.mdejong2001-06-262-4/+4
* * unix/configure: Regen.mdejong2001-06-262-299/+311
* * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.mdejong2001-06-224-21/+35
* Unix channels now have the right type associated with them [bug #219137]dkf2001-06-181-29/+58
* * generic/tclInt.decls:dgp2001-06-171-1/+7
* * generic/tcl.h:dgp2001-06-081-0/+12
* unix/Makefile.in (tclUtf.o): added tclUniData.c dependencyhobbs2001-05-281-2/+2
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Fix comments,mdejong2001-05-231-2/+2
* * unix/tcl.m4 (SC_LOAD_TKCONFIG):mdejong2001-05-231-2/+2
* * unix/tcl.m4: added more common install directories in which tohobbs2001-05-231-2/+8
* * unix/tclUnixPipe.c: updated pipeChannelType tohobbs2001-05-151-11/+15
* * unix/Makefile.in: Add a LDFLAGS variable to themdejong2001-05-113-17/+22
* * unix/configure: Regen.mdejong2001-04-253-262/+268
* * unix/configure: Regen.mdejong2001-04-252-17/+13
* Woops, fix last checking of broken configure.mdejong2001-04-251-0/+6351
* * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE.mdejong2001-04-253-6359/+3
* Altered tclUnixTime.c in hopes of better K&R compatibility.Kevin B Kenny2001-04-101-3/+5
* Oops. Committed the wrong copy of the source with the last commit fiveKevin B Kenny2001-04-101-3/+3
* Fixed silly typo in calls to 'gmtime' and 'localtime'.Kevin B Kenny2001-04-101-3/+3
* Bug #219140: Added DYNAMIC_PATH to the shl_load flags.Kevin B Kenny2001-04-091-2/+4
* Changes to support re-entrant coding of gmtime and localtime.Kevin B Kenny2001-04-093-169/+363