Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 4 | -11/+366 |
|\ | |||||
| * | Forgot a place to #ifndef out | dkf | 2021-04-01 | 1 | -6/+8 |
| * | Don't define Tcl_CreateFileHandler or Tcl_DeleteFileHandler on Windows. | dkf | 2021-03-31 | 1 | -66/+76 |
| * | merge core-8-branch | dkf | 2021-03-31 | 7 | -181/+279 |
| |\ | |||||
| * | | Refactoring, ahoy | dkf | 2021-03-30 | 2 | -9/+326 |
| * | | Start of doing a clean up of the notifier code. | dkf | 2021-03-21 | 3 | -2/+28 |
* | | | Merge 8.6 | jan.nijtmans | 2021-04-01 | 1 | -18/+33 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for UtfTo... | jan.nijtmans | 2021-04-01 | 1 | -6/+6 |
| * | | remove useless save/restore | jan.nijtmans | 2021-03-30 | 1 | -2/+0 |
| * | | Merge 8.5 | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix incorrect comment: underscore ('_') is allowed in a packageName | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
| | * | | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This... | jan.nijtmans | 2021-03-11 | 1 | -1/+18 |
| * | | | Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. Backpor... | jan.nijtmans | 2021-03-21 | 1 | -7/+25 |
* | | | | Add 3 undocumented #defines. To be formalized by TIP #595 (currently being vo... | jan.nijtmans | 2021-03-31 | 1 | -0/+5 |
* | | | | RFE 4b4830eb54: reflected channel truncate method | jan.nijtmans | 2021-03-30 | 1 | -3/+97 |
|\ \ \ \ | |||||
| * | | | | Proposed implementation of RFE [4b4830eb54] | jan.nijtmans | 2021-03-18 | 1 | -5/+98 |
* | | | | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 1 | -1/+1 |
* | | | | | Change TCL_ENCODING_EXTERNAL flag into TCL_ENCODING_MODIFIED, but with opposi... | jan.nijtmans | 2021-03-28 | 1 | -10/+9 |
* | | | | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() | jan.nijtmans | 2021-03-22 | 4 | -5/+5 |
* | | | | | Rename internal variables, making it more clear that tclLoad.c is not part of... | jan.nijtmans | 2021-03-22 | 1 | -162/+162 |
| |_|_|/ |/| | | | |||||
* | | | | Fix [0221b993a1]: Tcl command [update idletasks] doesn't skip main loop in Tc... | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Suggested fix for [0221b993a1]: Tcl command [update idletasks] doesn't skip m... | jan.nijtmans | 2021-03-18 | 1 | -1/+1 |
* | | | | | 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 | 10 | -154/+152 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen... | jan.nijtmans | 2021-03-19 | 6 | -38/+38 |
| * | | | | Delete some useless code. Was only place where we fed an uncontrolled value t... | dkf | 2021-03-18 | 1 | -2/+0 |
* | | | | | Handle the encoding of filenames in ZIPs correctly. (This is awful. The awful... | dkf | 2021-03-18 | 2 | -39/+215 |
| |/ / / |/| | | | |||||
* | | | | 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 UtfIntToU... | jan.nijtmans | 2021-03-18 | 1 | -126/+24 |
* | | | Simplify UtfToUtfProc() and UtfToUtf16Proc(): Using TclUtfToUCS4() internally... | jan.nijtmans | 2021-03-17 | 2 | -59/+32 |
* | | | Fix MSVC build | jan.nijtmans | 2021-03-17 | 1 | -1/+1 |
* | | | More cleaning up of zipfs | dkf | 2021-03-16 | 1 | -46/+56 |
* | | | 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 | 12 | -95/+106 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2021-02-18 | 6 | -22/+61 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2021-02-16 | 1 | -6/+41 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-02-16 | 2 | -5/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-02-15 | 30 | -232/+416 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-13 | 99 | -216/+217 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-04 | 18 | -188/+86 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-20 | 5 | -9/+20 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-11 | 5 | -91/+114 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-05 | 11 | -78/+37 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-24 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-22 | 7 | -23/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -6/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-14 | 81 | -2175/+2439 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |