-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
printf
rewrite (with a lot of seq
changes)
#5128
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
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a3e68d5
uucore: start work on a completely new printf implementation
tertsdiepraam 66eb64e
dd, printf, seq: update to new printf
tertsdiepraam 407bccc
some more work on printf spec
tertsdiepraam 2881090
Merge branch 'main' into printf-rewrite
tertsdiepraam 69b7095
printf rewrite: fix compilation
tertsdiepraam f117fc1
printf rewrite: fix compilation
tertsdiepraam bdfe5f1
Merge branch 'printf-rewrite' of github.com:tertsdiepraam/coreutils i…
tertsdiepraam 198f7c7
printf: move number formatting to separate module
tertsdiepraam 39c6758
uucore/format: move types for num_format
tertsdiepraam ee0e2c0
dd: use num_format::Float directly instead of printf
tertsdiepraam 6481d63
uucore/format: implement single specifier formats
tertsdiepraam e7d58f6
seq: simplify and use new printf implementation
tertsdiepraam eaf5006
printf: parse arguments and handle escape codes
tertsdiepraam a45ff8c
printf: more flexible parsing of unparsed arguments
tertsdiepraam cd0c24a
printf: implement %b
tertsdiepraam f83e0d1
printf: accept multiple length parameters
tertsdiepraam f3da081
printf: support precision for integers
tertsdiepraam 76eca8d
uucore/format: fix doctests
tertsdiepraam 4aafb3f
printf: exit correctly on \c
tertsdiepraam 955640a
printf: fix and test float formatting
tertsdiepraam fef84f7
printf: add emoji character test
tertsdiepraam ce18e0a
printf: ignore hexadecimal floats test
tertsdiepraam 5f2374b
printf: fix negative hex argument parsing
tertsdiepraam c43ee01
printf: allow precision in string
tertsdiepraam 066d8ba
printf: coerce missing and invalid arguments to 0
tertsdiepraam 68d036c
printf: basic support for unicode escape sequences
tertsdiepraam 6d2698b
Merge branch 'main' into printf-rewrite
tertsdiepraam 5c04283
printf: address fmt, clippy, spelling and failing test
tertsdiepraam 07aaf61
Merge branch 'main' into printf-rewrite
sylvestre 0822511
test/printf: ignoring rounding up to 2
tertsdiepraam 4b9fca8
Merge branch 'printf-rewrite' of github.com:tertsdiepraam/coreutils i…
tertsdiepraam e95add7
uucore/format: fix license headers and improve docs
tertsdiepraam 8eb66ab
printf: remove whitespace, remove redundant spelling ignore and rever…
tertsdiepraam 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
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 was deleted.
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.