aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr2010-08-012-11/+18
* * ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr2010-08-012-9/+32
* * ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr2010-08-012-19/+18
* * ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr2010-07-312-4/+10
* * ext/pathname/pathname.c (Init_pathname): The alias,akr2010-07-312-3/+7
* * ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr2010-07-312-5/+10
* * ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr2010-07-302-4/+8
* class description document moved.akr2010-07-292-177/+177
* * ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr2010-07-292-6/+38
* * ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr2010-07-282-12/+16
* * ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr2010-07-272-3/+10
* * ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr2010-07-262-1/+9
* * ext/pathname/pathname.c (get_strpath): check the type.akr2010-07-192-5/+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-172-15/+37
* * ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr2010-07-173-0/+1066