Actions
Bug #1175
closedFile.expand_path("~user") dose not work
    Bug #1175:
    File.expand_path("~user") dose not work
  
Description
=begin
File.expand_path が "~user" のような特定ユーザのホームディレクトリ指定を含む
パスを展開しなくなっているようです。
% ruby-trunk -v -e 'p File.expand_path("~user")'
ruby 1.9.2dev (2009-02-19 trunk 22427) [i686-linux]
"~user"
HAVE_GETPWENT が定義されていないといけないのに configure.in のチェック対象関数に含まれていないためのようです。
=end
Files
        
          
          Updated by nobu (Nobuyoshi Nakada) over 16 years ago
          
          
        
        
      
      - Status changed from Open to Closed
 - % Done changed from 0 to 100
 
=begin
Applied in changeset r22428.
=end
Actions