summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-012-43/+26
* Patch 976520 reworks several of the details involved withdgp2004-11-303-289/+305
* Oops! Got the test sense wrong.dkf2004-11-261-1/+1
* Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524]dkf2004-11-262-56/+51
* Fix ordering of AC_MSG_RESULT/AC_CHECK_FUNCS so messages are simpler.dkf2004-11-251-1/+1
* * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determinedgp2004-11-252-4/+39
* * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check forKevin B Kenny2004-11-243-85/+122
* Fix [Bug 1068171] though the fix is commented out for now.dkf2004-11-241-2/+5
* * unix/configure: Regen.mdejong2004-11-222-5/+102
* * unix/configure: Regen.mdejong2004-11-223-1/+127
* * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code thatdgp2004-11-221-108/+3
* typodas2004-11-192-3/+3
* Classic sed doesn't support | in REs.rmax2004-11-191-2/+5
* * macosx/Makefile:das2004-11-194-6/+15
* some seds don't support comments :(rmax2004-11-181-8/+21
* generated configure and fixed manpage installatonrmax2004-11-183-29/+66
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-186-2113/+111
* * unix/configure.in: The change below reveals that the publicdgp2004-11-172-243/+46
* * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuringhobbs2004-11-171-10/+10
* Stop architecture flags to 'ld' from going missing when [load] is disabled.dkf2004-11-161-6/+11
* * generic/tcl.h:das2004-11-162-2349/+1007
* * unix/tclAppInit.c: Removed tclConfig.h #include, now that tcl.hdgp2004-11-121-8/+1
* * generic/tcl.h:das2004-11-122-9/+11
* * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so thatdgp2004-11-121-3/+3
* * unix/tclUnixInit.c: moved check for HAVE_CFBUNDLE define afterdas2004-11-121-4/+4
* UNIX_DIR, and SRC_DIR are always the same, so no need to -I them both.rmax2004-11-121-4/+4
* tclConfig.h.in also depends on tcl.m4.rmax2004-11-121-2/+2
* * unix/config.h.in:rmax2004-11-125-16/+19
* Adapt Tcl so it uses a config.h header instead of stuffing all #defs on thedkf2004-11-126-223/+960
* Regendkf2004-11-121-990/+2451
* * unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_npdkf2004-11-122-11/+34
* * tests/fCmd.test:das2004-11-111-33/+49
* * unix/tclUnixChan.c: [Bug 727786]. Exterminated the code markedandreas_kupries2004-11-101-104/+4
* * library/tcltest/tcltest.tcl: Correct reaction to errors in thedgp2004-10-301-3/+3
* * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting calleddavygrvy2004-10-281-13/+5
* * unix/Makefile.in (install-libraries): Updated the installationdgp2004-10-261-17/+8
* filesystem generic/platform code splittingvincentdarley2004-10-071-1/+128
* * generic/tclBasic.c:dgp2004-10-062-10/+8
* Put braces round if bodies...dkf2004-10-061-4/+6
* many more TIP 173 changesKevin B Kenny2004-09-271-56/+1
* * unix/dltest/Makefile.in (clean): Fixup make cleanmdejong2004-09-231-2/+6
* reverting unintentional change in unix/tclUnixInit.cMiguel Sofer2004-09-221-3/+2
* * generic/tclExecute.c (INST_START_CMD):Miguel Sofer2004-09-221-2/+3
* make tclGetDate.y use bison instead of yaccKevin B Kenny2004-09-171-11/+15
* Stop NULL interp args from causing crashes. [Bug 1020538]dkf2004-09-031-44/+69
* * unix/Makefile.in (install-libraries): portable sh fix.das2004-08-311-2/+2
* * unix/Makefile.in: added customization of default module path rootsdas2004-08-261-1/+9
* * doc/tm.n: New file, documentation for Tcl Modules, based on theandreas_kupries2004-08-191-4/+4
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-183-5/+20
* Changed handling of the returned thread ID since broken on 64-bitvasiljevic2004-08-101-2/+4