libc/winsup
Christopher Faylor 9e2baf8dfa * cygerrno.h: New file. Use this throughout whenever errno manipulation is
required.
* errno.cc: Use DWORD to hold Windows errors.
(geterrno_from_win_error): New function.
(seterrno_from_win_error): Use geterrno_from_win_error to convert supplied
windows error (suggested by Corinna Vinschen).
* path.cc (symlink_info): Add error element.
* path.cc (path_conv::check): Remove errno setting.  Use new symlink_info errno
element to set path_conv error, where appropriate.
(symlink_info::check): Set error element rather than attempting to manipulate
errno.  Add more checks for trailing / and /..  even though they are currently
useless.  Avoid setting EINVAL.
* path.cc (normalize_posix_path): Correct check for trailing /.
2000-08-22 03:58:47 +00:00
..
cygwin * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
doc * fhandler-tut.txt: hinfo -> dtable. 2000-08-18 19:52:31 +00:00
mingw Add comment. 2000-06-18 01:53:10 +00:00
testsuite * testsuite/winsup.api/winsup.exp: ignore stdout by default 2000-07-27 17:30:51 +00:00
utils * passwd.c (main): Initialize oldpwd before beeing used. 2000-07-31 13:35:39 +00:00
w32api * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId 2000-08-19 00:20:00 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * Makefile.in: Add dummy info targets. 2000-06-22 22:28:35 +00:00
MAINTAINERS DJ is sole setup maintainer now. 2000-08-10 23:51:25 +00:00
Makefile.common Minor change. 2000-08-10 22:04:38 +00:00
Makefile.in comment changes. 2000-08-10 22:22:09 +00:00
configure * configure.in: Bow to necessity and build w32api before anything else. 2000-06-20 17:37:22 +00:00
configure.in Change comment. 2000-08-10 22:24:58 +00:00