summaryrefslogtreecommitdiffstats
path: root/test/gen_bad_compound.c
Commit message (Expand)AuthorAgeFilesLines
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-11/+11
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r20513] Description:Quincey Koziol2011-04-151-0/+86
Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
|\
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
| |\
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
* | | Fix loading of timezones where one abbreviation is a proper suffix of another...Kevin B Kenny2012-01-082-0/+149
|\ \ \ | |/ /
| * | Fix loading of timezones where one abbreviation is a proper suffix of another...Kevin B Kenny2012-01-081-0/+148
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-0/+8
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-3/+14
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-3/+18
* | | Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-111-0/+4
|\ \ \ | |/ /
| * | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-111-0/+4
* | | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
|\ \ \ | |/ /
| * | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
| |\ \ | | |/
| | * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-301-1/+1
|\ \ \ | |/ /
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-302-2/+2
| |\ \ | | |/
* | | Revise results of the thread-7.28 through thread-7.31 tests to account for th...Joe Mistachkin2011-11-211-236/+322
* | | Remove unnecessary [after] calls from the thread tests. Make error message m...Joe Mistachkin2011-11-211-8/+14
* | | Remove all use of thread::release from the thread 7.x tests, replacing it wit...Joe Mistachkin2011-11-181-50/+67
* | | Refactor all the remaining thread-7.x tests that were using [testthread]. No...Joe Mistachkin2011-11-181-88/+67
* | | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] f...ferrieux2011-11-111-23/+23
* | | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when g...ferrieux2011-11-111-1/+1
* | | More work in progress converting tests from [testthread] to Thread package.dgp2011-11-091-262/+235
* | | missing constraint and too brittle resultdgp2011-11-082-2/+3
* | | missing constraintsdgp2011-11-082-18/+138
|\ \ \ | |/ /
| * | Missing constraintsdgp2011-11-082-16/+136
* | | Work in progress converting tests from [testthread cancel] to [thread::cancel]dgp2011-11-012-348/+270
* | | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.dgp2011-10-311-0/+4
|\ \ \ | |/ /
| * | Added test case to the test suitedgp2011-10-271-0/+4
| * | Backport 2902268 fix.bug_2902268dgp2011-10-261-6/+27
| * | Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-0/+33
* | | Resolver fix from Stefan Sobernig.dkf2011-10-201-0/+200
|\ \ \
| * | | And the failing test file too...dkf2011-10-151-0/+200
* | | | Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-0/+33
|/ / /
* | | revert test-case change for [Bug 2935503]jan.nijtmans2011-10-131-3/+3
|\ \ \ | |/ /
| * | revert test-case from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
| |\ \ | | |/
| | * revert test-case change from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
* | | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-4/+4
|\ \ \ | |/ /
| * | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-4/+4
| |\ \ | | |/
| | * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
* | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-091-0/+48
* | | Fix env.test, when running under wine 1.3jan.nijtmans2011-10-071-0/+3
|\ \ \ | |/ /
| * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-28/+38
| |\ \ | | |/
| | * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-19/+33
* | | Added some tests.dkf2011-10-051-0/+66
* | | [Bug 3414769]: Updated list of default-hidden commands for safe interps.dkf2011-09-29