Skip to content

Replaced usint with uint32_t, usshort with uint16_t and uschar with uint8_t and removed their aliases from inttypes.h#1168

Merged
pascoec merged 3 commits intodevfrom
1161-remove-usint
Apr 20, 2026
Merged

Replaced usint with uint32_t, usshort with uint16_t and uschar with uint8_t and removed their aliases from inttypes.h#1168
pascoec merged 3 commits intodevfrom
1161-remove-usint

Conversation

@dsuponitskiy
Copy link
Copy Markdown
Collaborator

No description provided.

@dsuponitskiy dsuponitskiy added this to the Release 1.6.0 milestone Apr 15, 2026
@dsuponitskiy dsuponitskiy requested a review from pascoec April 15, 2026 13:27
@dsuponitskiy dsuponitskiy self-assigned this Apr 15, 2026
@dsuponitskiy dsuponitskiy added the cleanup Code cleanup label Apr 15, 2026
@dsuponitskiy dsuponitskiy changed the title Replaced usint with uint32_t Replaced usint with uint32_t, usshort with uint16_t and uschar with uint8_t and removed their from inttypes.h Apr 15, 2026
@dsuponitskiy dsuponitskiy changed the title Replaced usint with uint32_t, usshort with uint16_t and uschar with uint8_t and removed their from inttypes.h Replaced usint with uint32_t, usshort with uint16_t and uschar with uint8_t and removed their aliases from inttypes.h Apr 15, 2026
@pascoec pascoec merged commit 89f9ee2 into dev Apr 20, 2026
19 checks passed
@pascoec pascoec deleted the 1161-remove-usint branch April 20, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Code cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove usint, usshort and uschar from inttypes.h and replace their usages with standard integer types

3 participants