summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen2005-05-173-36/+116
* * external.cc (cygwin_internal): Avoid compiler warning.Corinna Vinschen2005-05-172-1/+6
* white spaceChristopher Faylor2005-05-171-1/+1
* * dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded sinceChristopher Faylor2005-05-172-2/+7
* * cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor2005-05-174-4/+15
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-174-4/+16
* * path.cc (path_conv::check): Remove embedded dots before slashes.Christopher Faylor2005-05-172-2/+6
* * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen2005-05-162-4/+5
* * cygcheck.cc (load_cygwin): Avoid calling putenv with a NULL path.Christopher Faylor2005-05-162-2/+9
* * cygcheck.cc (load_cygwin): Don't touch $PATH for now.Corinna Vinschen2005-05-153-5/+20
* * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen2005-05-152-2/+8
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen2005-05-143-2/+14
* really fix typo.Christopher Faylor2005-05-131-1/+1
* fix typoChristopher Faylor2005-05-131-1/+1
* * path.cc (normalize_posix_path): Do normalization on . and .. after a '//'.Christopher Faylor2005-05-132-5/+6
* Add missing ChangeLog entry.Corinna Vinschen2005-05-131-0/+1
* * fhandler.h (fhandler_netdrive::readdir): Remove useless comment.Corinna Vinschen2005-05-132-1/+4
* * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.Corinna Vinschen2005-05-133-0/+48
* * mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor2005-05-132-4/+6
* * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen2005-05-134-4/+125
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-1310-28/+34
* * fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists.Christopher Faylor2005-05-132-1/+9
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-138-25/+71
* * dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor2005-05-112-4/+12
* * cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor2005-05-113-4/+14
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-1012-803/+1179
* * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor2005-05-102-1/+8
* * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen2005-05-102-1/+6
* * mingwex/math/nexttoward.c: New file.Danny Smith2005-05-106-3/+103
* * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith2005-05-095-13/+80
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-095-2/+117
* * cygcheck.cc (nuke): New function.Christopher Faylor2005-05-092-0/+47
* * strace.cc (attach_process): Don't call load_cygwin(). Assume that it'sChristopher Faylor2005-05-092-3/+16
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-094-43/+72
* * how-programming.texinfo: Replace MAKE_MODE entry with FAQ about execvp erro...Joshua Daniel Franklin2005-05-083-24/+31
* * mingwex/math/erfl.c: New file.Danny Smith2005-05-084-6/+308
* * path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor2005-05-073-1/+7
* * devices.cc: Regenerate with correct name for dev_netdrive_storage.Christopher Faylor2005-05-072-1/+5
* move commentChristopher Faylor2005-05-061-2/+2
* fix breakpoint exampleChristopher Faylor2005-05-061-2/+2
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-066-1/+31
* * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen2005-05-042-1/+5
* * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen2005-05-043-13/+13
* * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessorDanny Smith2005-05-043-3/+10
* * shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor2005-05-041-11/+8
* * shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor2005-05-041-0/+5
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treatCorinna Vinschen2005-05-032-2/+13
* * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen2005-05-032-0/+6
* * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith2005-05-035-6/+15
* * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith2005-05-023-15/+14