-
Notifications
You must be signed in to change notification settings - Fork 242
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
Rename get[u]long() to str2[su]l(), and add a more featureful a2[su]l(); add variants for other types too #891
Merged
Conversation
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
alejandro-colomar
force-pushed
the
getlong
branch
17 times, most recently
from
January 11, 2024 10:11
88d3b3c
to
646bab5
Compare
alejandro-colomar
force-pushed
the
getlong
branch
3 times, most recently
from
January 17, 2024 01:23
4924d43
to
5a67b15
Compare
alejandro-colomar
changed the title
Rename get[u]long() into get[u]l(), and add a more featureful get[u]long()
Rename get[u]long() into str2[su]l(), and add a more featureful a2[su]l()
Jan 17, 2024
alejandro-colomar
changed the title
Rename get[u]long() into str2[su]l(), and add a more featureful a2[su]l()
Rename get[u]long() into str2[su]l(), and add a more featureful a2[su]l(); add variants for other types too
Jan 17, 2024
alejandro-colomar
changed the title
Rename get[u]long() into str2[su]l(), and add a more featureful a2[su]l(); add variants for other types too
Rename get[u]long() to str2[su]l(), and add a more featureful a2[su]l(); add variants for other types too
Jan 17, 2024
alejandro-colomar
force-pushed
the
getlong
branch
3 times, most recently
from
January 21, 2024 00:39
bac0ffd
to
a6cca1c
Compare
alejandro-colomar
force-pushed
the
getlong
branch
from
January 29, 2024 15:20
a6cca1c
to
e01711c
Compare
alejandro-colomar
force-pushed
the
getlong
branch
from
February 6, 2024 01:21
e01711c
to
8224f59
Compare
alejandro-colomar
force-pushed
the
getlong
branch
from
February 15, 2024 13:51
8224f59
to
df5fcef
Compare
v2 changes:
|
alejandro-colomar
force-pushed
the
getlong
branch
from
February 20, 2024 00:02
df5fcef
to
15dc249
Compare
v2b changes:
|
alejandro-colomar
force-pushed
the
getlong
branch
from
March 9, 2024 22:07
15dc249
to
32a2874
Compare
v2c changes:
|
(still looking at this... it looks ok, but looks sensitivee) |
Thanks! |
v2d changes:
|
alejandro-colomar
force-pushed
the
getlong
branch
from
March 11, 2024 09:43
32a2874
to
3ca0de3
Compare
hallyn
reviewed
Mar 13, 2024
v3 changes:
|
alejandro-colomar
force-pushed
the
getlong
branch
2 times, most recently
from
March 21, 2024 13:37
a46e9dc
to
b4c4311
Compare
v3b changes:
|
And make them inline. Signed-off-by: Alejandro Colomar <[email protected]>
Signed-off-by: Alejandro Colomar <[email protected]>
This makes them compatible with liba2i's functions. Signed-off-by: Alejandro Colomar <[email protected]>
And type-generic macros that wrap them: a2i(), str2i() Signed-off-by: Alejandro Colomar <[email protected]>
v3c changes:
|
alejandro-colomar
force-pushed
the
getlong
branch
from
March 23, 2024 23:32
b4c4311
to
01e906f
Compare
Weee! Thanks, @hallyn ! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
These will replace more strto[u][l]l(3) calls, improving type safety.