summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* The main Thread should have report_on_exception=true for consistencyeregon2017-12-144-3/+13
* NEWS: add entry for opensslrhe2017-12-141-0/+5
* openssl: import v2.1.0rhe2017-12-147-115/+158
* NaCl support is dropped at r60374naruse2017-12-141-42/+0
* numeric.c: [DOC] grammar fixesstomar2017-12-141-3/+3
* struct.c: [DOC] improve docs for Struct.newstomar2017-12-141-3/+2
* process.c: [DOC] fix grammar and double negativestomar2017-12-141-2/+2
* NEWS: grammar fixesstomar2017-12-141-15/+15
* enum.c: improve docs for Enumerable#{any?,all?,none?,one?}stomar2017-12-141-4/+4
* Implement String#undump to unescape String#dump-ed stringtadd2017-12-143-17/+320
* node.h: add nd_last_loc and nd_set_last_locmame2017-12-142-12/+8
* Thread.current.report_on_exception = falseusa2017-12-141-0/+3
* Use string instead of regexpnaruse2017-12-141-1/+1
* node.[ch], parse.y, compile.c: rename nd_column to nd_first_columnmame2017-12-144-38/+38
* parse.y: suppress "unused variable" warning of ripper.ymame2017-12-141-0/+9
* prelude.rb: remove duplicate rdocnobu2017-12-141-3/+1
* bigdecimal: dependencynobu2017-12-141-7/+9
* * gems/bundled_gems: Upgrade the did_you_mean gem to 1.2.0yuki2017-12-141-1/+1
* Added `test-bundler` and `test-bundled-gems` to `make help` entries`.hsbt2017-12-141-28/+30
* Allow empty path components in a URI [Bug #8352]knu2017-12-143-3/+13
* iseq.c: dump type of branchiftype on disasmk0kubun2017-12-133-2/+11
* Document how to deal with output created by Thread.report_on_exception.eregon2017-12-131-16/+42
* NEWS: bigdecimal 1.3.3mrkn2017-12-131-0/+19
* * 2017-12-14svn2017-12-131-1/+1
* bigdecimal: version 1.3.3mrkn2017-12-138-291/+398
* [DOC] Fix exception class [ci skip]kazu2017-12-131-2/+2
* vcs.rb: raise NotFoundError when command not foundnobu2017-12-131-0/+2
* Travis: the workaround needs sudo: required to workeregon2017-12-131-2/+1
* Use the older Travis CI imageeregon2017-12-131-0/+3
* NEWS: typo [DOC] [ci skip]sorah2017-12-131-1/+1
* test/ruby/test_env.rb: suppress a warningnobu2017-12-131-1/+3
* test_process.rb: fix error when empty groupsnobu2017-12-131-0/+1
* Ripper::Lexer bit predicatesnobu2017-12-131-0/+3
* process.c: adjust indentnobu2017-12-131-1/+1
* Avoid extra output in test_thread_interrupt_for_killed_threaderegon2017-12-131-0/+1
* Revert r61054naruse2017-12-131-45/+31
* Bump version to etc-1.0.0 as default gems.hsbt2017-12-131-3/+3
* Bump version to csv-1.0.0 as default gems.hsbt2017-12-131-3/+3
* Modify git clone commandhsbt2017-12-131-1/+1
* parse.y: Revert r61196yui-knk2017-12-131-1/+1
* webrick: compile RE correctly for beginning and end matchnormal2017-12-132-2/+27
* parse.y: Fix the locations of an empty scriptyui-knk2017-12-121-1/+1
* Capture the values of globals in EnvUtil to restore to the originaleregon2017-12-122-20/+24
* Revert r61192 and r61193eregon2017-12-123-14/+11
* Use EnvUtil.with_default_external in tests needing iteregon2017-12-122-5/+11
* Do not change Encoding.default_internal in assert_raise_with_messageeregon2017-12-121-6/+3
* Check that global encodings are not changed in test-alleregon2017-12-121-1/+23
* Remove useless assertion in TestThread#test_handle_interrupt_blockingeregon2017-12-121-1/+1
* Handle exception explicitly in TestBignum#test_interrupt_during_to_seregon2017-12-121-3/+5
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-1219-148/+181