summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-181-2/+4
* More test-case cleanup. Enhance "testutfnext", so it can detect whether bytes...jan.nijtmans2020-05-081-4/+4
* Backport testutfprev/testutfnex testcase improvements from 8.7. This makes te...jan.nijtmans2020-05-061-23/+24
* silence compiler warningdgp2020-04-271-1/+1
* Collection of tests checking read limit protections calling Tcl_UtfNext.dgp2020-04-221-4/+4
* Add optional second argument to [testutfnext] that can limit how manydgp2020-04-221-4/+31
* Eliminate the -bytestring option of [testutfnext]. No caller needs anything e...dgp2020-04-221-8/+4
* Improve the "testutfnext" command. It can now accept both bytes and strings, ...jan.nijtmans2020-04-211-21/+27
* Move testing command [testsize] from Windows to generic.dgp2020-04-211-0/+31
* Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-29/+20
* Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-445/+425
* New test command "testutfnext", not used yet in actual test-cases. Being merg...jan.nijtmans2020-04-151-5/+54
* Backport test-cases from 8.6jan.nijtmans2020-04-141-5/+65
* Convert the tests to use the testing command.dgp2020-04-071-9/+13
* New testing command so we can directly demonstrate flaws.dgp2020-04-071-0/+48
* Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-1/+1
* Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-6/+6
* comment typodgp2019-05-171-1/+1
* Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-3/+3
* [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-3/+3
* Don't use deprecated Tcl_DStringTrunc any more.jan.nijtmans2013-06-251-1/+1
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-6/+0
* revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
* Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for...jan.nijtmans2012-10-241-1/+1
|\
| * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo...jan.nijtmans2012-10-241-1/+1
* | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
|\ \ | |/
| * Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| * backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmdjan.nijtmans2012-07-201-5/+28
* | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
* | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. Unbounded...ferrieux2012-07-191-0/+3
* | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+6
|\ \ | |/
| * don't try to run the cpuid test if cpuid is not availablejan.nijtmans2012-05-031-4/+6
* | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+59
|\ \ | |/
| * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-2/+68
* | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
* | eliminate the use of intptr_tjan.nijtmans2012-03-051-2/+2
* | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-0/+5
|\ \ | |/
| * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-0/+5
* | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-2/+2
|\ \ | |/
* | Silence warnings.dgp2011-11-011-2/+2
* | gcc 4.6 (64-bit) warningsjan.nijtmans2011-08-231-2/+2
* | [Bug 2981154] async-4.3 segfault. (backport)ferrieux2011-08-191-9/+40
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+2
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
| * fix warnings in tclTest.cjan.nijtmans2011-04-211-11/+11
* | 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
| * * generic/tclTest.c: Backport the [testexprlongobj] testing command.dgp2008-03-071-1/+48
| * * generic/tclCmdMZ.c: Corrected broken trace reversal logic indgp2007-06-271-3/+18