diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/pathname/pathname.c | 19 |
2 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,8 @@ Mon Jan 9 20:14:13 2012 Tanaka Akira <[email protected]> * ext/socket/lib/socket.rb (family_addrinfo): don't require protocol @@ -861,8 +861,27 @@ path_s_getwd(VALUE klass) * Return the entries (files and subdirectories) in the directory, each as a * Pathname object. * * The result may contain the current directory #<Pathname:.> and the parent * directory #<Pathname:..>. */ static VALUE path_entries(VALUE self) |