aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr2015-10-061-0/+19
* vm_args.c: wrap symbol ifuncnobu2015-10-061-0/+7
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-053-0/+3
* * proc.c: enable optimization of Proc#call.ko12015-10-051-4/+4
* * test/ruby/test_thread.rb (test_handle_interrupt_blocking): check ifnagachika2015-10-051-2/+3
* * lib/pp.rb: Use frozen_string_literal: true.akr2015-10-052-30/+34
* * test/ruby/test_thread.rb: fix potential race condition.eregon2015-10-051-3/+2
* proc.c: set ep properlynobu2015-10-051-0/+11
* specify frozen_string_literal: true.akr2015-10-051-12/+14
* * enum.c (nmin_filter): Fix limit value.akr2015-10-041-0/+5
* refix through 52016,52017,52019,52020 [Bug #11486]naruse2015-10-041-1/+2
* test_m17n_comb.rb: messagenobu2015-10-041-1/+1
* test_symbol.rb: relaxnobu2015-10-041-1/+1
* add a test for r52016naruse2015-10-041-0/+4
* test_dir_m17n.rb: fix testnobu2015-10-041-12/+23
* dir.c: normalize cwdnobu2015-10-041-0/+10
* test_symbol.rb: reduce iterationnobu2015-10-031-1/+1
* test_method.rb: remove unlinked method entry testnobu2015-10-021-12/+0
* test_symbol.rb: reduce iterationnobu2015-10-021-1/+1
* test_method.rb: finite loopnobu2015-10-021-8/+3
* test_thread.rb: handshakenobu2015-10-021-3/+3
* test_thread.rb: thread leaknobu2015-10-021-5/+3
* test_symbol.rb: relaxnobu2015-10-011-1/+1
* proc.c: fix symbol proc marknobu2015-10-011-0/+5
* vm_args.c: GC guardnobu2015-10-011-0/+5
* * lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo2015-09-281-0/+11
* * lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo2015-09-281-0/+38
* preserve encodings in error messagesnobu2015-09-288-0/+33
* * test/test_forwardable.rb: Write basic tests for lib/forwardable.hsbt2015-09-281-0/+120
* class.c: refine error messagesnobu2015-09-272-0/+14
* test_rubyoptions.rb: test combinationsnobu2015-09-271-8/+14
* ruby.c: frozen-string-literal optionnobu2015-09-271-0/+15
* fronzen-string-literal pragmanobu2015-09-271-0/+13
* test/unit/assertions.rb: all_assertionsnobu2015-09-274-29/+42
* test_syntax.rb: splitnobu2015-09-261-2/+11
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_lock): skipodaira2015-09-241-1/+1
* parse.y: fix tokennobu2015-09-241-0/+29
* * test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027]seki2015-09-212-5/+5
* test_win32ole_event.rb: fix typo [ci skip]nobu2015-09-211-2/+2
* * test/lib/envutil.rb: mkfifo command based File.mkfifo methodakr2015-09-191-5/+0
* file.c: File.mkfifonobu2015-09-181-2/+1
* * test/ruby/test_dir.rb (TestDir#test_fileno): s/?x/"x"/. Don'tkosaki2015-09-171-10/+10
* variable.c: fail if frozennobu2015-09-161-0/+19
* string.c: keep coderangenobu2015-09-161-0/+25
* * test/ruby/test_thread.rb (TestThread#test_mutex_synchronize):kosaki2015-09-151-8/+11
* * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo2015-09-141-2/+2
* * lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo2015-09-122-1/+97
* * lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo2015-09-121-1/+12
* * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo2015-09-121-0/+25
* * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo2015-09-121-0/+111