Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 1 | -5/+5 |
| | | | | (UTF-8) character. | ||||
* | More cleaning up of zipfs | dkf | 2021-03-16 | 1 | -0/+5 |
| | | | Don't put straight binary data in a Tcl string, and other better API uses. | ||||
* | More on making tclZipfs.c comprehensible. Refactoring to the rescue! | dkf | 2021-03-14 | 1 | -2/+14 |
| | |||||
* | Fix SEGV in zipfs mounting, and try to make that code more comprehensible | dkf | 2021-03-08 | 1 | -0/+4 |
| | |||||
* | Added some tests for [zipfs lmkimg] | dkf | 2021-03-07 | 1 | -0/+110 |
| | |||||
* | Change TCL_ZIP_FILE name, just using dots in stead of underscores | jan.nijtmans | 2021-02-09 | 1 | -1/+1 |
| | |||||
* | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵ | jan.nijtmans | 2021-02-08 | 1 | -6/+1 |
| | | | | other external packages) | ||||
* | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ | |||||
| * | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| | | |||||
* | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|/ | |||||
* | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | zipfs.test: fixed error (couldn't open "...": permission denied) if $tclzip ↵ | sebres | 2019-06-27 | 1 | -1/+1 |
| | | | | points to directory, due to empty pkgconfig in runtime/debug environment (e. g. no zipped library) | ||||
* | Improve portability of path constructions. | dgp | 2019-02-14 | 1 | -4/+4 |
| | |||||
* | small amend unfolding `list "$tcl_library/http"` (previously it was result ↵ | sebres | 2019-02-14 | 1 | -3/+3 |
| | | | | of glob) | ||||
* | closes [b322938e08]: fix several zipfs-tests searching for single "http" ↵ | sebres | 2019-02-14 | 1 | -13/+13 |
| | | | | directory in (compressed) tcl-library. | ||||
* | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. ↵ | dkf | 2018-10-12 | 1 | -2/+2 |
| | | | | It wasn't documented and isn't very useful outside of Tcl's startup code. | ||||
* | Put documented [zipfs find] in ensemble. Add examples to docs. | dkf | 2018-10-11 | 1 | -2/+2 |
| | |||||
* | Centralise the de-fanging of standard ensembles in safe interpreters. Doing ↵ | dkf | 2018-10-07 | 1 | -0/+36 |
| | | | | it right once is easier than repeating hacks... | ||||
* | More regularizing of function names, field names and testing styles | dkf | 2018-10-06 | 1 | -78/+43 |
| | |||||
* | Fix a couple of test-cases, since http1.0 is no longer there | jan.nijtmans | 2018-09-22 | 1 | -6/+6 |
| | |||||
* | Modifications to allow the mounting of zip file systems from data blocks | hypnotoad | 2018-01-17 | 1 | -5/+68 |
| | | | Added a new stubs entry to mount a data block as a zip file system | ||||
* | Modifications to index zip file systems by mountpoint, and separate the process | hypnotoad | 2018-01-17 | 1 | -5/+4 |
| | | | | | of mounting a zip archive from the process of indexing its contents. This work is progress towards being able to pass a data block to the zipfs system as a new file system to be mounted. | ||||
* | Tweaks to zipfs.test | hypnotoad | 2018-01-11 | 1 | -1/+8 |
| | |||||
* | Fix tests dependent on other tests in zipfs.test | hypnotoad | 2018-01-09 | 1 | -17/+48 |
| | | | | | Add a workaround for the fact that dynamic libraries called out from a non-install location can't be located and mounted in time to be a candidate for tcl_library when running under the constraints of "make test" | ||||
* | add some tests for join and normalize | aspect | 2017-11-18 | 1 | -0/+11 |
| | |||||
* | fix zipfs tests | aspect | 2017-11-18 | 1 | -4/+4 |
| | |||||
* | Updated zipfs tests to recognize the mount points are different on different ↵ | tne | 2017-11-18 | 1 | -8/+10 |
| | | | | platforms | ||||
* | fix [glob] handling of leading // | aspect | 2017-11-17 | 1 | -2/+6 |
| | |||||
* | Zipfs: Use //zipfs:/ as mount point. Use Tcl_FSNormalizePath() on the way ↵ | aspect | 2017-11-17 | 1 | -28/+76 |
| | | | | in to most VFS operations. Add some tests. | ||||
* | Adding a [file normalize] to zipfs tests that are looking for absolute ↵ | hypnotoad | 2017-11-07 | 1 | -3/+4 |
| | | | | | filenames. On Linux symlinks can cause a discrepency in what the tests think they are looking for. | ||||
* | Updated the zipfs portion of the testsuite to tip430 standards | hypnotoad | 2017-11-07 | 1 | -8/+9 |
| | |||||
* | Add "zipfs" ensemble. | jan.nijtmans | 2016-01-22 | 1 | -23/+23 |
| | |||||
* | Minor tweaks in documentation/testcases. Don't use deprecated Tcl methods ↵ | jan.nijtmans | 2016-01-18 | 1 | -1/+1 |
| | | | | any more | ||||
* | Remove TIP #414 fragment, not strictly needed for the zipfs TIP. | jan.nijtmans | 2015-12-22 | 1 | -12/+61 |
| | | | Add more zipfs test-cases | ||||
* | Start with a few simple basic test-cases | jan.nijtmans | 2015-12-21 | 1 | -0/+67 |