aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_env.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada2020-12-171-1/+0
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-081-10/+9
* ENV.index: delete卜部昌平2020-12-021-1/+0
* Add Hash#except ENV#except [Feature #15822]Timo Schilling2020-06-181-0/+11
* ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada2020-06-101-0/+1
* Environment variable values are not case-insensitiveNobuyoshi Nakada2020-04-181-2/+2
* Compare environment variable names in those manor [Bug #16798]Nobuyoshi Nakada2020-04-181-0/+2
* Relax test strictness for error message from KeyErrorYuki Nishijima2019-11-301-1/+1
* ENV.update should not call block on existing keysNobuyoshi Nakada2019-11-301-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-7/+0
* Renamed to get rid of name clashNobuyoshi Nakada2019-07-021-1/+1
* Raise TypeError if calling ENV.freezeJeremy Evans2019-07-011-0/+4
* Removed Windows version conditionnobu2018-10-011-1/+1
* Enumerable#to_h with block and so onnobu2018-09-201-0/+2
* test_env.rb: change mingw branchk0kubun2018-08-151-4/+1
* skip tests failing on AppVeyor MinGWk0kubun2018-08-151-0/+3
* test_env.rb: a failure on appveyornobu2018-08-111-1/+1
* hash.c: env block size limit on Windowsnobu2018-08-111-4/+14
* Add slice method to ENV like Hash#slicenobu2018-04-191-0/+11
* Add a new #filter alias for #selecteregon2018-02-251-0/+27
* test/ruby/test_env.rb: suppress a warningnobu2017-12-131-1/+3
* test_env.rb: fix one-off bugnobu2017-10-261-1/+1
* error.c: KeyError#receiver and KeyError#keynobu2017-09-181-1/+3
* hash.c: env_name_newnobu2016-08-051-0/+3
* hash.c: set encodingnobu2016-08-041-0/+2
* hash.c: ensure NUL-terminated for ENVnobu2016-06-101-0/+14
* 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