summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2015-04-23* win32/win32.c: remove bcc related code.naruse
2015-04-23* win32/win32.c (rb_acrt_lowio_lock_fh): wrap _pioinfo(i)->lock.naruse
2015-04-23* win32/win32.c (_filbuf): msvc14 doesn't have it, use _fgetc_nolock.naruse
2015-04-23* win32/win32.c (dupfd): use _set_osfhnd.naruse
2015-04-23* gc.c (gc_mark_roots): fox to work PRINT_ROOT_TICKS.ko1
2015-04-23* win32/Makefile.sub: MSVC14 have struct timespec.naruse
2015-04-23fix a typo [ci skip]kazu
2015-04-23vm_eval.c: allow symbols to instance_eval/execnobu
2015-04-23* lib/delegate.rb: fix a typo.hsbt
2015-04-22* lib/net/imap.rb (move, uid_move): support the MOVE command definedshugo
2015-04-22* test/ruby/test_object.rb: add tests for Kernel#String and Kernel#Array.gogotanaka
2015-04-21* test/ruby/test_object.rb: renamed tests to explicitly class name.hsbt
2015-04-20socket: avoid common exceptions when calling connect_nonblocknormal