managarm / mlibc

Portable C standard library
Other
851 stars 130 forks source link

options/ansi: Various fixes to strftime #1079

Closed Dennisbonke closed 4 months ago

Dennisbonke commented 5 months ago

This PR fixes 2 bugs and implements 5 new modifiers for strftime. These were all found while running the testsuite from glib.

no92 commented 4 months ago

Added tests, rebased on master and fixed %P to use nl_langinfo instead of hardcoding.