Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-16 | 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-02 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -4/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2020-09-28 | 1 | -6/+0 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ... | jan.nijtmans | 2020-09-18 | 1 | -4/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -96/+96 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Merge 8.7 | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-08-11 | 1 | -1/+51 |
|\ \ \ | |/ / | |||||
| * | | 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-18 | 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.7 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | 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 | jan.nijtmans | 2020-05-08 | 1 | -5/+7 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-05-01 | 1 | -23/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Better structurize the UTF-8 (mainly around Tcl_UtfNext()/Tcl_UtfPrev(), but ... | jan.nijtmans | 2020-04-29 | 1 | -23/+6 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-04-28 | 1 | -3/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Extend "testutfnext" test-command such that it can detect when it reads more ... | jan.nijtmans | 2020-04-28 | 1 | -3/+12 |
* | | | | merge 8.7 | dgp | 2020-04-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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.7 | jan.nijtmans | 2020-04-24 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |