-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
?
classSysHexOs
: 2 hexits per char (logic fix):
so it doesn't omit leading "0"s. `%s/char ch/unsigned char ch/`: fix output corruption on platforms with signed `char` (such as _GitHub_/_Ubuntu_). Store old: flags, fill width, fill char; restore old values. ?`classSysHexStr`: assert that size of output is size of input * 2. ?`cxx/ClassSys.hxx`: is `classSysHexOs`, `classSysHexStr`. ?`cxx/ClassSys.cxx`: `classSysTests`: test `classSysHexOs`, `classSysHexStr`. `#include "ClassSys.hxx"`: comment fix. ?`cxx/ClassSha2.cxx`: ?`hashStrTrue`: 2 hexits per char for test value (with above, fixes GitHub/Ubuntu unit tests). ?`cxx/ClassSys.hxx`, ?`cxx/ClassSys.cxx`: ?`execvesFork`,?`execvexFork`: +`SUSUWU_NOEXCEPT`: `%s/throw std::runtime_error();/return -1;/` ?`posts/VirusAnalysis.md`: include all this. ?`build.sh`: process `a.out` return value; GitHub now says that build failed unless unit tests pass. Is followup to: 7a9f52b (+`cxx/main.hxx`: for issues #3, #14: cross-language unit tests)
- Loading branch information
1 parent
e6ef262
commit e4dadb1
Showing
5 changed files
with
93 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters