You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pre-release focuses on improving the internal implementation of stdoc_printf, refining project structure, and enhancing build, documentation, and maintainability.
Features
Buffered stdoc_printf
Introduced a buffered implementation to reduce syscall overhead.
Added extended format specifiers:
%i
%u
%X
%p
Improved internal design and documentation for better extensibility.
Improvements
Reworked versioning system and updated version handling.
Refactored stdoc_printf formatting logic.
Introduced reusable macros for cleaner and more modular code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-release v0.5.0
Overview
This pre-release focuses on improving the internal implementation of
stdoc_printf, refining project structure, and enhancing build, documentation, and maintainability.Features
Buffered
stdoc_printf%i%u%X%pImprovements
stdoc_printfformatting logic.sudosupport where requiredclang-formatfor consistent code style.Project Structure
libsrc).Documentation
README.mdSECURITY.mdFixes
Miscellaneous
Notes
Summary
Pre-release v0.5.0 represents a significant step toward a more efficient and maintainable codebase, with a strong focus on:
This discussion was created from the release Pre-Release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions