| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -2/+2 |
|
|
* | Make everything compile warning-free when TCL_THREADS=0 | jan.nijtmans | 2021-08-23 | 1 | -11/+0 |
|\ |
|
* | | Add test constaints "debug", "purify", and "debugpurify" | pooryorick | 2021-04-26 | 1 | -0/+74 |
|
|
* | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib... | jan.nijtmans | 2021-04-07 | 1 | -5/+5 |
|
|
* | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo... | jan.nijtmans | 2021-04-04 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen... | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -4/+4 |
|\ \ |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2020-11-19 | 1 | -2/+4 |
| |\ \ |
|
| * | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-11-20 | 1 | -2/+4 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-11-16 | 1 | -2/+4 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t... | jan.nijtmans | 2020-11-16 | 1 | -2/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -106/+150 |
|\ \ \
| |/ / |
|
| * | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -4/+4 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -6/+0 |
| |\ \
| | |/ |
|
| | * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -7/+2 |
|
|
| | * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -9/+9 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -95/+95 |
| |\ \
| | |/ |
|
| | * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -8/+8 |
|
|
| * | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 1 | -3/+3 |
|
|
| * | | Use TCL_UNUSED in new test function | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-08-10 | 1 | -1/+51 |
| |\ \
| | |/ |
|
| | * | Add and use testservicemode command; replace update by vwait | culler | 2020-08-08 | 1 | -1/+51 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-05-22 | 1 | -1/+7 |
|\ \ \
| |/ / |
|
| * | | If Tcl is built with external libtommath (TCL_WITH_EXTERNAL_TOMMATH is define... | jan.nijtmans | 2020-05-18 | 1 | -1/+7 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
|
|
* | | | Merge 8.7. Further progress with TIP implementation. | jan.nijtmans | 2020-05-13 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
* | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIP | jan.nijtmans | 2020-05-12 | 1 | -4/+4 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-08 | 1 | -5/+7 |
|\ \
| |/ |
|
| * | Merge 8.5 | jan.nijtmans | 2020-05-08 | 1 | -4/+4 |
| |\ |
|
| | * | More test-case cleanup. Enhance "testutfnext", so it can detect whether bytes... | jan.nijtmans | 2020-05-08 | 1 | -4/+4 |
|
|
| * | | Merge 8.5 | jan.nijtmans | 2020-05-06 | 1 | -20/+21 |
| |\ \
| | |/ |
|
| | * | Backport testutfprev/testutfnex testcase improvements from 8.7. This makes te... | jan.nijtmans | 2020-05-06 | 1 | -23/+24 |
|
|
* | | | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but ... | jan.nijtmans | 2020-04-29 | 1 | -23/+6 |
|
|
* | | | Extend "testutfnext" test-command such that it can detect when it reads more ... | jan.nijtmans | 2020-04-28 | 1 | -3/+12 |
|
|
* | | | merge 8.6 | dgp | 2020-04-27 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 | dgp | 2020-04-27 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | silence compiler warning | dgp | 2020-04-27 | 1 | -1/+1 |
|
|
| * | | Bring forward a collection of missing tests. | dgp | 2020-04-25 | 1 | -4/+31 |
| |\ \
| | |/ |
|
| | * | Collection of tests checking read limit protections calling Tcl_UtfNext. | dgp | 2020-04-22 | 1 | -4/+4 |
|
|
| | * | Add optional second argument to [testutfnext] that can limit how many | dgp | 2020-04-22 | 1 | -4/+31 |
|
|
| | * | Eliminate the -bytestring option of [testutfnext]. No caller needs anything e... | dgp | 2020-04-22 | 1 | -8/+4 |
|
|
| * | | Cherrypick [d2143c14c1]: Eliminate the -bytestring option of [testutfnext]. N... | dgp | 2020-04-25 | 1 | -8/+4 |
|
|
* | | | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t... | jan.nijtmans | 2020-04-24 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detecte... | jan.nijtmans | 2020-04-23 | 1 | -3/+3 |
|
|