Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NRE1 patch by Miguel Sofer. Several new controlling | andreas_kupries | 2001-12-03 | 1 | -3/+4 |
| | | | | | macros for information on the stack. Parser information on the stack can now be switched to allocation on the heap. | ||||
* | * unix/tclUnixNotfy.c: fixed event/io threading problems by | hobbs | 1999-10-21 | 1 | -15/+42 |
| | | | | | | | | | | | | | | | | | | | | making triggerPipe non-blocking * library/tcltest1.0/tcltest.tcl: * generic/tclThreadTest.c: fixed mem leaks in threads * generic/tclResult.c: fixed Tcl_AppendResultVA so it only iterates once over the va_list (avoiding a memcpy of it, which is not portable). * generic/regc_color.c: fixed mem leak and assertion, from HS * generic/tclCompile.c: removed savedChar trick that appeared to be causing a segv when the literal table was released * tests/string.test: * generic/tclCmdMZ.c: fixed [string index] to return ByteArrayObj when indexing into one (test case string-5.16) [Bug: 2871] | ||||
* | * generic/tclResult.c (Tcl_AppendResultVA): | stanton | 1999-05-07 | 1 | -2/+2 |
| | | | | | | * generic/tclStringObj.c (Tcl_AppendStringsToObjVA): Fixed to copy arglist using memcpy instead of assignment so it works properly on OS/390. [Bug: 1997] | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+1025 |