Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring, ahoy | dkf | 2021-03-30 | 13 | -1413/+1719 |
| | |||||
* | Start of doing a clean up of the notifier code. | dkf | 2021-03-21 | 7 | -218/+278 |
| | | | | | This originated as trying to stop macOS builds from doing silly warnings during a static build, but I noticed that there were common patterns that belong in generic code instead of being repeated in each of the platform-specific pieces. | ||||
* | Fix [0221b993a1]: Tcl command [update idletasks] doesn't skip main loop in ↵ | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
|\ | | | | | | | Tcl_DoOneEvent | ||||
| * | Suggested fix for [0221b993a1]: Tcl command [update idletasks] doesn't skip ↵ | jan.nijtmans | 2021-03-18 | 1 | -1/+1 |
| | | | | | | | | main loop in Tcl_DoOneEvent | ||||
* | | Fully implement TCL_ENCODING_STOPONERROR flag for Utf2Utf encoder/decoder. | jan.nijtmans | 2021-03-19 | 1 | -3/+8 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2021-03-19 | 19 | -261/+259 |
|\ \ | |||||
| * | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve ↵ | jan.nijtmans | 2021-03-19 | 10 | -97/+96 |
| | | | | | | | | | | | | documentation, describing better what this argument does. | ||||
| * | | Delete some useless code. Was only place where we fed an uncontrolled value ↵ | dkf | 2021-03-18 | 1 | -2/+0 |
| | | | | | | | | | | | | to %f, and it was actually a conversion we didn't need to do at all. | ||||
* | | | Handle the encoding of filenames in ZIPs correctly. (This is awful. The ↵ | dkf | 2021-03-18 | 2 | -39/+215 |
| | | | | | | | | | | | | awful isn't Tcl's fault. Terrible spec...) | ||||
* | | | Merge 8.6 | jan.nijtmans | 2021-03-18 | 1 | -2/+2 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Fix [8663689908]. Final documentation fix, implementation was already fixed ↵ | jan.nijtmans | 2021-03-18 | 1 | -2/+2 |
| | | | | | | | | earlier. | ||||
* | | Merge 8.6 | jan.nijtmans | 2021-03-18 | 1 | -12/+7 |
|\ \ | |/ | |||||
| * | Fix [2860859e84]: Misleading description in README file | jan.nijtmans | 2021-03-18 | 1 | -12/+7 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2021-03-18 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Remove incorrect/useless comment | jan.nijtmans | 2021-03-18 | 1 | -2/+1 |
| | | |||||
* | | More simplification of UtfToUtfProc(). Get rid of wrapper functions ↵ | jan.nijtmans | 2021-03-18 | 1 | -126/+24 |
| | | | | | | | | UtfIntToUtfExtProc/UtfExtToUtfIntProc. This can be handled by additional flags. | ||||
* | | Simplify UtfToUtfProc() and UtfToUtf16Proc(): Using TclUtfToUCS4() ↵ | jan.nijtmans | 2021-03-17 | 2 | -59/+32 |
| | | | | | | | | | | internally means that we don't have to keep track of internal state any more (Tcl_EncodingState) Also, add (HMODULE) cast (back) in tclZipfs.c | ||||
* | | Fix MSVC build | jan.nijtmans | 2021-03-17 | 1 | -1/+1 |
| | | |||||
* | | More cleaning up of zipfs | dkf | 2021-03-16 | 2 | -46/+61 |
| | | | | | | Don't put straight binary data in a Tcl string, and other better API uses. | ||||
* | | Fix gcc warnings | jan.nijtmans | 2021-03-16 | 2 | -4/+3 |
| | | |||||
* | | Tweak usage of TCL_NO_DEPRECATED | jan.nijtmans | 2021-03-15 | 2 | -4/+4 |
| | | |||||
* | | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev() | jan.nijtmans | 2021-03-15 | 14 | -157/+168 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2021-02-18 | 12 | -37/+77 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2021-02-16 | 2 | -10/+45 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2021-02-16 | 4 | -6/+24 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-02-15 | 150 | -7301/+8482 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-16 | 8 | -24/+52 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-13 | 189 | -564/+668 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-04 | 289 | -7796/+1450 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-20 | 39 | -116/+352 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-11 | 27 | -279/+331 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-05 | 70 | -606/+574 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-24 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-22 | 40 | -351/+372 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -6/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-14 | 387 | -5487/+8547 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Change implementation "charstart", not behaving as "prevchar" any more. Also ↵ | jan.nijtmans | 2020-05-29 | 2 | -51/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimize charend/charstart for TCL_UTF_MAX>3 (not need to do actual conversion then). | ||||
| * | | | | | | | | | | | | | | | | Remove nextword/prevword. Rename nextchar/prefchar to charend/charstart, for ↵ | jan.nijtmans | 2020-05-28 | 10 | -379/+168 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consistancy with wordend/wordstart. Slightly adapt wordend/wordstart when index is out of range. | ||||
| * | | | | | | | | | | | | | | | | | Finish implementation of "string nextchar|nextword|prevchar|prevword". Not ↵ | jan.nijtmans | 2020-05-25 | 5 | -96/+290 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thourougly test yet, but seems OK at first sight. | ||||
| * | | | | | | | | | | | | | | | | | Merge-mark | jan.nijtmans | 2020-05-25 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | Fix "string is wordchar" in compiled case handling characters > U+FFFF. ↵ | jan.nijtmans | 2020-05-25 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adapt testcase exposing the problem. | ||||
| * | | | | | | | | | | | | | | | | | | Put back "string bytelength", not _that_ important for this TIP. | jan.nijtmans | 2020-05-24 | 3 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that Tcl_UtfCharComplete() can be used now to protect Tcl_UtfNext() | ||||
| * | | | | | | | | | | | | | | | | | | Rewrite "string wordend" to use the Tcl_UniChar array. | jan.nijtmans | 2020-05-23 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Fix testsuite when "string bytelength" doesn't exist. | jan.nijtmans | 2020-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Split more "string" functions. New helper function TclUniCharToUCS4(), not ↵ | jan.nijtmans | 2020-05-22 | 3 | -4/+284 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used yet but that's the next step. | ||||
| * | | | | | | | | | | | | | | | | | | New "string" subcommands: "nextchar", "nextword", "prevchar", "prevword". ↵ | jan.nijtmans | 2020-05-22 | 5 | -15/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not implemented yet (for now same as "wordstart"/"wordend"). Deprecate "string bytelength". | ||||
| * | | | | | | | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-05-22 | 13 | -43/+104 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add function Tcl_UniCharFold(). It's the same as Tcl_UniCharToLower() for now, but that will change. | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7. Update documentation | jan.nijtmans | 2020-05-18 | 8 | -67/+67 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7. Further progress with TIP implementation. | jan.nijtmans | 2020-05-13 | 6 | -145/+148 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIP | jan.nijtmans | 2020-05-12 | 12 | -65/+105 |
| | | | | | | | | | | | | | | | | | | | | | |