aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/times.cc
AgeCommit message (Expand)AuthorFilesLines
2002-05-17 * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me whenCorinna Vinschen1-3/+2
2002-05-12fix formattingChristopher Faylor1-4/+5
2002-03-28* times.cc (gettimeofday): Fix typo in previous patch.Christopher Faylor1-2/+2
2002-03-28* times.cc (gettimeofday): Revert to setting timezone info if tz != NULL.Christopher Faylor1-0/+12
2002-02-28* times.cc: Remove if 0'd code. Clean up slightly.Christopher Faylor1-24/+1
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-0/+1
2002-02-15* hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor1-4/+4
2002-02-15* hires.h: New file.Christopher Faylor1-23/+65
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen1-3/+2
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda1-0/+3
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-2/+3
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-4/+4
2001-08-15 * times.cc (utimes): Revert previous change. Just open theCorinna Vinschen1-32/+4
2001-08-15 * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen1-1/+31
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-04-01* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor1-1/+1
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-02-26* times.cc (settimeofday): Replace function stub with working code.Christopher Faylor1-3/+23
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-20* times.cc (to_time_t): pass zero time as epochDJ Delorie1-0/+5
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-1/+0
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-08-30* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid aDJ Delorie1-7/+4
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+6
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-1/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-9/+1
2000-03-19* times.cc: Fix extern declarations for variables that are exported but used byChristopher Faylor1-0/+9
2000-03-19* times.cc: Remove unneeded (and incorrect) externs.Christopher Faylor1-3/+0
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+540