aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_env.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: suppress parser warningsnobu2016-02-191-2/+2
* Add a test case for ENV#select_bang,keep_ifnobu2016-01-171-0/+6
* Add a test case for ENV#reject_bang,delete_ifnobu2016-01-171-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_env.rb: escapenobu2015-12-061-1/+1
* hash.c: env encoding fallback on Windowsnobu2015-12-051-0/+11
* test/unit/assertions.rb: all_assertionsnobu2015-09-271-7/+5
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-81/+0
* hash.c: check env vars encodingnobu2015-04-191-7/+24
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test/ruby/test_env.rb: test memory leaks only on Windowsnobu2014-07-151-38/+40
* test_env.rb: relax limitsnobu2014-06-281-6/+6
* test_env.rb: rehearsalnobu2014-06-271-3/+9
* hash.c: fix memory leaknobu2014-06-261-0/+9
* hash.c: fix memory leaknobu2014-06-251-0/+16
* hash.c: fix memory leaknobu2014-06-251-0/+10
* hash.c: prohibit tainted stringsnobu2014-06-251-0/+81
* hash.c: frozen PATH envnobu2014-06-241-0/+18
* hash.c: key name in error messagenobu2013-07-171-1/+4
* test_env.rb: fix testnobu2013-06-211-2/+8
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-6/+0
* test_{env,hash}.rb: descriptive assertionsnobu2013-04-091-6/+6
* use assert_equal, assert_match, and so on.nobu2012-05-071-4/+2
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-241-0/+4
* try and catch for the test of setenv(3).naruse2011-05-291-3/+7
* * hash.c (ruby_setenv): calculate total env block size for win32.arton2011-03-191-0/+12
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-0/+1
* * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu2010-09-111-0/+12
* * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse2010-09-091-1/+1
* * test/ruby/test_env.rb (class TestEnv): fix typo.tarui2010-06-061-2/+2
* Fix test to follow NetBSD's setenv(3).naruse2010-05-191-1/+7
* * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame2010-03-031-0/+18
* * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame2010-01-221-0/+1
* Make sure that ENV.[]= fails when an invalid variable name is given.knu2010-01-111-0/+1
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-1/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-1/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-3/+3
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-221-1/+2
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* * test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame2008-02-051-4/+270
* * test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...nobu2005-07-141-4/+4
* * test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean2005-04-061-9/+9
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-1/+1
* * test/ruby/test_env.rb (test_has_value, test_index): condition fornobu2003-11-281-0/+2
* * test/ruby/test_env.rb: add tests for ENV.usa2003-11-281-0/+84