[macports-legacy-support] branch master updated (f0c0997 -> 3c95e56)
Ken
kencu at macports.org
Sat Dec 15 23:20:12 UTC 2018
Ken (kencu) pushed a change to branch master
in repository macports-legacy-support.
from f0c0997 time: add 'clockid_t'
new 4f8f635 Add more `wc*` functions missing in OS X 10.6 and earlier.
new 3c95e56 Edited copyright notices: more accurate origin declarations
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 116 +++++++++++++--------
README.md | 5 +-
include/MacportsLegacySupport.h | 29 ++++--
include/wchar.h | 25 ++++-
include/{wchar.h => xlocale/_wchar.h} | 19 ++--
include/wchar.h => src/wcpcpy_family.c | 33 +++---
src/wcscasecmp_family.c | 65 ++++++++++++
src/wcsnlen.c | 44 ++++++++
test/test_wcscasecmp.c | 182 +++++++++++++++++++++++++++++++++
9 files changed, 437 insertions(+), 81 deletions(-)
copy include/{wchar.h => xlocale/_wchar.h} (64%)
copy include/wchar.h => src/wcpcpy_family.c (63%)
create mode 100644 src/wcscasecmp_family.c
create mode 100644 src/wcsnlen.c
create mode 100644 test/test_wcscasecmp.c
More information about the macports-changes
mailing list