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
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn
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
2002-02-15* hires.h: New file.Christopher Faylor
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-08-15 * times.cc (utimes): Revert previous change. Just open theCorinna Vinschen
2001-08-15 * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-04-01* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor
2001-03-18Update copyrights.Christopher Faylor
2001-02-27* times.cc (settimeofday): Replace function stub with working code.Christopher Faylor
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-21* times.cc (to_time_t): pass zero time as epochDJ Delorie
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-08-31* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid aDJ Delorie
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-03-19* times.cc: Fix extern declarations for variables that are exported but used byChristopher Faylor
2000-03-19* times.cc: Remove unneeded (and incorrect) externs.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor