Implement 'langinfo.h' and refactor strftime() to use langinfo constants
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