Skip to content

Implement 'langinfo.h' and refactor strftime() to use langinfo constants

Guillaume Gielly requested to merge gugz0r/langinfo:langinfo into master

This merge request introduces :

  • implementation of the langinfo.h header for relibc and,
  • code refactor of small parts of strftime(), to replace hardcoded values with langinfo's contants,
  • add strptime() module and clean up unused strptime function
Edited by Guillaume Gielly

Merge request reports