summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2015-05-13fix a typo [ci skip]kazu
2015-05-13parse.y: refine message for gvar w/o identitirsnobu
2015-05-12* enum.c (enum_to_a): fix incompatibility introduced in r50457.glass
2015-05-12* method.h: remove unused declaration.ko1
2015-05-11* ChangeLog: typo(?)usa
2015-05-11* gems/bundled_gems: Update minite-5.6.1 and power_assert-0.2.3.hsbt
2015-05-10ruby.h: fix possible memory leaknobu
2015-05-10gc.c: never call dmark for NULLnobu
2015-05-10* proc.c (proc_binding): fix segmentation fault on marking phase.ktsj
2015-05-10* ext/zlib/zlib.c (rb_gzreader_external_encoding):glass
2015-05-10* ext/win32ole/win32ole_variant.c: fix typo "indicies".glass
2015-05-10* string.c (rb_str_crypt): Raise ArgumentError whenglass
2015-05-10* enum.c (enum_to_a): Use size to set array capa when possible.glass
2015-05-08ext/socket/ancdata.c (bsock_recvmsg_internal): GC guardnormal
2015-05-08test_matrix.rb: Refactor on Matrix#determinantnobu
2015-05-08* lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo
2015-05-08* doc/syntax/control_expressions.rdoc: fix a missing "a"hsbt
2015-05-08vm_eval.c: resolve refined method entrynobu
2015-05-07* proc.c: [DOC] fix Binding#local_variable_set example. [ci skip]sho-h
2015-05-07* Makefile.in (rbconfig.rb): add rule to make.naruse
2015-05-06stdlib: use IO#wait_*able instead of IO.select when possiblenormal
2015-05-06vm_eval.c: undefined refined check_funcallnobu
2015-05-03* ext/-test-/file/fs.c: need to include sys/statvfs.hodaira
2015-05-03* lib/yaml.rb: fix typo. [ci skip][fix GH-890]hsbt
2015-05-03range.c: covered for linear objectsnobu
2015-05-01dln.c: check incompatible librubynobu
2015-04-30compile.c: disallow private readersnobu
2015-04-30* rational.c: Added documentation for rational literal.hsbt
2015-04-30ipsocket.c: sys_errornobu
2015-04-30parse.y: push cmdarg_stacknobu
2015-04-25enc/utf_8.c: limit UTF-8nobu
2015-04-25ChangeLog: fix issue numbernobu
2015-04-25revert r50336nobu
2015-04-24Import ruby-electric.el version 2.2.3 from upstreamknu
2015-04-24* win32/win32.c (rb_w32_{getc,putc}): removed. they are needed for oldusa