Rename FABRIC series: FABRIC.md->0, FABRIC-2.md->1, FABRIC-3.md->2, FABRIC-4.md unchanged
FABRIC.md -> FABRIC-0.md FABRIC-2.md -> FABRIC-1.md FABRIC-3.md -> FABRIC-2.md (the current/living document) FABRIC-4.md unchanged (new #3 to follow separately) Every cross-reference repo-wide updated to match, including doc-comment citations inside kernel source (.c/.h) files -- done via an ordered placeholder substitution (FABRIC-3.md->placeholder2, FABRIC-2.md-> placeholder1, FABRIC.md->placeholder0, then placeholders resolved to final names) in a single pass per file to avoid double-shifting already-renamed references. One line in capsules/font.4th grew past the 64-char block-format limit as a side effect of the longer filename; shortened it and reverified with mkcapsule --lint (34/34 pass) before rebuilding. Verified 3-arch boot to ok> (amd64/aarch64/riscv64, each in the foreground) after the fix; logs and DoE CSVs from this session's verification runs included per this repo's own audit-artifact convention. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019YcT3H2PQeyujrzjqS3Var
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
ff2941dfb9
commit
b031b802e3
+4
-4
@@ -6,7 +6,7 @@ Block 4925
|
||||
( (fabric.4th 5000-5002); straight strokes stay G-LINE. Not )
|
||||
( every round-ish letter was converted -- only ones a single )
|
||||
( circle/arc/ellipse renders cleanly without per-glyph angle )
|
||||
( tuning (S/s/&/2/3/5/6/8/9 etc. stay blocky; see FABRIC.md). )
|
||||
( tuning (S/s/&/2/3/5/6/8/9 stay blocky; FABRIC-0.md). )
|
||||
Block 4926
|
||||
( Digit 0: ELLIPSE -- true oval, not a 6-line rectangle. )
|
||||
: G-0 ( -- adv )
|
||||
@@ -534,7 +534,7 @@ Block 4969
|
||||
500 ;
|
||||
|
||||
Block 4970
|
||||
( Latin-1 Supplement, 11 glyphs. codepoints per FABRIC.md )
|
||||
( Latin-1 Supplement, 11 glyphs. codepoints per FABRIC-0.md )
|
||||
( 27.6.4. DEGREE/CENT use curves; rest are line-only. )
|
||||
: G-DEGREE ( -- adv ) 250 600 60 G-CIRCLE 350 ;
|
||||
: G-CENT ( -- adv )
|
||||
@@ -600,7 +600,7 @@ Block 4975
|
||||
: G-NBSP ( -- adv ) 300 ;
|
||||
|
||||
Block 4976
|
||||
( General Punctuation, 7 glyphs. codepoints per FABRIC.md )
|
||||
( General Punctuation, 7 glyphs. codepoints per FABRIC-0.md )
|
||||
( 27.6.4. ELLIPSIS uses three CIRCLEs, matching PERIOD. )
|
||||
: G-LSQUOTE ( -- adv )
|
||||
230 650 220 600 G-LINE
|
||||
@@ -636,7 +636,7 @@ Block 4978
|
||||
|
||||
Block 4979
|
||||
( Real DISPATCH-DIGIT, replaces fabric.4th's placeholder. )
|
||||
( Redefinition needed -- CASE binds early (FABRIC.md 27.6.5).)
|
||||
( Redefinition needed -- CASE binds early (FABRIC-0.md 27.6.5).)
|
||||
: DISPATCH-DIGIT ( codepoint -- adv ) CASE
|
||||
48 OF G-0 ENDOF 49 OF G-1 ENDOF 50 OF G-2 ENDOF
|
||||
51 OF G-3 ENDOF 52 OF G-4 ENDOF 53 OF G-5 ENDOF
|
||||
|
||||
Reference in New Issue
Block a user