OSDN Git Service

Remove some more unneeded 'return;'s throughout.
[pf3gnuchains/sourceware.git] / winsup / cygwin / times.cc
2005-09-14 cgfRemove some more unneeded 'return;'s throughout.
2005-07-03 cgfReplace valid memory checks with new myfault class...
2005-05-28 cgf* times.cc (time_ms::usecs): Coerce comparison to signe...
2005-03-27 cgf* times.cc (hires_ms::usecs): Compare the difference.
2005-03-02 corinna * fhandler_disk_file.cc (fhandler_disk_file::touch_cti...
2005-02-20 corinna * fhandler.h (enum query_state): Add query_write_attri...
2005-02-20 cgfcopyright
2005-02-17 corinna * times.cc (utimes): Open files with FILE_WRITE_ATTRIB...
2005-02-11 corinna * times.cc (utimes): Open files with GENERIC_WRITE...
2005-02-08 corinna * times.cc (timeval_to_filetime): Define first paramet...
2005-02-02 corinna * times.cc (utimes): Mark st_ctime for update accordin...
2004-11-26 cgf* child_info.h (child_info_spawn::hexec_proc): Eliminate.
2004-09-10 corinna * Makefile.in: Create libutil.a from bsdlib.o exports.
2004-06-30 corinna * times.cc (hires_ms::usecs): Don't overreact.
2004-06-30 corinna * times.cc (hires_ms::usecs): Reinit timer when system...
2004-01-19 cgf* cygwin/include/signal.h: Add copyright notice.
2003-12-23 cgf* exceptions.cc (set_signal_mask): Redefine to not...
2003-09-25 cgf* devices.cc: New file.
2003-09-07 cgf* signal.cc (nanosleep): Improve test for valid values...
2003-09-06 cgf* hires.h (hires_ms::~hires_ms): Delete declaration.
2003-07-17 cgfupdate copyright
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2002-10-21 cgfChange _function() to function() throughout.
2002-09-30 cgfRemove \n from calls to strace class printfs throughout.
2002-09-23 cgfMore GNUify non-GNU formatted functions calls throughout.
2002-09-22 cgf* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-09-19 cgfCleanup calls to CreateFile throughout.
2002-07-25 cgf* times.cc (to_time_t): Always round time_t down to...
2002-06-08 cgf* fhandler_socket.cc (fhandler_socket::fstat): Don...
2002-06-07 cgf* autoload.cc (timeGetDevCaps): Define new autoload...
2002-06-06 corinna * fhandler.cc (fhandler_base::fstat): Initialise tv_ns...
2002-06-06 cgf* cygwin.din: Eliminate some newlib wrappers.
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-05-25 cgfRemove unneeded sync.h, where appropriate, throughout...
2002-05-17 corinna * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even...
2002-05-12 cgffix formatting
2002-03-28 cgf* times.cc (gettimeofday): Fix typo in previous patch.
2002-03-28 cgf* times.cc (gettimeofday): Revert to setting timezone...
2002-02-28 cgf* times.cc: Remove if 0'd code. Clean up slightly.
2002-02-17 cgf* times.cc (hires::prime): Restore thread priority...
2002-02-15 cgf* hires.h (hires::usecs): Rename from utime. Accept...
2002-02-15 cgf* hires.h: New file.
2002-01-14 corinna * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of ...
2001-09-16 duda* path.cc (symlink): Check arguments for validity.
2001-09-12 corinna * Makefile.in: Build wincap.o.
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-08-15 corinna * times.cc (utimes): Revert previous change...
2001-08-15 corinna * security.cc (set_nt_attribute): Return always...
2001-08-04 cgfThroughout, change check for running under Windows...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-04-01 cgf* thread.h (struct _winsup_t): Remove obsolete elements...
2001-03-18 cgfUpdate copyrights.
2001-02-26 cgf* times.cc (settimeofday): Replace function stub with...
2000-10-28 cgfWhitespace cleanup.
2000-10-20 dj* times.cc (to_time_t): pass zero time as epoch
2000-10-16 cgf* Makefile.in: Remove some obsolete stuff.
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-08-30 dj* times.cc (gettimeofday): use GetSystemTimeAsFileTime...
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-02 dj* winsup.h: take out protections of environ, errno...
2000-03-19 cgf* times.cc: Fix extern declarations for variables that...
2000-03-19 cgf* times.cc: Remove unneeded (and incorrect) externs.
2000-02-17 cgfInitial revision