Skip to content

Version 5.2.0

Compare
Choose a tag to compare
@eyalroz eyalroz released this 03 Dec 17:17
· 115 commits to develop since this release

Changes since v5.1.0:

Standard C feature support

  • #61 : Added support for the %n format specifier..

Repository structure and other general changes

  • Moved printf.h and printf.c into the src/printf directory. When using the library, you now #include <printf/printf.h>; this avoids a clash with glibc's printf.h header.

Build configuration

  • #56 : Now supporting build via CMake add_subdirectory (and thus also CMake's FetchContent module).

Caveats

  • Still no special handling for denormals.