summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-01-02parse.y: yylval.num should be u3nobu
2016-01-01* lib/ostruct.rb: Fix case of frozen object with initializer.marcandre
2016-01-01* NEWS: mention about CSV's liberal_parsing option.kazu
2016-01-01* ChangeLog: added missing reference for GitHubhsbt
2016-01-01* doc/NEWS-2.3.0: fix double words typo.hsbt
2016-01-01compile.c: adjust call_info countnobu
2016-01-01compile.c: remove unreferred labelnobu
2016-01-01Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg2
2016-01-01mkconfig.rb: SDKROOTnobu
2015-12-31Add test for Enumerator::Lazy#takenobu
2015-12-31parse.y: single-quote indented heredocnobu
2015-12-31ostruct.rb: deferred accessorsnobu
2015-12-31* lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinitionmarcandre
2015-12-30* test/ruby/test_module.rb (test_classpath): r53376 may changenaruse
2015-12-30* common.mk (help): Fix typo.eregon
2015-12-30* lib/net/http/responses.rb: Added new response class for 451 status code.hsbt
2015-12-30* lib/webrick/httpstatus.rb: Added HTTP 451 Status Code.hsbt
2015-12-30* doc/syntax/calling_methods.rdoc: fix old operator for safe navigationhsbt
2015-12-30Add test for String#ordnobu
2015-12-30forwardable.rb: adjust backtrace by tail callnobu
2015-12-30Forwardable: Fix delegating to 'args' and 'block'nobu
2015-12-30object.c: fix prepend cmpnobu
2015-12-30test_io.rb: test for rb_io_modestr_fmodenobu
2015-12-29test_stringio.rb: test_initializenobu
2015-12-29ChangeLog: add entry for r53376normal
2015-12-29* thread_pthread.c (rb_thread_create_timer_thread): destroy attr evennagachika
2015-12-29thread_pthread.c (rb_thread_create_timer_thread): fix racenormal
2015-12-29* ChangeLog: remove duplicated entries at r53366.nagachika
2015-12-29ruby.c: command line option over RUBYOPT envnobu
2015-12-29eval.c: warn block for usingnobu
2015-12-29ostruct.rb: respond_to?nobu
2015-12-29* test/mkmf/test_have_func.rb (test_have_func):mrkn
2015-12-28thread_sync.c: static classesnormal
2015-12-28Resolv::IPv6.create: avoid modifying frozen string literalnormal
2015-12-28fix a typo [ci skip]kazu
2015-12-28Add test for String#rstrip!nobu
2015-12-28Add test for String#lstrip!nobu
2015-12-27* ext/win32ole/win32ole.c (ole_variant2val): refactoring.suke
2015-12-27* process.c (rb_execarg_parent_start1): need to convert the encoding tousa
2015-12-27* process.c (rb_execarg_addopt): need to convert to ospath.usa
2015-12-27* process.c: use rb_w32_uchdir() instead of plain chdir() on Windows.usa
2015-12-27* enc/x_emoji.h: fix dead-link.hsbt
2015-12-27* doc/NEWS-2.3.0: fix a typo.hsbt
2015-12-27Fix rdoc for String#rstrip!, lstrip! [ci skip]nobu
2015-12-27IO#readpartial rejects bad argsnormal
2015-12-27Add tests for String#lstrip and rstripnobu
2015-12-27Add test for String#test_insert.nobu
2015-12-27parse.y: show_bitstacknobu
2015-12-27depend: version dependencynobu
2015-12-27* remove trailing spaces.svn