summaryrefslogtreecommitdiffstats
path: root/doxygen.config
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-321/+321
* BUG: fix for bug# 3921 INPUT wrongBill Hoffman2006-10-131-1/+1
* ENH:Doxygenated CMakeWill Schroeder2001-01-111-0/+697
ion> 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 (Collapse)AuthorAgeFilesLines
* http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵andreask2012-03-071-6/+6
| | | | | compliance with RFC 3986. Bumped version to 2.5.7. FossilOrigin-Name: 070bbf97904740a2e31c97f56995ac6cd37a4a8b
* oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1
| | | FossilOrigin-Name: ced33be881fd8c726f5f0990a45469d612dac9a3
* Make test clearer to future maintainers.dkf2012-02-201-4/+4
| | | FossilOrigin-Name: a1ab7b1a0cae2a31f724373c6be2fd44136bb4e1
* [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-191-0/+15
| | | FossilOrigin-Name: f019af39bdde58b4eb43d74dd985debfab22316a
* 3484621 Invalidate bytecode when exec traces are added/removed from compiled ↵dgp2012-02-061-0/+33
| | | | | cmd. FossilOrigin-Name: 4b0a6f78649b52d5be4498a35e4a79a1c5ca6181
* Backport patch 2834a01435 to prevent test failures from timing matters.dgp2012-01-232-2/+3
| | | FossilOrigin-Name: 4d9599f7e55c5b085041410c49a48be19d254c1b
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
| | | FossilOrigin-Name: a0c0feafe98ee7b31470ec34d9a61af224552cd7
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-3/+18
| | | FossilOrigin-Name: 13071df962ef95f5f101d0fffbb9850c3c97e9e8
* [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
| | | FossilOrigin-Name: b2fd948d0cb612f0eab5feb6bbe85cdc4378e83c
* revert test-case change from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
| | | FossilOrigin-Name: 80c27dee1f1952362025657e76cfe7b6025d1078
* [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| | | FossilOrigin-Name: 77f44a0961be6a944adedbdaa141fccd01430d31
* Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-19/+33
| | | FossilOrigin-Name: 951880c45743433ab7ce0349d1860edb95677c87
* [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-2/+3
| | | FossilOrigin-Name: dabf52a843d263c014d58f7934eadd0959008454
* 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-132-0/+10
| | | FossilOrigin-Name: 9d68baec0208b46cc93dfe5a997bf54fd242e310
* comment fixjan.nijtmans2011-05-061-3/+3
| | | FossilOrigin-Name: ec6283e0a7128adaa23a8f70966cb4958250d43c
* Fixed the shift in line numbers used for testing 'info frame' introduced by ↵andreask2011-04-201-0/+2
| | | | | checkin [79367df0f0] (Mar 2, 2011). FossilOrigin-Name: 9b14fab809410721670db800848f5c0c84744fe4
* * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-0/+38
| | | | | * tests/parse.test: \x and \u substitutions. [Bug 3200987] FossilOrigin-Name: 36a55ea880afb7974e0d66f8ed29850ed5b8aa73
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-01132-270/+0
| | | | | more harm than good. Purged them. FossilOrigin-Name: 90b4acd7bdab65433169a232124967885c18d972
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-17/+18
| | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF FossilOrigin-Name: fc0a947b55de72961d487be693741e89c048dec0
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-012-7/+125
| | | | | | | | | * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. FossilOrigin-Name: 21b6b23f79c346e8801128569b00b751eef1ce8f
* Fix [Bug 2954959] expr abs(-0.0) is -0.0nijtmans2010-02-221-2/+19
| | | | | | Added some test cases, adapted and backported from 8.5 FossilOrigin-Name: e53bf599fac90e9be58501623b3f46a9a5250b1a
* Backport test to prove Tcl 8.4 is not buggy (2918610).dgp2010-01-051-1/+16
| | | FossilOrigin-Name: 61f547c32ca9c835d6bc44c480a0a2ba1b81ad6c
* (Backport) Fix [Bug 2891556] and improve test to detect similar ↵ferrieux2009-11-161-1/+2
| | | | | manifestations in the future. FossilOrigin-Name: c3e579d8e45027863b1f1b27f39b049395102276
* * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-1/+32
| | | | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a backward port from the 8.5 branch. FossilOrigin-Name: dd313145946a9c252afd956aa5edd268504b6169
* Fixed a number of test issues for Vista and Win7.patthoyts2009-11-104-263/+330
| | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows. FossilOrigin-Name: c0ec601ae47a0c772ea8f6adb6e7d1fb888d1b70
* * tests/info.test: Resolve ambiguous resolution of variableandreas_kupries2009-11-09