summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
* Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form.jan.nijtmans2014-07-171-14/+10
* Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o...jan.nijtmans2013-10-291-3/+2
|\
| * Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o...jan.nijtmans2013-10-291-3/+2
* | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwinjan.nijtmans2013-10-071-2/+2
|\ \ | |/
| * Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwinjan.nijtmans2013-10-071-2/+2
* | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. jan.nijtmans2013-08-051-2/+2
|\ \ | |/
| * Mark unixforkevent-1.1 nonPortable, until proven on more platforms.jan.nijtmans2013-08-051-2/+2
* | Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-0/+49
|\ \ | |/
| * Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-0/+50
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-5/+5
* | MINOR: Add emacs style info to end of C files.dkf2011-10-211-5/+14
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * backport of file writable fixesvincentdarley2006-03-191-1/+64
| | * * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-131-5/+2
* | | Eliminate various unnecessary type casts, use function typedefs whenever poss...nijtmans2010-06-211-28/+19
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-11/+11
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-2/+4
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-23/+23
* | | fix warningdas2008-12-201-2/+2
* | | * tests/stack.test:Miguel Sofer2008-10-031-65/+1
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-1/+65
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-20/+20
|/ /
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-2/+2
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+3
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-6/+6
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-4/+4
* | 90% fix of file writable issues on Windowsvincentdarley2006-03-141-1/+64
* | ANSIfydkf2005-11-021-158/+149
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-18/+9
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-23/+7
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-181-3/+7
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-3/+4
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-131-5/+2
|/
* Corrected a couple of typos in error messages. [Bug 596027]Kevin B Kenny2003-02-151-3/+3
* * unix/tclUnixTest.c (TestfilehandlerCmd): Changedandreas_kupries2002-08-201-2/+2
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-17/+17
* * unix/Makefile.in: purify has to use -best-effort to instrumenthobbs1999-10-131-1/+4
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-8/+106
* Made some the prototypes & function defs consistant in tclUnixTest.crjohnson1998-10-141-3/+4
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Make AlarmHandler staticwelch1998-08-071-2/+2
* Changed testalarm to use SA_RESTARTwelch1998-08-061-15/+21
* Changed the alarm testsurles1998-08-061-83/+23
* Added the testalarm command.surles1998-08-041-0/+183
* Fixed bug in testfindexecutablewelch1998-06-291-2/+4
* *** empty log message ***stanton1998-06-171-0/+44