summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-05-22* lib/prime.rb: Remove obsolete Prime.newmarcandre
2015-05-22intern.h: move rb_sym_all_symbolsnobu
2015-05-22* complex.c (f_complex_polar): simple bug reproduced only when y isusa
2015-05-22process.c: do not discard statusnobu
2015-05-22* NEWS: added news for net-telnet and rakehsbt
2015-05-21* configure.in (RUBY_DTRACE_POSTPROCESS): cmp -b is GNU extension.naruse
2015-05-21* iseq.c: constify.ko1
2015-05-21* proc.c: fix issues caused by binding created from Method#to_proc.ko1
2015-05-21* lib/matrix.rb: added documentation for Matrix#empty and Matrix#/hsbt
2015-05-21* proc.c: rename functions.ko1
2015-05-21fix ChangeLog, tooko1
2015-05-21* proc.c (rb_method_get_iseq): rename to rb_method_iseq.ko1
2015-05-21* lib/net/telnet.rb: gemify net-telnet.hsbt
2015-05-21* vm_method.c: Remove private attribute warning [Bug #10967]zzak
2015-05-21* proc.c (method_proc): rename to method_to_proc.ko1
2015-05-21Fixes for grammar and style [ci skip]nobu
2015-05-21variable.c: generic_iv_tbl is unavoidablenormal
2015-05-20* iseq.c (exception_type2symbol): show correct bug message.ko1
2015-05-20* lib/base64.rb: Fix rdoc-formatting for padding argument.mame
2015-05-20configure.in: DEPRECATED_BYnobu
2015-05-20configure.in: attribute argumentsnobu
2015-05-20* vm_dump.c (rb_print_backtrace): return value of libexec's backtracenaruse
2015-05-20added contributor namehsbt
2015-05-19ChangeLog: fix typonobu
2015-05-19iseq.c: check srouce typenobu
2015-05-19* lib/benchmark.rb: Update Benchmark documentation and formatting.hsbt
2015-05-19numeric.c: Bignum 0 is not positivenobu
2015-05-19* lib/uri/rfc2396_parser.rb (initialize_pattern):naruse
2015-05-19ruby.h: add old namesnobu
2015-05-19ruby.h: cast for C++nobu
2015-05-19ruby.h: cast for C++nobu
2015-05-18fix a typo [ci skip]kazu
2015-05-18intern.h: rb_f_notimplement for ext on Windowsnobu
2015-05-18* lib/monitor.rb (mon_try_enter, mon_enter): should reset @mon_countshugo
2015-05-17lib/webrick/utils.rb: simplify by avoiding fcntlnormal
2015-05-17numeric.c: Numeric#positive? and Numeric#negative?nobu
2015-05-17lib/webrick/server.rb: avoid redundant fcntl callnormal
2015-05-17ext/socket/init.c: use SOCK_NONBLOCK if availablenormal
2015-05-16* load.c (loaded_feature_path): stop returning false negatives fortenderlove
2015-05-16* string.c: added documentation for character sequence \' with String#subhsbt
2015-05-16* enum.c: fix a sample code. Patch by @eagletmthsbt
2015-05-16gc.c: rename alloc as wrapnobu
2015-05-16* win32/win32.c (rb_w32_accept): simplified.usa
2015-05-15array.c: [DOC] return values are not new array [CI SKIP]nobu
2015-05-14* lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.xibbar
2015-05-14* variable.c: Change autoload to call `require` through Ruby rathertenderlove
2015-05-14forgot mentioning to the ticket [ci skip]sorah
2015-05-14* enum.c (enum_grep_v, grep_i, grep_iter_i, Init_enum):sorah
2015-05-14* ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt
2015-05-13* enum.c (enum_to_a): revert r50457.glass