Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-11-12 14:19:08 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-12 14:19:08 +0300
commit54f79f8650452cafde18d54d54c38d0990a91eda (patch)
tree03ba1c327dc54e67bce4d344966e69e91a179d5b /winsup/cygwin/ChangeLog
parent3dce84ad075142822bd777ffd80e707ec2e9780d (diff)
* cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.
Use NSS_SRC_FILES and NSS_SRC_DB throughout instead. (cygheap_pwdgrp::nss_pwd_src): New inline method. (cygheap_pwdgrp::nss_grp_src): Ditto. * external.cc (cygwin_internal): Add CW_GETNSS_PWD_SRC and CW_GETNSS_GRP_SRC cases. * uinfo.cc: Use NSS_SRC_FILES and NSS_SRC_DB throughout. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_GETNSS_PWD_SRC and CW_GETNSS_GRP_SRC. (NSS_SRC_FILES): Define. (NSS_SRC_DB): Define.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fa5ca1947..a4f2bd71f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,18 @@
+2014-11-12 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.
+ Use NSS_SRC_FILES and NSS_SRC_DB throughout instead.
+ (cygheap_pwdgrp::nss_pwd_src): New inline method.
+ (cygheap_pwdgrp::nss_grp_src): Ditto.
+ * external.cc (cygwin_internal): Add CW_GETNSS_PWD_SRC and
+ CW_GETNSS_GRP_SRC cases.
+ * uinfo.cc: Use NSS_SRC_FILES and NSS_SRC_DB throughout.
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+ * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_GETNSS_PWD_SRC
+ and CW_GETNSS_GRP_SRC.
+ (NSS_SRC_FILES): Define.
+ (NSS_SRC_DB): Define.
+
2014-11-07 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (cygwin__cxa_atexit): Fetch correct DSO handle value