summaryrefslogtreecommitdiff
path: root/test/ruby/test_env.rb
AgeCommit message (Expand)Author
2020-12-17test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada
2020-12-08Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis
2020-12-02ENV.index: delete卜部昌平
2020-06-18Add Hash#except ENV#except [Feature #15822]Timo Schilling
2020-06-10ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada
2020-04-18Environment variable values are not case-insensitiveNobuyoshi Nakada
2020-04-18Compare environment variable names in those manor [Bug #16798]Nobuyoshi Nakada
2019-11-30Relax test strictness for error message from KeyErrorYuki Nishijima
2019-11-30ENV.update should not call block on existing keysNobuyoshi Nakada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-07-02Renamed to get rid of name clashNobuyoshi Nakada
2019-07-01Raise TypeError if calling ENV.freezeJeremy Evans
2018-10-01Removed Windows version conditionnobu
2018-09-20Enumerable#to_h with block and so onnobu
2018-08-15test_env.rb: change mingw branchk0kubun
2018-08-15skip tests failing on AppVeyor MinGWk0kubun
2018-08-11test_env.rb: a failure on appveyornobu
2018-08-11hash.c: env block size limit on Windowsnobu
2018-04-19Add slice method to ENV like Hash#slicenobu
2018-02-25Add a new #filter alias for #selecteregon
2017-12-13test/ruby/test_env.rb: suppress a warningnobu
2017-10-26test_env.rb: fix one-off bugnobu
2017-09-18error.c: KeyError#receiver and KeyError#keynobu
2016-08-05hash.c: env_name_newnobu
2016-08-04hash.c: set encodingnobu
2016-06-10hash.c: ensure NUL-terminated for ENVnobu
2016-02-19test/ruby: suppress parser warningsnobu
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