summaryrefslogtreecommitdiffstats
path: root/test/test_mirror.sh.in
Commit message (Expand)AuthorAgeFilesLines
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-2/+0
* Correct concurrency bugs when running tests, along with a bugfix & small warn...Quincey Koziol2022-04-261-2/+8
* Mirror vfd test fixes (#1629)Quincey Koziol2022-04-181-1/+7
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Tidying of Mirror VFD.Jacob Smith2020-04-071-1/+1
* Add Splitter VFD to library.Jacob Smith2020-03-131-0/+100
g_b9b2079e6d Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | * unix/tclUnixChan.c: fix minor compiler warningnijtmans2008-10-084-18/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated
| | * | | | | | | | | | | | | * generic/tclBasic (TclInfoCoroutineCmd):Miguel Sofer2008-10-083-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/unsupported.test: arrange for [info coroutine] to return {} when a coroutine is running but the resume command has been deleted [Bug 2153080]
| | * | | | | | | | | | | | | * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-083-44/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress.
| | * | | | | | | | | | | | | Some cleaning up of the binary encode/decode enginesdkf2008-10-071-121/+160
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Added better docs of [binary encode] and [binary decode]dkf2008-10-072-2/+99
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), butnijtmans2008-10-072-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in stead modify two macro's in tclCompile.h with the same affect, but now without polluting C-code with type casts.
| | * | | | | | | | | | | | | fix ChangeLof entryMiguel Sofer2008-10-071-0/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | * generic/tclBasic.c: Move [tailcall], [coroutine] andMiguel Sofer2008-10-076-115/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclCmdIL.c: [yield] out of ::tcl::unsupported * tests/info.test: and into global scope: TIPs #327 * tests/unsupported.test: and #328
| | * | | | | | | | | | | | | Corrected order of subcommands in a section to be alphabeticdkf2008-10-071-8/+8
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Documented channel transformations.dkf2008-10-074-10/+201
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | fix warnings from 2008-10-05 constificationdas2008-10-071-6/+8
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fixed up some erroneous tests that are failing on Vista/Server2008 systemspatthoyts2008-10-062-6/+13
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | fixed constness of last commit for msvcpatthoyts2008-10-062-2/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix for [Bug 1934200]Joe Mistachkin2008-10-062-1/+7
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | missed commit of lset.n in TIP #331 changes.Kevin B Kenny2008-10-062-6/+12
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-05