aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathname
Commit message (Expand)AuthorAgeFilesLines
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-121-1/+1
* [pathname] Make Pathname Ractor safe (#3940)Kenta Murata2020-12-201-0/+22
* Make the test suite pass on real Android/Termux environmentYusuke Endoh2020-10-121-1/+19
* Optimize Pathname#relative? / absolute?Marc-Andre Lafortune2020-09-141-5/+5
* Prefer more descriptive assertion methodsNobuyoshi Nakada2020-06-211-11/+11
* brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平2020-01-241-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-47/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-10/+0
* Fix more keyword argument separation issues in PathnameJeremy Evans2019-09-261-0/+32
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+1
* Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans2019-09-211-0/+6
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-091-0/+1
* Delegates 3 arguments for Pathname.glob.Tanaka Akira2019-07-141-0/+11
* STATX_BTIME depends on filesystemsnobu2019-02-221-0/+2
* Do not test File class methodnobu2019-02-201-3/+3
* Skip EPERMnobu2019-02-201-0/+3
* Try statx syscallnobu2019-02-201-4/+9
* Pathname#relative_path_from uses is_a?akr2018-12-181-0/+1
* Pathname#relative_path_from compatible with mock.akr2018-12-161-0/+14
* Pathname: Have #relative_path_from accept String argument.marcandre2018-11-131-1/+2
* skip some tests so that no failure occurs in root privilegemame2018-01-101-0/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-1/+1
* Fixed misspelling words.hsbt2017-10-221-1/+1
* test_pathname.rb#test_open should care about umaskkosaki2017-10-211-2/+2
* Pathname#glob method implemented.akr2017-10-211-0/+13
* pathname.rb: UNC root pathname needs a separatornobu2017-06-161-2/+4
* Pathname#empty? implemented.akr2016-11-051-0/+14
* * 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
* specify frozen_string_literal: true.akr2015-10-051-12/+14
* test_pathname.rb: fix exceptionnobu2015-08-291-1/+1
* test: try File.symlink with invalid pathsnobu2015-08-291-1/+1
* test: File.symlink needs administrator privilegenobu2015-08-281-1/+1
* test_pathname.rb: skip EACCESnobu2015-08-261-0/+1
* remove unnecessary enumerator requiresnormal2015-07-171-1/+0
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-141-2/+10
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* pathname.rb: fix a Pathname#relative_path_from crash onnobu2014-09-151-0/+13
* * test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.hsbt2014-09-041-0/+5
* * ext/pathname/pathname.c (path_birthtime): New method,akr2014-06-281-0/+8
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-051-0/+8
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-051-0/+4
* Fix error with empty args.kazu2014-04-021-0/+2
* remove unnecessary unshiftkazu2014-03-251-0/+8
* * ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj2014-03-041-0/+25
* * test/pathname/test_pathname.rb: use File.exist? instead of File.exists?hsbt2014-02-161-1/+1
* * ext/pathname/pathname.c (path_write): New method.akr2013-04-041-0/+16
* * test/pathname/test_pathname.rb (test_binread): add assertion tonagachika2012-02-091-1/+3
* * test/pathname/test_pathname.rb: not read but binread.naruse2012-02-081-1/+1