| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-12-12 | 1 | -1/+1 |
|\ |
|
| * | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t. | jan.nijtmans | 2019-12-12 | 1 | -1/+1 |
|
|
* | | Merge 8.7. But - in stead - remove all deprecated API from libtommath 1.2.0: ... | jan.nijtmans | 2019-10-23 | 1 | -18/+20 |
|\ \
| |/ |
|
| * | Fix possible gcc warnings. Also indicate dummy parameters as "dummy" | jan.nijtmans | 2019-10-23 | 1 | -18/+20 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-09-29 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUN... | jan.nijtmans | 2019-09-29 | 1 | -0/+4 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -4/+2 |
| |\ |
|
| * | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 1 | -1/+1 |
|
|
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -1/+1 |
|
|
| * | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -1/+1 |
|
|
| * | | Merge tip-547 | jan.nijtmans | 2019-06-26 | 1 | -4/+3 |
| |\ \ |
|
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -1/+2 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -4/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Make zipfsFilesystem static (as the name - not starting with Tcl - suggests).... | jan.nijtmans | 2019-08-15 | 1 | -4/+2 |
| | |/
| |/| |
|
* | | | Merge 8.7 (But without the TclWideMUInt type for VC++ 6.0, most likely too mu... | jan.nijtmans | 2019-06-25 | 1 | -4/+3 |
|\ \ \
| |/ / |
|
| * | | Change int constants into char constants. Hopefully this eliminates C4305 war... | jan.nijtmans | 2019-06-25 | 1 | -4/+3 |
| |/ |
|
* | | Merge 8.7. The changes in tclCmdIL.c fix the travis build. | jan.nijtmans | 2019-05-08 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | merge 8.7 | dgp | 2019-05-03 | 1 | -1/+22 |
|\ \
| |/ |
|
| * | merge 8.7 | dgp | 2019-05-01 | 1 | -1/+0 |
| |\ |
|
| * | | now testing.... | dgp | 2019-05-01 | 1 | -39/+5 |
|
|
| * | | more WIP | dgp | 2019-04-29 | 1 | -3/+21 |
|
|
| * | | Track memory lifetimes in the zip mount/unmount. | dgp | 2019-04-24 | 1 | -0/+38 |
| |/ |
|
* | | merge 8.7 | dkf | 2019-04-23 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Stop leaking ZipFile in MountBuffer() | dgp | 2019-04-22 | 1 | -1/+4 |
|
|
| * | Prevent reads of uninitalized memory. | dgp | 2019-04-22 | 1 | -0/+1 |
|
|
| * | [zipfs mount_data] should not accept three arguments. | dgp | 2019-04-22 | 1 | -1/+1 |
|
|
* | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f... | jan.nijtmans | 2019-03-24 | 1 | -1/+1 |
|
|
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-02-27 | 1 | -20/+2 |
|\ \
| |/ |
|
| * | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -20/+2 |
|
|
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -5/+2 |
|
|
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -46/+41 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2018-12-31 | 1 | -5/+31 |
|\ \
| |/ |
|
| * | Fix [44d382c51a848e6fbe7c9ee15e9386f1237660ee|44d382c51a84]: ZIP filesystem t... | jan.nijtmans | 2018-12-30 | 1 | -5/+31 |
|
|
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2018-12-20 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Remove unused MODULE_SCOPE functions | jan.nijtmans | 2018-12-20 | 1 | -1/+0 |
|
|
* | | merge 8.7 | sebres | 2018-11-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | merge 8.6 | sebres | 2018-11-22 | 1 | -1/+1 |
|
|
* | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -12/+6 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -31/+31 |
|\ \
| |/ |
|
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -31/+31 |
|
|
* | | merge 8.7 | dgp | 2018-11-15 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Another attempt to fix Travis build: making the build robust against older zl... | jan.nijtmans | 2018-11-15 | 1 | -0/+5 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -45/+45 |
|\ \
| |/ |
|
* | | merge 8.7 | dgp | 2018-10-17 | 1 | -7/+12 |
|\ \
| |/ |
|
| * | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I... | dkf | 2018-10-12 | 1 | -7/+12 |
|
|