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
2006-01-12 * Update copyrights.Corinna Vinschen
2006-01-08* environ.cc (spenvs[]): windir -> WINDIR.Christopher Faylor
2005-12-29* environ.cc (win_env::add_cache): Don't add variables to the environmentChristopher Faylor
2005-12-06* include/cygwin/stdlib.h: New file.Christopher Faylor
2005-12-05 * environ.cc (spenvs): Add "windir" as an "always export" variableCorinna Vinschen
2005-11-08* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor
2005-09-17* environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor
2005-09-16* environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor
2005-09-16* environ.cc (environ_init): Protect with a 'myfault' in caseChristopher Faylor
2005-09-16* environ.cc (environ_init): Issue an error if GetEnvironmentStrings fails andChristopher Faylor
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-08* environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUGChristopher Faylor
2005-05-27* cygheap.h: Reference _cygheap_start via .cygheap section.Christopher Faylor
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