From: "usa (Usaku NAKAMURA)" Date: 2012-10-25T11:57:06+09:00 Subject: [ruby-core:48217] [ruby-trunk - Feature #7106] FileUtils.touch should allow touching the symlink itself rather than the file the link points to Issue #7106 has been updated by usa (Usaku NAKAMURA). File 0002-Add-support-for-File-lutimes-on-Windows-updated.patch added Updated a patch for Windows because the old one includes many errors :) ---------------------------------------- Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to https://bugs.ruby-lang.org/issues/7106#change-31483 Author: cirrusthinking (Alessandro Diaferia) Status: Open Priority: Normal Assignee: Category: core Target version: 1.9.3 Most systems support POSIX lutimes sys call that allows a symlink to be touched. I'd like to see this feature implemented. Unfortunately I'd like to see this feature on Solaris as soon as possible but I cannot see lutimes syscall supported there. -- http://bugs.ruby-lang.org/