summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/delqueue.cc
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor2000-05-041-1/+2
| | | | | | | | | | | better handling of symbols. * configure: Regenerate. * delqueue.cc (delqueue_list::process_queue): Allow ERROR_ACCESS_DENIED to indicate that a file is being shared under Windows 95. * syscalls.cc (_unlink): Use full path name. Take special action for Windows 95. Assume that an ERROR_ACCESS_DENIED indicates a sharing violation unless it's on a remote drive. Punt if there is an ERROR_ACCESS_DENIED on a remote drive.
* * delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor2000-03-181-0/+1
| | | | | | * path.h (class path_conv): Add a char * operator for the most common case. * syscalls.cc (_unlink): Rewrite to use FILE_FLAG_DELETE_ON_CLOSE when possible (i.e., on NT).
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+99