Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-04* times.cc (stupid_printf): Define and use throughout -- temporarily.Christopher Faylor
2005-11-03* times.cc (hires_ms::prime): Add lots of temporary debugging output.Christopher Faylor
2005-11-03* times.cc (hires_ms::minperiod): Make copy-on-fork.Christopher Faylor
2005-11-02* times.cc (gettimeofday): Add temporary debugging output.Christopher Faylor
2005-10-24* cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor
2005-10-24* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor
2005-10-20 * cygwin.din (futimes): Export.Corinna Vinschen
2005-10-19* times.cc (utimes): Only consider fds opened with write access.Christopher Faylor
2005-10-19* fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle ifChristopher Faylor
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-05-29* times.cc (time_ms::usecs): Coerce comparison to signed or whole test is aChristopher Faylor
2005-03-28* times.cc (hires_ms::usecs): Compare the difference.Christopher Faylor
2005-03-02 * fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): ReplaceCorinna Vinschen
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen
2005-02-20copyrightChristopher Faylor
2005-02-17 * times.cc (utimes): Open files with FILE_WRITE_ATTRIBUTES first,Corinna Vinschen
2005-02-11 * times.cc (utimes): Open files with GENERIC_WRITE on file systemsCorinna Vinschen
2005-02-08 * times.cc (timeval_to_filetime): Define first parameter const.Corinna Vinschen
2005-02-02 * times.cc (utimes): Mark st_ctime for update according to SUSv3.Corinna Vinschen
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen
2004-06-30 * times.cc (hires_ms::usecs): Don't overreact.Corinna Vinschen
2004-06-30 * times.cc (hires_ms::usecs): Reinit timer when system time overflows.Corinna Vinschen
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-07* signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor
2003-09-06* hires.h (hires_ms::~hires_ms): Delete declaration.Christopher Faylor
2003-07-17update copyrightChristopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2002-07-25* times.cc (to_time_t): Always round time_t down to nearest second.Christopher Faylor
2002-06-08* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor
2002-06-07* autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen
2002-06-06* cygwin.din: Eliminate some newlib wrappers.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-17 * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me whenCorinna Vinschen
2002-05-12fix formattingChristopher Faylor
2002-03-28* times.cc (gettimeofday): Fix typo in previous patch.Christopher Faylor
2002-03-28* times.cc (gettimeofday): Revert to setting timezone info if tz != NULL.Christopher Faylor
2002-02-28* times.cc: Remove if 0'd code. Clean up slightly.Christopher Faylor
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor
2002-02-15* hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor