summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation for exec and open, especially in relation to binary ↵dkf2021-03-302-1/+38
|\ | | | | | | pipelines
| * Improve documentation for exec and open, especially in relation to binary ↵dkf2021-03-302-2/+40
| |\ | | | | | | | | | pipelines
| | * Improve documentation for exec and open, especially in relation to binary ↵dkf2021-03-302-3/+62
| | | | | | | | | | | | pipelines
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵jan.nijtmans2021-03-3045-1017/+1004
| | | | | | | | | | | | (UTF-8) character.
* | | merge-markjan.nijtmans2021-03-300-0/+0
|\ \ \ | |/ /
| * | remove useless save/restorejan.nijtmans2021-03-301-2/+0
| | |
* | | Change TCL_ENCODING_EXTERNAL flag into TCL_ENCODING_MODIFIED, but with ↵jan.nijtmans2021-03-281-10/+9
| | | | | | | | | | | | opposite meaning. Simplify code.
* | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries()jan.nijtmans2021-03-225-7/+7
| | |
* | | merge-markjan.nijtmans2021-03-220-0/+0
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2021-03-221-1/+1
| |\ \ | | |/
| | * Fix incorrect comment: underscore ('_') is allowed in a packageNamejan.nijtmans2021-03-221-1/+1
| | |
* | | Rename internal variables, making it more clear that tclLoad.c is not part ↵jan.nijtmans2021-03-221-162/+162
| | | | | | | | | | | | of Tcl's "package" mechanism.
* | | merge-markjan.nijtmans2021-03-210-0/+0
|\ \ \ | |/ /
| * | Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. ↵jan.nijtmans2021-03-211-7/+25
| | | | | | | | | | | | Backported from 8.7
* | | Fix [0221b993a1]: Tcl command [update idletasks] doesn't skip main loop in ↵jan.nijtmans2021-03-191-1/+1
|\ \ \ | | | | | | | | | | | | Tcl_DoOneEvent
| * | | Suggested fix for [0221b993a1]: Tcl command [update idletasks] doesn't skip ↵jan.nijtmans2021-03-181-1/+1
| | | | | | | | | | | | | | | | main loop in Tcl_DoOneEvent
* | | | 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 ↵jan.nijtmans2021-03-1910-97/+96
| | | | | | | | | | | | | | | | documentation, describing better what this argument does.
| * | | Delete some useless code. Was only place where we fed an uncontrolled value ↵dkf2021-03-181-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 ↵dkf2021-03-182-39/+215
| | | | | | | | | | | | | | | | awful isn't Tcl's fault. Terrible spec...)
* | | | Merge 8.6jan.nijtmans2021-03-181-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [8663689908]. Final documentation fix, implementation was already fixed ↵jan.nijtmans2021-03-181-2/+2
| | | | | | | | | | | | earlier.
* | | 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 ↵jan.nijtmans2021-03-181-126/+24
| | | | | | | | | | | | UtfIntToUtfExtProc/UtfExtToUtfIntProc. This can be handled by additional flags.
* | | Simplify UtfToUtfProc() and UtfToUtf16Proc(): Using TclUtfToUCS4() ↵jan.nijtmans2021-03-172-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 buildjan.nijtmans2021-03-171-1/+1
| | |
* | | More cleaning up of zipfsdkf2021-03-162-46/+61
| | | | | | | | | Don't put straight binary data in a Tcl string, and other better API uses.
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.nijtmans2020-05-2810-379/+168
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consistancy with wordend/wordstart. Slightly adapt wordend/wordstart when index is out of range.