Page MenuHomeFreeBSD

libutil: Backward compatibility for expand_number()
ClosedPublic

Authored by des on Aug 4 2025, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 9, 7:27 PM
Unknown Object (File)
Tue, Sep 9, 4:23 AM
Unknown Object (File)
Mon, Sep 8, 10:09 PM
Unknown Object (File)
Sat, Sep 6, 6:13 AM
Unknown Object (File)
Tue, Sep 2, 6:37 PM
Unknown Object (File)
Sun, Aug 31, 1:28 AM
Unknown Object (File)
Aug 27 2025, 12:04 AM
Unknown Object (File)
Aug 26 2025, 5:12 PM
Subscribers

Details

Summary

Reimplement expand_number() in terms of expand_unsigned(), which takes
a pointer to uint64_t like expand_number() did before. Provide a macro
that picks the correct version based on the type of the argument.

Fixes: 2e0caa7c7e14

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66006
Build 62889: arc lint + arc unit

Event Timeline

des requested review of this revision.Aug 4 2025, 5:02 PM

Don't you need to export expand_unsigned in version def?

lib/libutil/libutil.h
94

_Generic use should be braced by the C dialect check, since this is a public header.

des edited the summary of this revision. (Show Details)

nit

des marked an inline comment as done.Aug 6 2025, 1:39 PM
des edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Aug 6 2025, 2:48 PM