Hello Kelvin, I agree that this API is pretty useful, but it nothing we want to add this way to our standard libraries. Could could place it to our library section instead. It would be a failure to add it by default to our crt, as those symbols easily conflict with user code.
Regards, Kai 2017-03-08 15:12 GMT+01:00 Kelvin Sherlock <ksherl...@gmail.com>: > > This adds the very useful sysexits.h, err.h, and err.c (err(3), errc(3), > errx(3), warn(3), warnc(3), warnx(3), etc). > getopt(3) previously included its own static copy of warn(), so that was > updated to use the real thing. > --- > mingw-w64-crt/Makefile.am | 2 +- > mingw-w64-crt/misc/err.c | 188 > +++++++++++++++++++++++++++++++++++++++ > mingw-w64-crt/misc/getopt.c | 25 +----- > mingw-w64-headers/crt/err.h | 61 +++++++++++++ > mingw-w64-headers/crt/sysexits.h | 116 ++++++++++++++++++++++++ > 5 files changed, 367 insertions(+), 25 deletions(-) > create mode 100644 mingw-w64-crt/misc/err.c > create mode 100644 mingw-w64-headers/crt/err.h > create mode 100644 mingw-w64-headers/crt/sysexits.h > > > ------------------------------------------------------------------------------ > Announcing the Oxford Dictionaries API! The API offers world-renowned > dictionary content that is easy and intuitive to access. Sign up for an > account today to start using our lexical data to power your apps and > projects. Get started today and enter our developer competition. > http://sdm.link/oxford > _______________________________________________ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public > ------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public