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
path: root/winsup
AgeCommit message (Expand)Author
2005-05-18 * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen
2005-05-17 * external.cc (cygwin_internal): Avoid compiler warning.Corinna Vinschen
2005-05-17white spaceChristopher Faylor
2005-05-17* dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded sinceChristopher Faylor
2005-05-17* cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor
2005-05-17* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor
2005-05-17* path.cc (path_conv::check): Remove embedded dots before slashes.Christopher Faylor
2005-05-16 * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen
2005-05-16* cygcheck.cc (load_cygwin): Avoid calling putenv with a NULL path.Christopher Faylor
2005-05-15 * cygcheck.cc (load_cygwin): Don't touch $PATH for now.Corinna Vinschen
2005-05-15 * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen
2005-05-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen
2005-05-14really fix typo.Christopher Faylor
2005-05-14fix typoChristopher Faylor
2005-05-14* path.cc (normalize_posix_path): Do normalization on . and .. after a '//'.Christopher Faylor
2005-05-14 Add missing ChangeLog entry.Corinna Vinschen
2005-05-14 * fhandler.h (fhandler_netdrive::readdir): Remove useless comment.Corinna Vinschen
2005-05-14 * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.Corinna Vinschen
2005-05-14* mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor
2005-05-14 * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor
2005-05-13* fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists.Christopher Faylor
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor
2005-05-12* dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor
2005-05-11* cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor
2005-05-11 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen
2005-05-10* dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor
2005-05-10 * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen
2005-05-10 * mingwex/math/nexttoward.c: New file.Danny Smith
2005-05-09 * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith
2005-05-092005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-05-09* cygcheck.cc (nuke): New function.Christopher Faylor
2005-05-09* strace.cc (attach_process): Don't call load_cygwin(). Assume that it'sChristopher Faylor
2005-05-09* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor
2005-05-08* how-programming.texinfo: Replace MAKE_MODE entry with FAQ about execvp erro...Joshua Daniel Franklin
2005-05-08 * mingwex/math/erfl.c: New file.Danny Smith
2005-05-08* path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor
2005-05-08* devices.cc: Regenerate with correct name for dev_netdrive_storage.Christopher Faylor
2005-05-07move commentChristopher Faylor
2005-05-07fix breakpoint exampleChristopher Faylor
2005-05-06* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor
2005-05-04 * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen
2005-05-04 * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen
2005-05-04 * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessorDanny Smith
2005-05-04* shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor
2005-05-04* shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor
2005-05-03 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treatCorinna Vinschen
2005-05-03 * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen
2005-05-03 * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith
2005-05-02 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith