summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale/mbrtowc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cstyle in illumos noticed some weird syntax, which this fixes.dlg2020-03-091-4/+4
| | | | | | | | | | | | | | | | | | | some errx lines in if statements were terminated with commas, which caused the following statement to be considered part of the error handling. while it is bad style, ingo points out it was also a bug which which caused some tests in the code to be skipped. this reminds me of a haiku that Chris Pascoe (cpascoe@) had behind his desk: Also, that comma Should be a semi-colon. Cherry blossoms fall. this was found by Robert Mustacchi when porting the tests to illumos. ok schwarze@ stsp@ thank you robert.
* Fix all clang warnings in libc regress and cleanup some make files.bluhm2017-07-272-10/+7
|
* test mbrtowc(3) in conjunction with mbsinit(3)schwarze2016-09-032-0/+93