summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-131-3/+3
|\
| * Merge 8.6jan.nijtmans2020-10-131-3/+3
* | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | Merge 8.7jan.nijtmans2020-06-211-64/+7
|\ \ | |/
| * Suggested fix for [b179286248]: tclZipfs.c Build Error on CentOS 6jan.nijtmans2020-06-191-64/+7
* | Merge 8.7jan.nijtmans2020-05-061-5/+4
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-05-061-5/+4
* | merge 8.7dgp2020-04-011-1/+4
|\ \ | |/
| * Use TclGetBytesFromObj to check that [zipfs mount_data] gets proper bytes arg...dgp2020-04-011-1/+4
* | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more...jan.nijtmans2020-03-311-1/+1
* | Merge 8.7jan.nijtmans2020-03-101-2/+2
|\ \ | |/
| * Fix Windows build, broken by [d5175f6050e308f4]jan.nijtmans2020-03-101-2/+2
* | merge 8.7dgp2020-03-091-87/+42
|\ \ | |/
| * moredgp2020-03-091-87/+42
* | Merge 8.7jan.nijtmans2020-02-281-44/+37
|\ \ | |/
| * Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-4/+17
| |\
| | * Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+9
| | * Merge 8.7jan.nijtmans2020-01-311-5/+5
| | |\
| | * | Merge 8.7jan.nijtmans2020-01-301-10/+30
* | | | Merge 8.7jan.nijtmans2020-02-281-44/+94
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-14/+26
| |\ \ \ | | | |/ | | |/|
| * | | Merge 8.7jan.nijtmans2019-12-131-1/+1
| |\ \ \
| * | | | More Win32 API impovals.jan.nijtmans2019-09-201-1/+6
| * | | | Merge 8.7jan.nijtmans2019-09-191-3/+3
| |\ \ \ \
| * \ \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-18/+69
| |\ \ \ \ \ | | |/ / / /
| * | | | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge tip-548jan.nijtmans2019-08-291-4/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
| |\ \ \ \ \ \
| * | | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-41/+41
| |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2020-01-311-12/+24
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Add 64-bit seek to the ZipChanneljan.nijtmans2020-01-311-12/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2020-01-131-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-01-131-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-12-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-1/+1
* | | | | Merge 8.7. But - in stead - remove all deprecated API from libtommath 1.2.0: ...jan.nijtmans2019-10-231-18/+20
|\ \ \ \ \ | |/ / / /
| * | | | Fix possible gcc warnings. Also indicate dummy parameters as "dummy"jan.nijtmans2019-10-231-18/+20
* | | | | Merge 8.7jan.nijtmans2019-09-291-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUN...jan.nijtmans2019-09-291-0/+4
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-09-141-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-08-151-4/+2
| |\ \ \
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
| | |_|/ | |/| |
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-1/+1
| * | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+1
| * | | Merge tip-547jan.nijtmans2019-06-261-4/+3
| |\ \ \ | | | |/ | | |/|
| * | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-1/+2
* | | | Merge 8.7jan.nijtmans2019-08-151-4/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Make zipfsFilesystem static (as the name - not starting with Tcl - suggests)....jan.nijtmans2019-08-151-4/+2
| | |/ | |/|