OSDN Git Service

Eliminate most unneeded this-> pointers throughout.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / pipe.cc
2003-02-04 cgfEliminate most unneeded this-> pointers throughout.
2003-01-10 corinna Split ChangeLog, create ChangeLog-2002.
2003-01-03 cgf* dtable.h (dtable::in_vfork_cleanup): New function...
2002-12-14 cgf* pipe.cc (make_pipe): Set fork fixup flag for read...
2002-12-14 cgfadd FIXME
2002-12-14 cgfThroughout, change fhandler_*::read and fhandler_*...
2002-12-11 cgf* cygthread.h (cygthread::stack_ptr): New element.
2002-11-09 cgf* fhandler.h (class fhandler_pipe): New ioctl() method.
2002-07-30 cgf* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.
2002-07-03 cgf* cygheap.cc (init_cheap): Rearrange error message.
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-02-25 corinna * cygwin.din (fstat64): New symbol.
2002-02-10 corinna * child_info.h, cygheap.h, fhandler_clipboard.cc,...
2002-02-10 corinna * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2001-11-05 cgfEliminate excess whitespace.
2001-11-05 cgf* fhandler.h (fhandler_pipe::broken_pipe): Renamed...
2001-11-05 cgf* pipe.cc (fhandler_pipe::read): Narrow eof return...
2001-11-03 cgf* fhandler.cc (fhandler_base::read): Return just read...
2001-11-03 cgf* dll_init.h (class dll_list): Reorder functions to...
2001-11-01 cgf* dtable.cc (dtable::build_fhandler): Issue internal...
2001-10-24 cgfEnsure that all fhandler_*::read definitions are __stdc...
2001-10-22 cgfRemove 'cb' parameter and modify fhandler_* constructor...
2001-10-15 cgf* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-13 cgf* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-29 cgf* pipe.cc (fhandler_pipe::fixup_after_fork): New method.
2001-09-28 cgf* pipe.cc (fhandler_pipe::hit_eof): Return correct...
2001-09-24 cgf* fhandler.h (fhandler_pipe::hit_eof): New method.
2001-09-22 cgf* exceptions.cc (setup_handler): Always relinquish...
2001-09-11 cgfUpdate copyrights.
2001-08-07 cgf* cygheap.cc (cygheap_root::set): Avoid treating '...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2000-10-07 cgf* fhandler.h (fhandler_base): Remove obsolete _rpos...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-04 cgf* path.cc (readlink): Check if buffer length is positiv...
2000-08-24 cgf* environ.cc (parse_thing): nobinmode should force...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-03-15 cgfPipe changes throughout suggested by Eric Fifer <EFifer...
2000-02-24 cgf* exceptions.cc (interruptible): Change method for...
2000-02-17 cgfInitial revision