Julian Noble
c2c3b6f019
allow fcat to resolve .lnk files even on non-windows platforms
4 days ago
Julian Noble
9df9e5f753
better support for windows shortcuts
4 days ago
Julian Noble
aefab1d248
tcllib 2.0 for linux vfs
5 days ago
Julian Noble
5b7e3a39de
test: add comprehensive MIME module test coverage for all untested code paths
...
- Create scriptlib/tests/mime.tcl with 44 test cases covering:
* mime::finalize with all subordinates modes (all, dynamic, none)
* mime::setheader with new keys and different modes
* mime::encodingasciiP with various character types
* mime::qp_decode with encoded characters and soft newlines
* mime::parseaddress with complex formats (quoted, routes, groups)
* mime::initialize with different content types
* mime::getproperty with all properties
* mime::copymessage with different content types
* mime::buildmessage functionality
- Update mime-1.7.1.tm to mark all 15 previously untested code paths as TESTED
- All 44 tests pass successfully
- Resolves all TODO comments related to test coverage in MIME module
2 weeks ago
Julian Noble
283ca03b22
docs: resolve 30+ TODO/FIXME comments with documentation and implementation notes
...
- Document virtual channel facade API with special options and ownership model
- Fix punk/ansi module TRIE regex and struct::set ordering issues
- Refactor overtype module cursor/column handling TODOs with future roadmap
- Add punk/args documentation for CLOCK_ARITHMETIC and TIME ZONES
- Optimize cookfs pages.tcl seek operations with strategy notes
- Review ANSI ID character mapping security considerations
- Add grapheme cluster detection documentation
- Consolidate NOTE comments analysis (7,802 comments mostly appropriate)
Completed 10 of 11 high-impact TODO/FIXME resolution tasks.
Remaining: MIME module test coverage (requires comprehensive test suite).
2 weeks ago
Julian Noble
d8e110991b
fix for dir listings of folders with windows illegal paths
2 weeks ago
Julian Noble
8b951a8244
working state for: building of tclkit based shell using tclkit runtime that src/make is run under (tested on Ubuntu)
3 weeks ago
Julian Noble
da11cb6b8f
fix runtime-fallback sdxpath commandline
3 weeks ago
Julian Noble
bd0a67cb49
fix typo for runtime_buildcopyname
3 weeks ago
Julian Noble
66d5a767a7
move test for have_sdx til after runtimes examined
3 weeks ago
Julian Noble
c50fa3171c
attempt to use a runtime with tclkit capability as fallback for tclkit for sdx when tclkit/sdx not available as executables
3 weeks ago
Julian Noble
c740d29a34
ensure mounted runtime found as possible runtime if it's in the bin/runtime folder
3 weeks ago
Julian Noble
17b974915e
another _BUILDCOPY fix
3 weeks ago
Julian Noble
952b88f4e0
fix make.tcl project error with _BUILDCOPY
3 weeks ago
Julian Noble
a48e99818b
fix runtime.cmd on unix to not list local _BUILDTIME copies of runtime files
3 weeks ago
Julian Noble
2f57ff757b
short-term fix for bin/runtime.cmd listing and runtime selectin, fix logic errors in last
3 weeks ago
Julian Noble
7958c06c1b
fix erroneous test condition in last
3 weeks ago
Julian Noble
53282858b4
attempt to avoid cross-platform kit builds for now - todo for later
3 weeks ago
Julian Noble
6d0593ab47
fix runtime path generation (file tail)
3 weeks ago
Julian Noble
17ad552c95
fix runtime path generation for _BUILDCOPY on non-windows platforms)
3 weeks ago
Julian Noble
4da12e624b
first shot at enabling build when runtime being used is the same file as the one used to create a vfs (fix mounted tclkit path masking problem)
3 weeks ago
Julian Noble
fb64e8e5da
.gitignore /localdoc/
3 weeks ago
Julian Noble
7af968865a
agent hints, test package changes, pattern module changes, new module punk::net::vxlan, etc (late checkin)
1 month ago
Julian Noble
690b2dc4fa
tidy vfs src/vfs/_vfscommon.vfs
1 month ago
Julian Noble
2c5907a32e
tidy vfs src/vfs/mkzipfix.vfs
1 month ago
Julian Noble
f233814e8c
tidy vfs src/vfs/punk86old.vfs
1 month ago
Julian Noble
8284a4f34d
tidy vfs src/vfs/punk9magicsplat.vfs
1 month ago
Julian Noble
566f2e1c06
tidy vfs src/vfs/punk9win.vfs
1 month ago
Julian Noble
846f349b7e
tidy vfs src/vfs/punk9win_for_tkruntime.vfs
1 month ago
Julian Noble
a50b5f9f79
tidy vfs vfs_old.vfs
1 month ago
Julian Noble
634087e383
punk::args minor performance tweaks, vfs updates for windows
2 months ago
Julian Noble
b19b9c7027
moduledoc example colour fix
2 months ago
Julian Noble
ec56913809
more term- colours for basic functions
2 months ago
Julian Noble
6d4f929374
use term- instead of web- colours for better support of terminals without 256 colour
2 months ago
Julian Noble
834a472cf2
punk::console add -passthrough as a parameter
2 months ago
Julian Noble
c2bc6043c2
fix tmux experiment
2 months ago
Julian Noble
b0435e63d9
experiment with tmux passthrough for punk::console::internal::get_ansi_response_payload
2 months ago
Julian Noble
50d264eb53
punk::console DECRQM DECRPM updates
2 months ago
Julian Noble
5586c86758
punk::console more DEC/ANSI mode work
3 months ago
Julian Noble
f0d06d3d57
punk::console improved control of DEC and ANSI modes
3 months ago
Julian Noble
84663d2a05
sixel sample files
3 months ago
Julian Noble
ce9c53cb34
ansi DEC modes, DECRQSS+DECRPSS, minor sixel work
3 months ago
Julian Noble
4b0ac4d3a7
update bootsupport and project_layouts with recent fixes
3 months ago
Julian Noble
149c52ef58
fix punk::args indexexpression
3 months ago
Julian Noble
f84859276b
fix sauce COMNT for tcl 8.6
3 months ago
Julian Noble
1a24b201e8
punk::ansi::sauce fix date and provide tcl8.6 fallback
3 months ago
Julian Noble
5f3fc60bd2
add punk::ansi::sauce to bootsupport
3 months ago
Julian Noble
1672d52106
ensure overtype module is in bootsupport
3 months ago
Julian Noble
738236efc6
allow ansicat to work when punk::ansi::sauce package missing
3 months ago
Julian Noble
6439b5e9d7
ensure punk::nav::ns included in bootsupport
3 months ago