summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-10Explictly flush stdionaruse
2013-04-10* regint.h: fix typo: _M_AMD86 -> _M_AMD64.naruse
2013-04-10* ext/fiddle/extconf.rb: define RUBY_LIBFFI_MODVERSION macro.naruse
2013-04-10* lib/mkmf.rb (pkg_config): Add optional argument "option".naruse
2013-04-10* 2013-04-11svn
2013-04-10* ext/fiddle/closure.c (initialize): check mprotect's return value.naruse
2013-04-10* ext/bigdecimal/bigdecimal.c (VpCtoV): Initialize a local variableakr
2013-04-10* bignum.c (rb_ll2big): Don't overflow on signed integer negation.akr
2013-04-10parse.y: mrhs_argnobu
2013-04-10fix a typo and indent with tab instead of spaceskazu
2013-04-09Refactored.akr
2013-04-09* 2013-04-10svn
2013-04-09* internal.h (MUL_OVERFLOW_INT_P): New macro.akr
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr
2013-04-09* lib/open-uri.rb: Support multiple fields with same fieldakr
2013-04-09test_{env,hash}.rb: descriptive assertionsnobu
2013-04-09compile.c: append keyword hash to splatnobu
2013-04-09mkmf.rb: timestamp directorynobu
2013-04-09io.c: define EWOULDBLOCKnobu
2013-04-09Finish docs for URI::FTP by @darkhelmet [fix GH-274]hsbt
2013-04-09Fix documentation by @jc00ke [fix GH-278]hsbt
2013-04-09Fixed comment typo by @qqshfox [fix GH-279]hsbt
2013-04-08Revert r40194 "mkmf.rb: timestamp directory"naruse
2013-04-08* properties.nobu
2013-04-08* remove trailing spaces.nobu
2013-04-08Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius
2013-04-08mkmf.rb: timestamp directorynobu
2013-04-08socket/extconf.rb: add -Dnobu
2013-04-08socket/extconf.rb: check struct in_addr6nobu
2013-04-08option.c: fix macro namenobu
2013-04-08* 2013-04-09svn
2013-04-08constants.c: fix macro namenobu
2013-04-08object.c: extract common codenobu
2013-04-08ext/depend: fix dependency for nmakenobu
2013-04-08ext/depend: fix dependencynobu
2013-04-08* ext/depend (ENCOBJS, TRANSOBJS): Add missing dependencies.yugui
2013-04-08win32ole.c: check aritynobu
2013-04-08Fixes a build failure of ext/ripper/ripper.c on building out of place.yugui
2013-04-08test_curses.rb: add sentinelnobu
2013-04-08* lib/cgi/util.rb (CGI::unescapeHTML): fix Hexadecimal numeric character.xibbar
2013-04-08Suppress warningsnaruse
2013-04-08* 2013-04-08svn
2013-04-08* object.c (rb_obj_ivar_set): call to_str for string only once.naruse
2013-04-07* object.c (rb_mod_const_set): call to_str for string only once.naruse
2013-04-07* object.c (rb_mod_cvar_set): call to_str for string only once.naruse
2013-04-07Regexp.escape(RUBY_PLATFORM)kazu
2013-04-07* include/ruby/defines.h: Simplify the logic to include sys/select.h.akr
2013-04-07* lib/resolv.rb (MDNSOneShot#sender): Delete an unused variable.akr
2013-04-06* addr2line.c: use more generic type:naruse
2013-04-06Improve ruby-electric-mode.knu