acadia-newlib/winsup/cygwin
Christopher Faylor db0421f6ec * fhandler.h (fhandler_dev_clipboard): Extend to support writing.
* fhandler_clipboard.cc (fhandler_dev_clipboard::fhandler_dev_clipboard):
Initialize new fields.  Open clipboard here.
(fhandler_dev_clipboard::dup): New method.
(fhandler_dev_clipboard::open): Accomodate new fields.  Register clipboard
here, if appropriate.
(set_clipboard): New function.  Moves buffer to clipboard.
(fhandler_dev_clipboard::write): Truly implement clipboard writing.
(fhandler_dev_clipboard::read): Reimplement to allow successive reads.
(fhandler_dev_clipboard::lseek): Truly implement seeks in clipboard.
(fhandler_dev_clipboard::close): Clear out new fields.  Support sequential
reads and sequential writes.  Support for binary data via a native clipboard
format.
2001-03-22 22:11:34 +00:00
..
config/i386 Whitespace cleanup. 2000-10-28 05:41:44 +00:00
include add new file. 2001-03-21 16:06:22 +00:00
lib * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
regexp * include/a.out.h: Add copyright hint. 2001-03-05 21:29:24 +00:00
CYGWIN_LICENSE
ChangeLog * fhandler.h (fhandler_dev_clipboard): Extend to support writing. 2001-03-22 22:11:34 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000 Wed Jan 3 09:20:20 2001 Jason Tishler <jt@dothill.com> 2001-01-03 14:44:13 +00:00
Makefile.in * sched.cc: New file. Implement sched*. 2001-03-21 02:17:58 +00:00
ROADMAP
acconfig.h
ansi.sgml
assert.cc * pinfo.cc (codepage_init): Move function. 2001-01-08 04:02:02 +00:00
autoload.cc * fhandler.h (fhandler_dev_clipboard): Extend to support writing. 2001-03-22 22:11:34 +00:00
autoload.h * autoload.h: Make DLL initializers global to avoid inlining. 2000-12-26 03:21:05 +00:00
automode.c * autoload.c (cygwin_premain0): Add missing parameter. 2001-03-06 12:05:45 +00:00
binmode.c * autoload.c (cygwin_premain0): Add missing parameter. 2001-03-06 12:05:45 +00:00
child_info.h * child_info.h: Bump magic number for fork/exec/spawn. 2001-03-11 21:05:49 +00:00
config.h.in
configure * Makefile.in: Use CXX to build the DLL. 2000-12-03 05:16:33 +00:00
configure.in * Makefile.in: Use CXX to build the DLL. 2000-12-03 05:16:33 +00:00
cygerrno.h * cygerrno.h: Revert previous patch. 2001-02-22 14:51:16 +00:00
cygheap.cc Update copyrights. 2001-03-18 03:34:05 +00:00
cygheap.h Throughout, change 'cygwin_shared.mount' to 'mount_table'. 2001-01-28 05:51:15 +00:00
cygrun.c
cygwin.din * cygwin.din: Export the new functions. 2001-03-17 01:14:58 +00:00
cygwin_version.h
dcrt0.cc * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
debug.cc *** empty log message *** 2001-03-03 03:56:34 +00:00
debug.h * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
delqueue.cc
delqueue.h
dir.cc * dir.cc (readdir): Use strcasematch for consistency. 2001-03-17 07:09:41 +00:00
dlfcn.cc Update copyrights. 2001-03-18 03:34:05 +00:00
dll_init.cc Whitespace cleanup. 2000-10-28 05:41:44 +00:00
dll_init.h
dll_init.sgml
dtable.cc * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing 2001-03-20 19:50:28 +00:00
dtable.h * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an 2000-11-03 04:27:03 +00:00
dtable.sgml
environ.cc Fix spacing, copyrights. 2001-03-18 21:11:25 +00:00
environ.h
errno.cc Update copyrights. 2001-03-18 03:34:05 +00:00
exceptions.cc * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing 2001-03-20 19:50:28 +00:00
exec.cc * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
external.cc Update copyright. 2001-03-18 03:25:30 +00:00
external.sgml *** empty log message *** 2000-11-19 04:58:18 +00:00
fcntl.cc
fhandler.cc * fhandler.cc (fhandler_disk_file::fstat): Add correct modes to 2001-03-13 13:07:15 +00:00
fhandler.h * fhandler.h (fhandler_dev_clipboard): Extend to support writing. 2001-03-22 22:11:34 +00:00
fhandler_clipboard.cc * fhandler.h (fhandler_dev_clipboard): Extend to support writing. 2001-03-22 22:11:34 +00:00
fhandler_console.cc * fhandler_console.cc (fhandler_console::set_default_attr): Update console 2001-03-22 18:19:00 +00:00
fhandler_floppy.cc Update copyrights. 2001-03-18 03:34:05 +00:00
fhandler_mem.cc * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly. 2001-02-23 09:49:19 +00:00
fhandler_random.cc
fhandler_raw.cc Update copyrights. 2001-03-18 03:34:05 +00:00
fhandler_serial.cc Update copyrights. 2001-03-18 03:34:05 +00:00
fhandler_socket.cc * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing 2001-03-20 19:50:28 +00:00
fhandler_tape.cc * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
fhandler_termios.cc * fhandler.h (fhandler_tty_slave): Declare new methods. 2001-03-18 18:05:01 +00:00
fhandler_tty.cc * tty.h (tty::create_inuse): Add new parameter to allow non- 2001-03-19 18:27:37 +00:00
fhandler_windows.cc
fhandler_zero.cc
fork.cc Update copyrights. 2001-03-18 03:34:05 +00:00
gcrt0.c Remove obvious brain freeze problem. 2001-03-11 16:46:28 +00:00
glob.c * pinfo.cc (codepage_init): Move function. 2001-01-08 04:02:02 +00:00
gmon.c
gmon.h
grp.cc Throughout, change 'cygwin_shared.mount' to 'mount_table'. 2001-01-28 05:51:15 +00:00
heap.cc Update copyrights. 2001-03-18 03:34:05 +00:00
heap.h * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it 2001-01-29 00:46:25 +00:00
host_dependent.h
init.cc
ioctl.cc
localtime.c Whitespace cleanup. 2000-10-28 05:41:44 +00:00
malloc_wrapper.cc
mcount.c
misc-std.sgml
miscfuncs.cc
mkvers.sh * mkvers.sh: Include config.h so that DEBUGGING is correctly defined. 2001-03-12 16:20:30 +00:00
mmap.cc * mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' when 2001-03-19 13:33:51 +00:00
net.cc * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing 2001-03-20 19:50:28 +00:00
ntdll.h * ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h. 2000-11-02 06:59:07 +00:00
ntea.cc
passwd.cc Throughout, change 'cygwin_shared.mount' to 'mount_table'. 2001-01-28 05:51:15 +00:00
path.cc * path.cc (suffix_scan::next): Avoid searching for foo.lnk twice when input is 2001-03-17 17:44:53 +00:00
path.h * sigproc.h (sigthread): Declare new methods. Create new winapi_lock field. 2001-03-07 06:19:34 +00:00
path.sgml
perprocess.h * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
perthread.h * debug.h: Add regparm attributes to some functions. 2001-01-12 05:38:25 +00:00
pinfo.cc * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of 2001-01-30 08:10:04 +00:00
pinfo.h * sched.cc: New file. Implement sched*. 2001-03-21 02:17:58 +00:00
pipe.cc
poll.cc * exceptions.cc (interruptible): Update debugging output. 2001-03-19 22:48:26 +00:00
posix.sgml
profil.c Whitespace cleanup. 2000-10-28 05:41:44 +00:00
profil.h
pthread.cc * sched.cc: New file. Implement sched*. 2001-03-21 02:17:58 +00:00
registry.cc Throughout, change 'cygwin_shared.mount' to 'mount_table'. 2001-01-28 05:51:15 +00:00
registry.h
resource.cc * resource.cc (setrlimit): Support RLIMIT_NOFILE. 2001-01-18 09:30:37 +00:00
scandir.cc
sched.cc Add missing files. 2001-03-21 14:00:29 +00:00
security.cc * environ.cc (parse_options): Use strtok_r instead of strtok. 2001-03-14 15:32:49 +00:00
security.h * environ.cc (struct parse_thing): Add entry for new CYGWIN option 2000-12-19 19:52:57 +00:00
select.cc * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing 2001-03-20 19:50:28 +00:00
select.h
shared.cc Fix spacing, copyrights. 2001-03-18 21:11:25 +00:00
shared.sgml
shared_info.h * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it 2001-01-29 00:46:25 +00:00
shortcut.c * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning. 2001-03-10 23:37:50 +00:00
shortcut.h * shortcut.c: New file. Provides a C interface to reading of 2001-02-22 12:56:36 +00:00
signal.cc * signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOP 2001-02-16 18:49:20 +00:00
sigproc.cc * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning. 2001-03-10 23:37:50 +00:00
sigproc.h * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning. 2001-03-10 23:37:50 +00:00
smallprint.c
spawn.cc fix spacing. 2001-03-18 20:58:18 +00:00
strace.cc Update copyright. 2001-03-07 17:45:03 +00:00
strsep.cc
sync.cc
sync.h * path.h: Add __attribute__ ((regparm(x))) to commonly used functions. 2000-11-12 04:57:41 +00:00
syscalls.cc * syscalls.cc (check_posix_perm): New static function. 2001-03-19 11:02:41 +00:00
sysconf.cc * sysconf.cc (sysconf): return `getpagesize ()' on _SC_PAGESIZE 2001-01-15 10:58:19 +00:00
syslog.cc * cygwin.din: Add export for setlogmask(). 2001-01-22 15:55:34 +00:00
termios.cc * autoload.cc (LoadDLLinitfunc): Remove debugging statement. 2001-01-17 14:57:09 +00:00
test.c
textmode.c * autoload.c (cygwin_premain0): Add missing parameter. 2001-03-06 12:05:45 +00:00
thread.cc * sched.cc: New file. Implement sched*. 2001-03-21 02:17:58 +00:00
thread.h * sched.cc: New file. Implement sched*. 2001-03-21 02:17:58 +00:00
times.cc Update copyrights. 2001-03-18 03:34:05 +00:00
tty.cc * tty.h (tty::create_inuse): Add new parameter to allow non- 2001-03-19 18:27:37 +00:00
tty.h * tty.h (tty::create_inuse): Add new parameter to allow non- 2001-03-19 18:27:37 +00:00
tz_posixrules.h
uinfo.cc Fix spacing, copyrights. 2001-03-18 21:11:25 +00:00
uname.cc
wait.cc Fix spacing, copyrights. 2001-03-18 21:11:25 +00:00
window.cc Fix spacing, copyrights. 2001-03-18 21:11:25 +00:00
winsup.h * dlopen.c (dlopen): Return NULL when name is NULL (suggested by 2001-03-05 06:28:25 +00:00
winver.rc