summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New test demonstrating Tcl_StringCaseMatch is botched in its use ofdgp2020-04-131-0/+4
* Known bug test string-22.14 is not so hard to fix.dgp2020-04-132-3/+13
* TclTrim() can also demand NUL-terminated arguments, and be simplified.dgp2020-04-131-64/+21
* TclTrimLeft and TclTrimRight are internal routines. They demand NUL-terminateddgp2020-04-131-69/+25
* [c61818e4c9] [string trimright] robustly handle backing up over incompletedgp2020-04-131-2/+9
* Cherrypick partial fix.dgp2020-04-131-5/+4
* Another test for [string trimright] that demonstrates its own failures,dgp2020-04-131-0/+15
* Convert test to not directly use identity encoding.dgp2020-04-131-8/+4
* added test case covering [c61818e4c9] - string trim for not valid utf-8 seque...dgp2020-04-131-0/+17
* Stop direct use of the identity encoding in tests.dgp2020-04-123-5/+5
* [2006888] Backport conversion of test file to strict ASCII. ISO-8859-1dgp2020-04-121-38/+37
* Repair invalid utf-8 in subst.test.dgp2020-04-111-1/+1
* Add (disabled) test to demo the inability of [string wordstart] to handledgp2020-04-101-0/+5
* Bulletproof the calls to Tcl_UtfPrev in Tcl_AppendLimitedToObj.dgp2020-04-091-10/+17
* Same trouble fixed the same way in Tcl_AppendElement().dgp2020-04-091-1/+10
* [085913c760] Fix Tcl_DStringAppendElement quoting of #.dgp2020-04-091-12/+32
* More tests.dgp2020-04-091-0/+34
* Revise two tests that were detecting and forgiving a bug.dgp2020-04-091-4/+4
* Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-099-80/+69
* [afa4b28153] Correct TclNeedSpace handling of trailing escaped space.dgp2020-04-092-16/+38
* New tests demonstrating bug in TclNeedSpace(): improper handling escaped space.dgp2020-04-091-0/+45
* Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-176-11/+35
* Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-0914-24/+24
* Update all internal tables to Unicode 13.jan.nijtmans2020-03-057-1352/+1374
|\
| * Merge 8.7jan.nijtmans2020-02-121-45/+40
| |\
| | * Merge 8.6jan.nijtmans2020-02-121-45/+40
| | |\
| | | * Fix travis build, due to the change of Windows image.jan.nijtmans2020-02-121-45/+40
| | | |\
| | | | * Move build from xenial to bionic. Add Xcode11.3 build for MacOS (now that we ...jan.nijtmans2020-02-111-18/+25
| | | | * Attempt to fix travis build. See: [https://travis-ci.community/t/vcvarsall-ba...jan.nijtmans2020-02-111-16/+16
| | | |/
| * | | Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ...jan.nijtmans2020-02-115-1352/+1374
| |/ /
| * | merge-markjan.nijtmans2020-02-050-0/+0
| |\ \ | | |/
| | * (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-051-4/+1
| * | Merge 8.6jan.nijtmans2020-02-042-26/+2
| |\ \ | | |/
| | * Clean up some usage of DBGX: It isn't used any more on UNIXjan.nijtmans2020-02-042-26/+2
| * | It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-041-4/+1
| * | TclInitBignumFromWide(U)Int is not used any more.jan.nijtmans2020-02-021-2/+0
| * | Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-026-39/+54
| |\ \
| | * | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-136-39/+54
| * | | Add 64-bit seek to the ZipChanneljan.nijtmans2020-01-312-13/+25
| * | | merge 8.6sebres2020-01-303-33/+112
| |\ \ \ | | | |/ | | |/|
| | * | merge 8.5sebres2020-01-303-33/+112
| | |\ \
| * | \ \ Merge 8.6jan.nijtmans2020-01-302-10/+12
| |\ \ \ \ | | |/ / /
| | * | | Reset WSAGetLastError()/errno always, even when this error is not reported du...jan.nijtmans2020-01-302-10/+12
| * | | | Merge 8.6jan.nijtmans2020-01-305-138/+48
| |\ \ \ \ | | |/ / /
| | * | | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on...jan.nijtmans2020-01-303-105/+35
| | * | | According to the [https://core.tcl-lang.org/tcl/artifact?udc=1&ln=469-471&nam...jan.nijtmans2020-01-302-33/+13
| * | | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATEDjan.nijtmans2020-01-292-2/+2
| * | | | Fix install-libraries-zipfs-static target: On Windows INSTALL_DATA makes no s...jan.nijtmans2020-01-271-1/+1
| * | | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio...jan.nijtmans2020-01-253-4/+18
| * | | | Implement TIP 559dgp2020-01-242-3/+4
| |\ \ \ \