| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax test strictness for error message from KeyError | Yuki Nishijima | 2019-11-30 | 1 | -1/+1 |
* | ENV.update should not call block on existing keys | Nobuyoshi Nakada | 2019-11-30 | 1 | -1/+1 |
* | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans | 2019-11-18 | 1 | -7/+0 |
* | Renamed to get rid of name clash | Nobuyoshi Nakada | 2019-07-02 | 1 | -1/+1 |
* | Raise TypeError if calling ENV.freeze | Jeremy Evans | 2019-07-01 | 1 | -0/+4 |
* | Removed Windows version condition | nobu | 2018-10-01 | 1 | -1/+1 |
* | Enumerable#to_h with block and so on | nobu | 2018-09-20 | 1 | -0/+2 |
* | test_env.rb: change mingw branch | k0kubun | 2018-08-15 | 1 | -4/+1 |
* | skip tests failing on AppVeyor MinGW | k0kubun | 2018-08-15 | 1 | -0/+3 |
* | test_env.rb: a failure on appveyor | nobu | 2018-08-11 | 1 | -1/+1 |
* | hash.c: env block size limit on Windows | nobu | 2018-08-11 | 1 | -4/+14 |
* | Add slice method to ENV like Hash#slice | nobu | 2018-04-19 | 1 | -0/+11 |
* | Add a new #filter alias for #select | eregon | 2018-02-25 | 1 | -0/+27 |
* | test/ruby/test_env.rb: suppress a warning | nobu | 2017-12-13 | 1 | -1/+3 |
* | test_env.rb: fix one-off bug | nobu | 2017-10-26 | 1 | -1/+1 |
* | error.c: KeyError#receiver and KeyError#key | nobu | 2017-09-18 | 1 | -1/+3 |
* | hash.c: env_name_new | nobu | 2016-08-05 | 1 | -0/+3 |
* | hash.c: set encoding | nobu | 2016-08-04 | 1 | -0/+2 |
* | hash.c: ensure NUL-terminated for ENV | nobu | 2016-06-10 | 1 | -0/+14 |
* | test/ruby: suppress parser warnings | nobu | 2016-02-19 | 1 | -2/+2 |
* | Add a test case for ENV#select_bang,keep_if | nobu | 2016-01-17 | 1 | -0/+6 |
* | Add a test case for ENV#reject_bang,delete_if | nobu | 2016-01-17 | 1 | -0/+6 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | test_env.rb: escape | nobu | 2015-12-06 | 1 | -1/+1 |
* | hash.c: env encoding fallback on Windows | nobu | 2015-12-05 | 1 | -0/+11 |
* | test/unit/assertions.rb: all_assertions | nobu | 2015-09-27 | 1 | -7/+5 |
* | * include/ruby/ruby.h: $SAFE=2 is now obsolete. | hsbt | 2015-06-18 | 1 | -81/+0 |
* | hash.c: check env vars encoding | nobu | 2015-04-19 | 1 | -7/+24 |
* | * test/lib/envutil.rb: Moved from test/ruby/. | akr | 2014-11-13 | 1 | -1/+0 |
* | test/ruby/test_env.rb: test memory leaks only on Windows | nobu | 2014-07-15 | 1 | -38/+40 |
* | test_env.rb: relax limits | nobu | 2014-06-28 | 1 | -6/+6 |
* | test_env.rb: rehearsal | nobu | 2014-06-27 | 1 | -3/+9 |
* | hash.c: fix memory leak | nobu | 2014-06-26 | 1 | -0/+9 |
* | hash.c: fix memory leak | nobu | 2014-06-25 | 1 | -0/+16 |
* | hash.c: fix memory leak | nobu | 2014-06-25 | 1 | -0/+10 |
* | hash.c: prohibit tainted strings | nobu | 2014-06-25 | 1 | -0/+81 |
* | hash.c: frozen PATH env | nobu | 2014-06-24 | 1 | -0/+18 |
* | hash.c: key name in error message | nobu | 2013-07-17 | 1 | -1/+4 |
* | test_env.rb: fix test | nobu | 2013-06-21 | 1 | -2/+8 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -6/+0 |
* | test_{env,hash}.rb: descriptive assertions | nobu | 2013-04-09 | 1 | -6/+6 |
* | use assert_equal, assert_match, and so on. | nobu | 2012-05-07 | 1 | -4/+2 |
* | * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods. | nobu | 2012-04-24 | 1 | -0/+4 |
* | try and catch for the test of setenv(3). | naruse | 2011-05-29 | 1 | -3/+7 |
* | * hash.c (ruby_setenv): calculate total env block size for win32. | arton | 2011-03-19 | 1 | -0/+12 |
* | * win32/win32.c (rb_w32_getenv): should return NULL if specified name | usa | 2010-09-30 | 1 | -0/+1 |
* | * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariable | nobu | 2010-09-11 | 1 | -0/+12 |
* | * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD in | naruse | 2010-09-09 | 1 | -1/+1 |
* | * test/ruby/test_env.rb (class TestEnv): fix typo. | tarui | 2010-06-06 | 1 | -2/+2 |
* | Fix test to follow NetBSD's setenv(3). | naruse | 2010-05-19 | 1 | -1/+7 |