Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-06-28 | 1 | -41/+185 |
|\ | |||||
| * | TIP #547 implementation: New encodings: UTF-16, UCS-2 | jan.nijtmans | 2019-05-31 | 1 | -41/+185 |
| | | |||||
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles ↵ | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
| | | | | | | | | warning-free now on MSVC. | ||||
* | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -8/+8 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -21/+28 |
|\ \ | |/ | |||||
| * | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work ↵ | jan.nijtmans | 2019-03-07 | 1 | -21/+28 |
| | | | | | | | | on win32/win64. Patch adapted from Androwish (thanks, Werner!) | ||||
* | | Merge 8.7 | jan.nijtmans | 2019-02-27 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to ↵ | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
| |\ | | | | | | | | | | byte-array | ||||
| | * | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -7/+7 |
| | | | |||||
| | * | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of ↵ | jan.nijtmans | 2019-02-18 | 1 | -4/+4 |
| | | | | | | | | | | | | BMP) to byte-array. | ||||
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
| |/ | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and ↵ | jan.nijtmans | 2019-02-05 | 1 | -3/+1 |
| | | | | | | | | more. Remove many type-casts which are not necessary any more. | ||||
* | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
| | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill. | ||||
* | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -2/+2 |
|\ \ | |/ | | | | | In test-cases, don't load Tcltest package if it isn't actually used. Another round of size_t related improvements. Nothing functional. Also improve some comments. | ||||
* | | Eliminate gcc compiler warning | jan.nijtmans | 2018-11-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Make encodings work again ;-( | jan.nijtmans | 2018-11-22 | 1 | -1/+1 |
| | | |||||
* | | Fix encoding handling (check for TCL_IO_FAILURE was wrong). Eliminate ↵ | jan.nijtmans | 2018-11-22 | 1 | -6/+5 |
| | | | | | | | | (size_t) type casts and use of ckalloc() -> Tcl_Alloc() | ||||
* | | Merge 8.7 | jan.nijtmans | 2018-11-22 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2018-11-22 | 1 | -2/+7 |
| |\ | | | | | | | In addition, tclWinSerial.c: Change back two internal variables from size_t -> int, shouldn't have been done here. | ||||
| | * | More coverity issues | dkf | 2018-11-20 | 1 | -2/+7 |
| | | | |||||
* | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -10/+26 |
|\ \ \ | |/ / | |||||
| * | | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | merge 8.7 | dgp | 2018-04-25 | 1 | -4/+21 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.7 | dgp | 2018-01-18 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.7 | dgp | 2017-12-19 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.7 | dgp | 2017-11-30 | 1 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2017-11-03 | 1 | -19/+23 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge trunk | dgp | 2017-09-05 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-09-01 | 1 | -31/+40 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-06-06 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-12-19 | 1 | -6/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-11-16 | 1 | -11/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2016-11-14 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Purge more direct accesses to bytes field. | dgp | 2016-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | merge trunk | dgp | 2016-07-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Revise encodingType to use proposed routines. | dgp | 2016-05-10 | 1 | -10/+26 |
| | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | TIP #494 implementation: More use of size_t in Tcl 9 | jan.nijtmans | 2018-10-08 | 1 | -33/+35 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Use more TCL_AUTO_LENGTH, when appropriate | jan.nijtmans | 2018-10-06 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -17/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | ||||
| * | | | | | | | | | | | | | | | | | remaining external API. Looks like complete now. Milestone! Still more ↵ | jan.nijtmans | 2018-07-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing needed | ||||
| * | | | | | | | | | | | | | | | | | Improve many parsing-related functions to use size_t | jan.nijtmans | 2018-06-29 | 1 | -18/+16 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | More API changes using size_t. Internal changes not complete yet (WIP) | jan.nijtmans | 2018-06-28 | 1 | -6/+10 |
| |/ / / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-10-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2018-10-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | Also fix startup problems on win32, when the encoding path contains invalid UTF-8 (reported by François Vogel) Various other code cleanup, e.g. remove empty.zip file, as this didn't work quite as expected. | ||||
* | | | | | | | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-04-23 | 1 | -4/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Some better surrogate handling in encodings. Not spotted before ... | jan.nijtmans | 2018-04-23 | 1 | -4/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add some state to encodings, so we can do better surrogate handling for ↵ | jan.nijtmans | 2018-04-23 | 1 | -26/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_UTF_MAX >= 4. Backported from TIP #389. | ||||
* | | | | | | | | | | | | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared ↵ | jan.nijtmans | 2018-01-17 | 1 | -62/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | deprecated in 8.7 |