Skip to content

ecm 2026-04w#78

Merged
shidel merged 4 commits intoLoopZ:mainfrom
ecm-pushbx:ecm-2026-04w
Apr 17, 2026
Merged

ecm 2026-04w#78
shidel merged 4 commits intoLoopZ:mainfrom
ecm-pushbx:ecm-2026-04w

Conversation

@ecm-pushbx
Copy link
Copy Markdown
Contributor

No description provided.

Generated using this scriptlet:

find source/ \( -type f -a \! -iname '_*' \) -print0 |
  xargs -r0 perl -i -pe 's/^(-{76})-+([\r\n]*)$/$1$2/'
Prior commit affected all files without an underscore prefix. This
commit processes the remaining files. Note that the actual contents
of CMOS.LST, INTERRUP.1ST, and PORTS.LST differ as these lines were
not header separators but rather literals copied into the compiled
output list. (This means there's all the more reason to fix them.)

Generated using this scriptlet:

find source/ -type f -print0 |
  xargs -r0 perl -i -pe 's/^(-{76})-+([\r\n]*)$/$1$2/'

Verified using the following scriptlet:

perl -i -pe 's/Last Change\s*17apr26\s*1[78]:[0-9]{2}([\r\n]*)$/$1/' \
  backup/* TheList/*
diff -ur TheList/ backup/ -q

Output:

Files TheList/CMOS.LST and backup/CMOS.LST differ
Files TheList/INTERRUP.1ST and backup/INTERRUP.1ST differ
Files TheList/PORTS.LST and backup/PORTS.LST differ
Generated using this scriptlet:

find source/ -type f -print0 |
  xargs -r0 perl -i -pe 's/^BUG:\t/BUGS:\t/;s/^Note:\t/Notes:\t/'
@ecm-pushbx ecm-pushbx changed the title ecm 2026 04w ecm 2026-04w Apr 17, 2026
@ecm-pushbx
Copy link
Copy Markdown
Contributor Author

Discussed in #74

@shidel shidel merged commit fd337df into LoopZ:main Apr 17, 2026
1 check passed
@ecm-pushbx
Copy link
Copy Markdown
Contributor Author

Refer to the commit messages for scriptlets to generate these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants