libc/winsup/cygwin
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
..
config/i386 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
include Update copyright. 2000-08-21 18:27:38 +00:00
lib * include/cygwin/cygwin_dll.h: Update for modern compilers. 2000-07-29 04:19:24 +00:00
regexp add winsup.h 2000-08-02 20:13:18 +00:00
testsuite * testsuite/winsup.api/winsup.exp: ignore stdout by default 2000-07-27 17:30:51 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
ChangeLog-1995 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1996 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1997 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1998 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1999 Update. 2000-02-21 03:18:37 +00:00
Makefile.in * Makefile.in: hinfo.o -> dtable.o. 2000-08-18 20:01:04 +00:00
ROADMAP hinfo -> dtable 2000-08-18 19:51:02 +00:00
acconfig.h * acconfig.h: Add support for NEWVFORK. 2000-07-16 17:38:41 +00:00
ansi.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
assert.cc * testsuite/winsup.api/winsup.exp: ignore stdout by default 2000-07-27 17:30:51 +00:00
autoload.h * exceptions.cc: Remove unneeded include. 2000-06-01 05:57:54 +00:00
binmode.c Minor formatting change. 2000-07-28 23:21:04 +00:00
config.h.in * acconfig.h: Add support for NEWVFORK. 2000-07-16 17:38:41 +00:00
configure * acconfig.h: Add support for NEWVFORK. 2000-07-16 17:38:41 +00:00
configure.in * acconfig.h: Add support for NEWVFORK. 2000-07-16 17:38:41 +00:00
cygerrno.h * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
cygrun.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
cygwin.din * include/cygwin/version.h: Bump DLL minor version number to 5 due to all of 2000-07-29 16:24:59 +00:00
dcrt0.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
debug.cc * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
debug.h Fix final round of gcc warnings relating to unused parameters. 2000-02-24 06:45:32 +00:00
delqueue.cc * configure.in: Use -gstabs+ as compile debug option. This seems to promote 2000-05-04 19:46:32 +00:00
dir.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
dlfcn.cc * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
dll_init.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
dll_init.h * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we can 2000-07-15 02:48:11 +00:00
dll_init.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dtable.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
dtable.h * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
dtable.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
environ.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
errno.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
exceptions.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
exec.cc * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
external.cc * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
external.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fcntl.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler.h * include/cygwin/cygwin_dll.h: Update for modern compilers. 2000-07-29 04:19:24 +00:00
fhandler_console.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_floppy.cc * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
fhandler_random.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_raw.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_serial.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_tape.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_termios.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_tty.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_windows.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
fhandler_zero.cc * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
fork.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
gcrt0.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
glob.c * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
gmon.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
gmon.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
grp.cc * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
heap.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
init.cc * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
ioctl.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
localtime.c * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
malloc_wrapper.cc * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if 2000-05-17 05:49:51 +00:00
mcount.c * sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it 2000-03-07 18:32:40 +00:00
misc-std.sgml clean up SGML for latest version of jade/docbook 2000-04-19 00:55:19 +00:00
mkvers.sh * mkvers.sh: Properly trap exit removal of temp file. Remove debugging 2000-08-12 05:48:51 +00:00
mmap.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
net.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
ntea.cc * include/cygwin/version.h: Bump DLL minor version number to 5 due to all of 2000-07-29 16:24:59 +00:00
passwd.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
path.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
path.h Throughout, eliminate third argument to path_conv and use new PC_* constants 2000-07-17 19:18:21 +00:00
path.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
perthread.h Forgot perthread.h. 2000-07-01 03:52:33 +00:00
pinfo.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
pinfo.h * select.cc (allocfd_set): Zero allocated fd_set. 2000-08-09 02:33:47 +00:00
pipe.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
poll.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
posix.sgml clean up SGML for latest version of jade/docbook 2000-04-19 00:55:19 +00:00
profil.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
profil.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
pthread.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
registry.cc * dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA. 2000-07-28 22:33:43 +00:00
resource.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
scandir.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
security.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
select.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
select.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
shared.cc * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
shared.h * include/cygwin/version.h: Bump DLL minor version number to 5 due to all of 2000-07-29 16:24:59 +00:00
shared.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
signal.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
sigproc.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
sigproc.h * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
smallprint.c * strace.cc (strace::prntf): Make second argument the function name, rather 2000-08-02 19:26:01 +00:00
spawn.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
strace.cc * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
strsep.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
sync.cc * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
sync.h * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if 2000-05-17 05:49:51 +00:00
syscalls.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
sysconf.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
syslog.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
termios.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
test.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
textmode.c Minor formatting change. 2000-07-28 23:21:04 +00:00
thread.cc * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
thread.h * thread.h: Shorten "current_directory" variables to "cwd_*" throughout. 2000-06-13 04:40:36 +00:00
times.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
tty.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
tz_posixrules.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
uinfo.cc * winsup.h: Split out dtable definitions into separate header file. 2000-08-12 05:35:42 +00:00
uname.cc * winsup.h: take out protections of environ, errno, allow C use 2000-08-02 16:28:18 +00:00
wait.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
window.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
winsup.h * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
winver.rc Update copyright info. 2000-07-19 17:42:16 +00:00