aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/pathname.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlinkakr2010-08-121-0/+13
* * ext/pathname/pathname.c (path_lstat): Pathname#lstat translatedakr2010-08-121-0/+10
* * ext/pathname/pathname.c (path_stat): Pathname#stat translatedakr2010-08-101-0/+10
* * ext/pathname/pathname.c (path_rename): Pathname#rename translatedakr2010-08-101-0/+10
* * ext/pathname/pathname.c (path_readlink): Pathname#readlink translatedakr2010-08-091-0/+12
* * ext/pathname/pathname.c (path_open): Pathname#openakr2010-08-091-0/+20
* * ext/pathname/pathname.c (path_make_link): Pathname#make_linkakr2010-08-081-0/+13
* * ext/pathname/pathname.c (path_ftype): Pathname#ftype translatedakr2010-08-081-0/+11
* * ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr2010-08-071-2/+23
* * ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr2010-08-071-0/+10
* * ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu2010-08-071-1/+1
* * ext/pathname/pathname.c (Init_pathname): fix number of arguments forakr2010-08-071-1/+1
* * ext/pathname/pathname.c (path_chown): Pathname#chown translatedakr2010-08-061-0/+10
* * ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translatedakr2010-08-061-0/+10
* * ext/pathname/pathname.c (path_chmod): Pathname#chmod translated fromakr2010-08-061-0/+10
* * ext/pathname/pathname.c (path_mtime): Pathname#mtime translated fromakr2010-08-051-0/+10
* * ext/pathname/pathname.c (path_ctime): Pathname#ctime translated fromakr2010-08-051-0/+12
* * ext/pathname/pathname.c (path_atime): Pathname#atime translated fromakr2010-08-031-0/+10
* * ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpathakr2010-08-011-0/+16
* * ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr2010-08-011-0/+18
* * ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr2010-08-011-0/+32
* * ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr2010-08-011-0/+18
* * ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr2010-07-311-0/+10
* * ext/pathname/pathname.c (Init_pathname): The alias,akr2010-07-311-0/+7
* * ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr2010-07-311-0/+10
* * ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr2010-07-301-0/+8
* class description document moved.akr2010-07-291-0/+177
* * ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr2010-07-291-0/+38
* * ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr2010-07-281-0/+16
* * ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr2010-07-271-1/+10
* * ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr2010-07-261-0/+9
* * ext/pathname/pathname.c (get_strpath): check the type.akr2010-07-191-4/+22
* * ext/pathname/pathname.c (path_initialize): return a value.akr2010-07-171-0/+1
* * ext/pathname/lib/pathname.rb (Pathname#initialize): removed.akr2010-07-171-0/+37
* * ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr2010-07-171-0/+9