summaryrefslogtreecommitdiff
path: root/ext/pathname
AgeCommit message (Expand)Author
2014-05-05* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr
2014-05-05* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr
2014-04-02Fix error with empty args.kazu
2014-03-25remove unnecessary unshiftkazu
2014-03-04* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-08-26* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko1
2013-07-19* ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj
2013-05-19fix typos. Patch by k_takata.ktsj
2013-04-14* ext/-test-/debug/depend: New file.akr
2013-04-04* ext/pathname/pathname.c (path_write): New method.akr
2013-03-08* ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()zzak
2012-12-11* ext/pathname/lib/pathname.rb: Hide private methods from RDoc.drbrain
2012-09-12pathname.c: suppress -Wcomment warningnobu
2012-09-12* ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-09* ext/pathname/pathname.c (path_entries): add document suggested byakr
2011-11-19* lib/pathname.rb (Pathname#find): return an enumerator ifakr
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-05-15* remove trailing spaces.nobu
2010-09-21* ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr
2010-09-20* ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr
2010-09-18* ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr
2010-09-18* ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr
2010-09-16* ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr
2010-09-15* ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr
2010-09-15* ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr
2010-09-14* ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr
2010-09-14* ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr
2010-09-13* ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr
2010-09-13* ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr
2010-09-12* ext/pathname/pathname.c (path_writable_real_p):akr
2010-09-12* ext/pathname/pathname.c (path_world_writable_p):akr
2010-09-12* ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr
2010-09-10* ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr
2010-09-10* ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr
2010-09-09* ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr
2010-09-09* ext/pathname/pathname.c (path_size): Pathname#size translated fromakr
2010-09-08* ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr
2010-09-07* ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr
2010-09-07* ext/pathname/pathname.c (path_readable_real_p):akr
2010-09-06* ext/pathname/pathname.c (path_world_readable_p):akr
2010-09-05* ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr
2010-09-05* ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr
2010-09-03* ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr
2010-09-02* ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr
2010-09-02* ext/pathname/pathname.c (path_file_p): Pathname#file?akr
2010-09-01* ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr