]> sourceware.org Git - newlib-cygwin.git/commit - winsup/cygwin/ChangeLog
* cygheap.h (cygheap_user): Reorg to accommodate environment caching.
authorChristopher Faylor <me@cgf.cx>
Sat, 29 Jun 2002 02:36:08 +0000 (02:36 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 29 Jun 2002 02:36:08 +0000 (02:36 +0000)
commit094d51931173d399d5719411554e1c61af500bfe
tree9194597b3e482e0d6990cf543ff7e3cd4f8f0c4f
parent2d5eb17ee38b19b91eaecceb9136885aa4281080
* cygheap.h (cygheap_user): Reorg to accommodate environment caching.
(cygheap_user::logsrv): New method.
(cygheap_user::winname): Ditto.
(cygheap_user::domain): Ditto.
(cygheap_user::test_uid): Ditto.
* cygheap.cc (cygheap_user::set_name): Reflect name "pwinname" name change.
* environ.cc (getwinenveq): New function.
(spenv::from_cygheap): Change arguments.
(spenv::retrieve): Ditto for call.  Use getwinenveq to retrieve info from
environment.  Always return value from cygwin environment, if it exists.
* environ.h (getwinenveq): Declare.
* uinfo.cc (cygheap_user::ontherange): Use logsrv() rather than env_logsrv().
(cygheap_user::test_uid): Define new method.
(cygheap_user::env_logsrv): Accept environment arguments.  Use test_uid to find
info.
(cygheap_user::env_domain): Ditto.
(cygheap_user::env_userprofile): Ditto.
(cygheap_user::env_homepath): Ditto.
(cygheap_user::env_homedrive): Ditto.
(cygheap_user::env_name): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/cygheap.h
winsup/cygwin/environ.cc
winsup/cygwin/environ.h
winsup/cygwin/uinfo.cc
This page took 0.032076 seconds and 5 git commands to generate.