summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shortcut.c
Commit message (Expand)AuthorAgeFilesLines
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-2/+2
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* * shortcut.c (check_shortcut): Treat only Cygwin shortcuts as symlinks.Corinna Vinschen2001-05-291-2/+5
* oops.Christopher Faylor2001-05-041-1/+2
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-2/+1
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-1/+2
* * shortcut.c (check_shortcut): Close input file handle before returning.Christopher Faylor2001-04-221-3/+2
* * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor2001-03-101-1/+1
* * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen2001-03-021-14/+36
* * shortcut.c: Remove #include <sys/strace.h>.Corinna Vinschen2001-02-251-1/+0
* * shortcut.c: Change symlink condition.Corinna Vinschen2001-02-251-2/+3
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-221-33/+7
* * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen2001-02-221-0/+171