diff --git a/.fossil-settings/crlf-glob b/.fossil-settings/crlf-glob index 3337a707..8bdbfc15 100644 --- a/.fossil-settings/crlf-glob +++ b/.fossil-settings/crlf-glob @@ -3,8 +3,11 @@ #kit payloads, and vendored-tool test fixtures (vendor/payload files keep their #upstream endings; the LF preference in root AGENTS.md governs authored text #files, not these trees). punkzip's hamlet.txt fixture is CRLF byte-exact test -#data - its compression tests pin sizes against it. +#data - its compression tests pin sizes against it. suite_tcl86's patches/ holds +#vendored sdx sources (Matt Newman / Jean-Claude Wippler) plus the patch file +#derived from them - upstream CRLF, kept byte-exact so the patch applies. src/embedded/* src/vendorlib/* src/vfs/* src/tools/punkzip/src/fixtures/* +src/buildsuites/suite_tcl86/patches/* diff --git a/src/buildsuites/suite_tcl86/src/main.zig b/src/buildsuites/suite_tcl86/src/main.zig index 37d96762..e6f0ba27 100644 --- a/src/buildsuites/suite_tcl86/src/main.zig +++ b/src/buildsuites/suite_tcl86/src/main.zig @@ -1,4 +1,4 @@ -const std = @import("std"); - -pub const _start = void; -pub const WinMainCRTStartup = void; +const std = @import("std"); + +pub const _start = void; +pub const WinMainCRTStartup = void; diff --git a/src/modules/oolib-buildversion.txt b/src/modules/oolib-buildversion.txt index d6c98a5b..bce3ffca 100644 --- a/src/modules/oolib-buildversion.txt +++ b/src/modules/oolib-buildversion.txt @@ -1,4 +1,4 @@ -0.1.4 -#First line must be a tm version number -#all other lines are ignored. +0.1.4 +#First line must be a tm version number +#all other lines are ignored. #0.1.4 - collection add duplicate-key error message no longer misnames the object as 'col_processors' (stray copy-paste in the generic collection class) \ No newline at end of file