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
AgeCommit message (Expand)Author
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor
2005-05-16 * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen
2005-05-15 * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen
2005-04-30* environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor
2005-04-27* environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor
2005-04-16 * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2005-03-31* environ.cc (spenvs): Re-force SYSTEMROOT to always be included inChristopher Faylor
2005-03-31* environ.cc (spenv::retrieve): Revert most of previous change.Christopher Faylor
2005-03-30* environ.h (win_env::immediate): Declare new field.Christopher Faylor
2005-01-31 * environ.cc (set_traverse): New function.Corinna Vinschen
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2005-01-11 * environ.cc: Yes, yes, the copyright date, as usual.Corinna Vinschen
2005-01-11 * environ.cc (build_env): Disallow empty strings and strings startingCorinna Vinschen
2004-12-04* environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor
2004-12-032004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-11-26* environ.cc (putenv): Accommodate recent newlib change in argument to putenv.Christopher Faylor
2004-10-08 * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen
2004-08-21 * environ.cc (set_ntea): New function.Corinna Vinschen
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-092004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-05-08* syscalls.cc: Include environ.h.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-09-25* devices.cc: New file.Christopher Faylor
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor
2003-07-24* environ.cc (check_case_init): Use strncasematch.Christopher Faylor
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-02-13* include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor
2002-09-30* security.cc (allow_ntsec): Default to zero.Christopher Faylor
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-08-08* environ.cc (parse_options): Remember the "no" part of any options for laterChristopher Faylor
2002-07-01* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor
2002-06-29* environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_userChristopher Faylor
2002-06-29* environ.cc (spenv::from_cygheap): Still need to take setuid intoChristopher Faylor
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor
2002-06-28* cygheap.cc (cfree_and_set): New function.Christopher Faylor
2002-06-26* cygheap.cc (cygheap_user::set_name): Avoid clearing things when just settingChristopher Faylor
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-17* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor
2002-06-16Changes suggested by Pierre Humblet.Christopher Faylor
2002-06-16* child_info.h (child_proc_info): Declare as base class.Christopher Faylor
2002-06-15* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor
2002-06-14 * environ.cc (build_env): If realloc moves envblock, move s with it.Corinna Vinschen
2002-06-13 * cygheap.cc (cygheap_user::set_name): Revert previous change.Corinna Vinschen