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
2002-06-15* uinfo.cc (cygheap_user::ontherange): Don't set HOMEDRIVE or HOMEPATH unlessChristopher Faylor
2002-06-15* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor
2002-06-15* cygheap.h (cygheap_user): Add static members to hold home{drive,path} info.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-13fix typoChristopher Faylor
2002-06-13* winver.rc: Add more words to copyright.Christopher Faylor
2002-06-13 * cygheap.cc (cygheap_user::set_name): Revert previous change.Corinna Vinschen
2002-06-13 * cygheap.cc (cygheap_user::set_name): Remove setting homedrive andCorinna Vinschen
2002-06-13* security.cc (get_logon_server): Use strcasematch rather than strcasecmp.Christopher Faylor
2002-06-13* path.cc (chdir): Minor cleanup.Christopher Faylor
2002-06-13* environ.cc (build_env): Correctly fill out windows environment block withChristopher Faylor
2002-06-12* cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor
2002-06-12fix commentChristopher Faylor
2002-06-11* spawn.cc (spawn_guts): More hToken removal cleanup.Christopher Faylor
2002-06-11* spawn.cc (spawn_guts): Define sec_attribs and call sec_user_nih() only once.Christopher Faylor
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor
2002-06-10revert erroneous checkinChristopher Faylor
2002-06-10* include/sys/strace.h (strace): Avoid use of constructor.Christopher Faylor
2002-06-10* dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before runningChristopher Faylor
2002-06-10 * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen
2002-06-10/tmp/cvs610a0a90.1Robert Collins
2002-06-10* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Correctly setChristopher Faylor
2002-06-102002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-06-102002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-06-09* pinfo.cc (pinfo_dummy): Initialize to correct size.Christopher Faylor
2002-06-09* path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.Christopher Faylor
2002-06-09* external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor
2002-06-08* include/wchar.h: Define __need_size_t.Christopher Faylor
2002-06-08coerceChristopher Faylor
2002-06-08* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor
2002-06-07* autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor
2002-06-07* autoload.cc (noload): Correctly save argument count register.Christopher Faylor
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen
2002-06-06 Fix ChangeLog entry.Corinna Vinschen
2002-06-06* child_info.h (CHILD_INFO_MAGIC): Oops. Revert previous change. gcc 3.1 bug?Christopher Faylor
2002-06-06* child_info.h (CHILD_INFO_MAGIC): Update.Christopher Faylor
2002-06-06* strace.cc (strace::hello): Set inited, when appropriate.Christopher Faylor
2002-06-06* cygwin.din: Eliminate some newlib wrappers.Christopher Faylor
2002-06-05* dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor
2002-06-05/tmp/cvs610a0efc.1Robert Collins
2002-06-05 * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen
2002-06-05 * grp.cc (etc_group): Removed.Corinna Vinschen
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-04 * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen
2002-06-04 * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES ifCorinna Vinschen