Corinna Vinschen
		
	
	eba32ec829
	
	
	* cygwin.din (futimens): Export.
		
			
			(utimensat): Export.
	* fhandler.cc (fhandler_base::utimens): Replace fhandler_base::utimes.
	Call utimens_fs.
	* fhandler.h (class fhandler_base): Declare utimens_fs instead of
	utimes_fs, utimens instead of utimes.
	(class fhandler_disk_file): Declare utimens instead of utimes.
	* fhandler_disk_file.cc (fhandler_disk_file::utimens): Replace
	fhandler_disk_file::utimes.
	(fhandler_base::utimens_fs): Replace fhandler_base::utimes_fs.
	Implement tv_nsec handling according to SUSv4.
	* syscalls.cc (utimensat): New function.
	* times.cc (timespec_to_filetime): New function.
	(timeval_to_timespec): New function.
	(utimens_worker): Replace utimes_worker.
	(utimes): Convert timeval to timespec and call utimens_worker.
	(lutimes): Ditto.
	(futimens): Take over implementation from futimes.
	(futimes): Convert timeval to timespec and call futimens.
	* winsup.h (timespec_to_filetime): Declare.
	* include/cygwin/version.h: Bump API minor number.
	* posix.sgml: Add SUSv4 section.  Add futimens and utimensat to it.
		
	
 
		2008-04-24 09:59:54 +00:00
	 
	
	
	
		 ..
	
	
	
		
			
			
			
			
			
			2006-12-11 19:59:06 +00:00
		 
	
		
			
			
			
			
			
			2007-06-14 16:02:32 +00:00
		 
	
		
			
			
			
			
			
			2008-02-11 19:03:36 +00:00
		 
	
		
			
			
			
			
			
			2008-04-24 09:59:54 +00:00
		 
	
		
	
		
	
		
			
			
			
			
			
			2006-07-25 19:23:23 +00:00
		 
	
		
			
			
			
			
			
			2008-04-01 13:22:47 +00:00
		 
	
		
	
		
	
		
	
		
	
		
	
		
			
			
			
			
			
			2005-11-10 21:17:15 +00:00
		 
	
		
	
		
			
			
			
			
			
			2005-12-03 05:01:51 +00:00
		 
	
		
			
			
			
			
			
			2006-08-07 19:29:14 +00:00
		 
	
		
			
			
			
			
			
			2006-05-28 15:50:14 +00:00
		 
	
		
	
		
	
		
			
			
			
			
			
			2007-01-28 11:27:05 +00:00
		 
	
		
			
			
			
			
			
			2006-01-09 12:41:54 +00:00
		 
	
		
			
			
			
			
			
			2006-10-17 17:34:56 +00:00
		 
	
		
	
		
			
			
			
			
			
			2007-06-21 15:57:54 +00:00
		 
	
		
	
		
	
		
	
		
	
		
			
			
			
			
			
			2008-02-14 16:47:11 +00:00
		 
	
		
	
		
	
		
			
			
			
			
			
			2006-02-13 19:01:32 +00:00
		 
	
		
			
			
			
			
			
			2007-02-15 17:49:25 +00:00
		 
	
		
			
			
			
			
			
			2007-02-01 15:54:40 +00:00
		 
	
		
	
		
	
		
			
			
			
			
			
			2007-02-07 17:22:40 +00:00
		 
	
		
	
		
			
			
			
			
			
			2006-12-11 19:59:06 +00:00
		 
	
		
	
		
			
			
			
			
			
			2007-06-17 00:31:27 +00:00
		 
	
		
			
			
			
			
			
			2007-02-20 15:48:04 +00:00
		 
	
		
			
			
			
			
			
			2007-04-06 08:25:28 +00:00
		 
	
		
			
			
			
			
			
			2008-02-15 17:53:11 +00:00
		 
	
		
	
		
	
		
	
		
	
		
			
			
			
			
			
			2006-02-02 22:46:37 +00:00
		 
	
		
			
			
			
			
			
			2008-04-24 08:46:41 +00:00