From: krzysztof.wilczynski@... Date: 2014-11-27T03:51:03+00:00 Subject: [ruby-core:66511] [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 Krzysztof Wilczynski. I would like to resurrect this - what do you think Luis and Usa-san? I am more happy to re-base against Ruby 2.1.5 or head, and try to solve other issues. Just let me know what needs doing, I would really love to help with this :) ---------------------------------------- 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-50123 * Author: Alessandro Diaferia * Status: Open * Priority: Normal * Assignee: * Category: core * Target version: next minor ---------------------------------------- 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. ---Files-------------------------------- 0001-Add-support-for-lutimes-3-to-file.c-as-File-lutime.patch (6.86 KB) 0002-Add-support-for-File-lutimes-on-Windows.patch (3.9 KB) 0003-Add-support-for-File-lutimes-to-FileUtils.patch (1.92 KB) 0001-Add-support-for-lutimes.patch (10.5 KB) 0002-Add-support-for-File-lutimes-on-Windows-updated.patch (3.33 KB) -- https://bugs.ruby-lang.org/