OSDN Git Service

Merge branch 'master' of git://github.com/monaka/binutils
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / window.cc
2010-01-08 Masaki MuranakaEnable to track git://github.com/monaka/binutils.git
2008-04-07 cgfRemove unneeded header files from source files throughout.
2005-10-17 cgfChange process_lock to lock_process throughout. Change...
2005-04-05 cgf* sync.h (muto::operator int): New operator.
2005-03-27 cgf* wininfo.h (wininfo::timer_active): Delete.
2004-11-26 cgf* child_info.h (child_info_spawn::hexec_proc): Eliminate.
2004-05-16 cgf* cygthread.cc (cygthread::is): Eliminate.
2004-05-15 cgfrevert previous not-ready-for-primetime checkin.
2004-05-15 cgf* cygheap.h: Remove some parameter names from declarati...
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2004-02-03 cgf* window.cc (Winmain): Show windows error code in error...
2003-12-14 cgf* cygthread.cc (cygthread::stub): Revert previous chang...
2003-10-14 corinna * exceptions.cc (ctrl_c_handler): Don't send SIGHUP on
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-01-10 corinna Split ChangeLog, create ChangeLog-2002.
2002-12-30 cgf* windows.cc (setitimer): Return ENOSYS on invalid...
2002-10-13 cgf* cygthread.cc (cygthread::stub): Don't create event...
2002-10-10 cgf* window.cc (gethwnd): Use SetThreadPriority method.
2002-09-23 cgfMore GNUify non-GNU formatted functions calls throughout.
2002-08-01 cgf* Makefile.in (DLL_OFILES): Add cygthread.o.
2002-06-05 cgf* dtable.cc (handle_to_fn): Attempt to handle "raw...
2002-05-28 cgf* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2...
2002-01-06 corinna * ioctl.cc (ioctl): Make third argument optional.
2001-12-06 cgf* path.cc (path_conv::check): Don't complain if /dev...
2001-11-28 cgf* cygwin.din (ualarm): New export.
2001-10-13 cgf* autoload.cc (wsock_init): Reorganize slightly to...
2001-09-11 cgfUpdate copyrights.
2001-09-06 cgfMove appropriate variables to NO_COPY segment, throughout.
2001-03-18 cgfFix spacing, copyrights.
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-27 dj* testsuite/winsup.api/winsup.exp: ignore stdout by...
2000-06-26 cgf* windows.cc (setitimer): Round up when < 1000 usecs.
2000-05-09 corinna * window.cc (setitimer): Check for overflow...
2000-03-07 cgfThroughout use strace class in place of individual...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision