summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring, ahoydkf2021-03-3013-1413/+1719
* Start of doing a clean up of the notifier code.dkf2021-03-217-218/+278
* Fix [0221b993a1]: Tcl command [update idletasks] doesn't skip main loop in Tc...jan.nijtmans2021-03-191-1/+1
|\
| * Suggested fix for [0221b993a1]: Tcl command [update idletasks] doesn't skip m...jan.nijtmans2021-03-181-1/+1
* | Fully implement TCL_ENCODING_STOPONERROR flag for Utf2Utf encoder/decoder.jan.nijtmans2021-03-191-3/+8
* | Merge 8.6jan.nijtmans2021-03-1919-261/+259
|\ \
| * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-1910-97/+96
| * | Delete some useless code. Was only place where we fed an uncontrolled value t...dkf2021-03-181-2/+0
* | | Handle the encoding of filenames in ZIPs correctly. (This is awful. The awful...dkf2021-03-182-39/+215
* | | Merge 8.6jan.nijtmans2021-03-181-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fix [8663689908]. Final documentation fix, implementation was already fixed e...jan.nijtmans2021-03-181-2/+2
* | Merge 8.6jan.nijtmans2021-03-181-12/+7
|\ \ | |/
| * Fix [2860859e84]: Misleading description in README filejan.nijtmans2021-03-181-12/+7
* | Merge 8.6jan.nijtmans2021-03-181-2/+1
|\ \ | |/
| * Remove incorrect/useless commentjan.nijtmans2021-03-181-2/+1
* | More simplification of UtfToUtfProc(). Get rid of wrapper functions UtfIntToU...jan.nijtmans2021-03-181-126/+24
* | Simplify UtfToUtfProc() and UtfToUtf16Proc(): Using TclUtfToUCS4() internally...jan.nijtmans2021-03-172-59/+32
* | Fix MSVC buildjan.nijtmans2021-03-171-1/+1
* | More cleaning up of zipfsdkf2021-03-162-46/+61
* | Fix gcc warningsjan.nijtmans2021-03-162-4/+3
* | Tweak usage of TCL_NO_DEPRECATEDjan.nijtmans2021-03-152-4/+4
* | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-1514-157/+168
|\ \
| * \ Merge 8.7jan.nijtmans2021-02-1812-37/+77
| |\ \
| * \ \ Merge 8.7jan.nijtmans2021-02-162-10/+45
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2021-02-164-6/+24
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2021-02-15150-7301/+8482
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-168-24/+52
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-13189-564/+668
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-04289-7796/+1450
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-2039-116/+352
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-1127-279/+331
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-0570-606/+574
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-241-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-2240-351/+372
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-141-6/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-14387-5487/+8547
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Change implementation "charstart", not behaving as "prevchar" any more. Also ...jan.nijtmans2020-05-292-51/+67
| * | | | | | | | | | | | | | | | Remove nextword/prevword. Rename nextchar/prefchar to charend/charstart, for ...jan.nijtmans2020-05-2810-379/+168
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Finish implementation of "string nextchar|nextword|prevchar|prevword". Not th...jan.nijtmans2020-05-255-96/+290
| * | | | | | | | | | | | | | | | | Merge-markjan.nijtmans2020-05-250-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix "string is wordchar" in compiled case handling characters > U+FFFF. Adapt...jan.nijtmans2020-05-252-3/+5
| * | | | | | | | | | | | | | | | | | Put back "string bytelength", not _that_ important for this TIP. jan.nijtmans2020-05-243-11/+8
| * | | | | | | | | | | | | | | | | | Rewrite "string wordend" to use the Tcl_UniChar array.jan.nijtmans2020-05-231-10/+8
| * | | | | | | | | | | | | | | | | | Fix testsuite when "string bytelength" doesn't exist.jan.nijtmans2020-05-231-2/+2
| * | | | | | | | | | | | | | | | | | Split more "string" functions. New helper function TclUniCharToUCS4(), not us...jan.nijtmans2020-05-223-4/+284
| * | | | | | | | | | | | | | | | | | New "string" subcommands: "nextchar", "nextword", "prevchar", "prevword". Not...jan.nijtmans2020-05-225-15/+24
| * | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2020-05-2213-43/+104
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Update documentationjan.nijtmans2020-05-188-67/+67
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Further progress with TIP implementation.jan.nijtmans2020-05-136-145/+148
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-1212-65/+105