aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname
Commit message (Expand)AuthorAgeFilesLines
* handle ext/ as r53141naruse2015-12-161-0/+1
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-051-0/+1
* * ext/pathname/lib/pathname.rb: freeze string literals forakr2015-10-041-0/+1
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-141-0/+16
* * ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt2015-05-141-7/+2
* * file.c: NotImplementedError is raised if birthtime is unavailable.zzak2015-01-191-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* pathname.rb: fix a Pathname#relative_path_from crash onnobu2014-09-151-1/+2
* * file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj2014-07-061-1/+1
* * ext/pathname/pathname.c (path_birthtime): Windows support.usa2014-06-281-1/+1
* * ext/pathname/pathname.c (path_birthtime): New method,akr2014-06-282-0/+22
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-051-0/+2
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-051-0/+5
* Fix error with empty args.kazu2014-04-021-0/+1
* remove unnecessary unshiftkazu2014-03-251-2/+1
* * ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj2014-03-041-4/+4
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-2/+2
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-2/+2
* * ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj2013-07-191-1/+1
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * ext/-test-/debug/depend: New file.akr2013-04-141-0/+3
* * ext/pathname/pathname.c (path_write): New method.akr2013-04-041-0/+44
* * ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()zzak2013-03-081-1/+14
* * ext/pathname/lib/pathname.rb: Hide private methods from RDoc.drbrain2012-12-111-9/+9
* pathname.c: suppress -Wcomment warningnobu2012-09-121-1/+1
* * ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak2012-09-122-148/+314
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-2/+2
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-3/+4
* * ext/pathname/pathname.c (path_entries): add document suggested byakr2012-01-091-0/+19
* * lib/pathname.rb (Pathname#find): return an enumerator ifakr2011-11-191-0/+3
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-2/+2
* * remove trailing spaces.nobu2011-05-151-9/+9
* * ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr2010-09-212-10/+12
* * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr2010-09-202-4/+1
* * ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr2010-09-182-13/+26
* * ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr2010-09-182-13/+22
* * ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr2010-09-162-4/+13
* * ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr2010-09-152-3/+10
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-152-3/+15
* * ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr2010-09-142-4/+25
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-142-3/+13
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-132-9/+34
* * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr2010-09-132-7/+10
* * ext/pathname/pathname.c (path_writable_real_p):akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_world_writable_p):akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr2010-09-102-3/+10
* * ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr2010-09-102-3/+10