kou1okada

Results 4 issues of kou1okada

Maybe, this problem occurs only under the cygwin environment. Cause of a problem: ``` Pathname("//host/share").join("hoge.txt") # => # Pathname("//host/share/").join("hoge.txt") # => # ``` This makes corruption at FSSM::Pathname.for().join() in FSSM::Tree::NodeEnumerable.each()....

The `install` command cannot specify a specific version of a package. Currently, to specify a specific version, use `setup -P =`.

enhancement

Currently `apt-cyg` is not considering the provides: parameter in `setup.ini`. It must be considered.

bug
enhancement

If following `wpad.dat` is supplied: ```wpad.dat // return "PROXY proxy.example.com:8080"; return "PROXY proxy.example.com:8080; SOCKS proxy.example.com:1080"; ``` http_proxy will be below: ```console $ declare -p http_proxy declare -x http_proxy=$'http://proxy.example.com:8080\nhttp://proxy.example.com:8080; SOCKS proxy.example.com:1080'...