Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -1/+64 |
| | |||||
* | * unix/tclUnixTest.c (TestalarmCmd): don't bother checking return | hobbs | 2003-10-13 | 1 | -5/+2 |
| | | | | value of alarm. [Bug #664755] (english) | ||||
* | Corrected a couple of typos in error messages. [Bug 596027] | Kevin B Kenny | 2003-02-15 | 1 | -3/+3 |
| | |||||
* | * unix/tclUnixTest.c (TestfilehandlerCmd): Changed | andreas_kupries | 2002-08-20 | 1 | -2/+2 |
| | | | | | | | readable/writable to the more common readable|writable. Fixes SF #596034 reported by Larry Virden <lvirden@users.sourceforge.net>. | ||||
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Concat.3: all remaining public interfaces of Tcl. * doc/CrtCommand.3: Notably, the parser no longer writes on * doc/CrtSlave.3: the string it is parsing, so it is no * doc/CrtTrace.3: longer necessary for Tcl_Eval() to be * doc/Eval.3: given a writable string. Also, the * doc/ExprLong.3: refactoring of the Tcl_*Var* routines * doc/LinkVar.3: by Miguel Sofer is included, so that the * doc/ParseCmd.3: "part1" argument for them no longer needs * doc/SetVar.3: to be writable either. * doc/TraceVar.3: * doc/UpVar.3: Compatibility support has been enhanced so * generic/tcl.decls that a #define of USE_NON_CONST will remove * generic/tcl.h all possible source incompatibilities with * generic/tclBasic.c the 8.3 version of the header file(s). * generic/tclCmdMZ.c The new #define of USE_COMPAT_CONST now does * generic/tclCompCmds.c what USE_NON_CONST used to do -- disable * generic/tclCompExpr.c only those new CONST's that introduce * generic/tclCompile.c irreconcilable incompatibilities. * generic/tclCompile.h * generic/tclDecls.h Several bugs are also fixed by this patch. * generic/tclEnv.c [Bugs 584051,580433] [Patches 585105,582429] * generic/tclEvent.c * generic/tclInt.decls * generic/tclInt.h * generic/tclIntDecls.h * generic/tclInterp.c * generic/tclLink.c * generic/tclObj.c * generic/tclParse.c * generic/tclParseExpr.c * generic/tclProc.c * generic/tclTest.c * generic/tclUtf.c * generic/tclUtil.c * generic/tclVar.c * mac/tclMacTest.c * tests/expr-old.test * tests/parseExpr.test * unix/tclUnixTest.c * unix/tclXtTest.c * win/tclWinTest.c | ||||
* | * unix/Makefile.in: purify has to use -best-effort to instrument | hobbs | 1999-10-13 | 1 | -1/+4 |
| | | | | | | | | * unix/tclAppInit.c: identified potential mem leak when compiling tcltest (not critical) * unix/tclUnixPipe.c: fixed mem leak in TclpCreateProcess when doing alloc between vfork and execvp. * unix/tclUnixTest.c: fixed mem leak in findexecutable test command | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -8/+106 |
| | |||||
* | Made some the prototypes & function defs consistant in tclUnixTest.c | rjohnson | 1998-10-14 | 1 | -3/+4 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Make AlarmHandler static | welch | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Changed testalarm to use SA_RESTART | welch | 1998-08-06 | 1 | -15/+21 |
| | |||||
* | Changed the alarm test | surles | 1998-08-06 | 1 | -83/+23 |
| | |||||
* | Added the testalarm command. | surles | 1998-08-04 | 1 | -0/+183 |
| | |||||
* | Fixed bug in testfindexecutable | welch | 1998-06-29 | 1 | -2/+4 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-17 | 1 | -0/+44 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+431 |