summaryrefslogtreecommitdiff
path: root/test/ruby/test_env.rb
AgeCommit message (Expand)Author
2016-01-17Add a test case for ENV#select_bang,keep_ifnobu
2016-01-17Add a test case for ENV#reject_bang,delete_ifnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-06test_env.rb: escapenobu
2015-12-05hash.c: env encoding fallback on Windowsnobu
2015-09-27test/unit/assertions.rb: all_assertionsnobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-04-19hash.c: check env vars encodingnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-07-15test/ruby/test_env.rb: test memory leaks only on Windowsnobu
2014-06-28test_env.rb: relax limitsnobu
2014-06-27test_env.rb: rehearsalnobu
2014-06-26hash.c: fix memory leaknobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25hash.c: fix memory leaknobu
2014-06-25hash.c: prohibit tainted stringsnobu
2014-06-24hash.c: frozen PATH envnobu
2013-07-17hash.c: key name in error messagenobu
2013-06-21test_env.rb: fix testnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-04-09test_{env,hash}.rb: descriptive assertionsnobu
2012-05-07use assert_equal, assert_match, and so on.nobu
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2011-05-29try and catch for the test of setenv(3).naruse
2011-03-19* hash.c (ruby_setenv): calculate total env block size for win32.arton
2010-09-30* win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa
2010-09-11* hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu
2010-09-09* test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse
2010-06-06 * test/ruby/test_env.rb (class TestEnv): fix typo.tarui
2010-05-19Fix test to follow NetBSD's setenv(3).naruse
2010-03-03* test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2010-01-11Make sure that ENV.[]= fails when an invalid variable name is given.knu
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-22* test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-02-05* test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame
2005-07-14* test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...nobu
2005-04-06* test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-12-03* io.c (argf_read): should not terminate on empty string; waitmatz
2003-11-28* test/ruby/test_env.rb (test_has_value, test_index): condition fornobu
2003-11-28* test/ruby/test_env.rb: add tests for ENV.usa