-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
od: fix GNU od.pl #9334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
od: fix GNU od.pl #9334
Changes from 13 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0f75117
feat: Add support for long double floating-point numbers and refine g…
mattsu2020 a74b99b
feat: Enhance `od` error reporting for file I/O, width, and offset pa…
mattsu2020 2ec9a6a
feat: Improve long double parsing by converting f128 to f64, enhance …
mattsu2020 4de5769
style: Apply minor formatting adjustments across the `od` module.
mattsu2020 1f5ec84
refactor: simplify float formatting logic and update string handling …
mattsu2020 69dbb11
fix: Correct float formatting logic to use decimal for numbers within…
mattsu2020 417fd85
refactor(test): use helper function in test_calculate_alignment
mattsu2020 de9df12
feat(cspell): add ERANGE to jargon wordlist
mattsu2020 b7d34f3
feat(od): improve width error handling and subnormal float output
mattsu2020 674b9f0
refactor(od): simplify format_item_bf16 by removing redundant variable
mattsu2020 55d649e
fix(od): standardize option names in error messages
mattsu2020 ea5417b
refactor: condense format! macro in format_item_bf16 for readability
mattsu2020 8b83715
fix(od): add external quoting for filenames in error messages
mattsu2020 409d0a8
refactor(od): Rename f128_to_f64 to u128_to_f64 for clarity
mattsu2020 59fe994
refactor(od): simplify error handling in OdOptions using combinators
mattsu2020 9e79760
Merge branch 'main' into od_compatibility
mattsu2020 457abea
Update src/uu/od/src/od.rs
mattsu2020 af5cc17
Update src/uu/od/src/od.rs
mattsu2020 a49a88e
Update src/uu/od/src/parse_inputs.rs
mattsu2020 6056548
Update src/uu/od/src/od.rs
mattsu2020 28e3baa
Update src/uu/od/src/parse_inputs.rs
mattsu2020 827d1ae
Update src/uu/od/src/parse_inputs.rs
mattsu2020 68946bd
refactor(od): remove leaking from translated error messages in parse_…
mattsu2020 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,7 @@ duplicative | |
| dsync | ||
| endianness | ||
| enqueue | ||
| ERANGE | ||
| errored | ||
| executable | ||
| executables | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.