summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2013-05-31* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak
2013-05-28fix typotmm1
2013-05-28object_tracing.c: fix argument typenobu
2013-05-28* ext/objspace/object_tracing.c: fix a bug reported atko1
2013-05-28extmk.rb: untouch makefilesnobu
2013-05-28ext/objspace: unexpand Author keywordsnobu
2013-05-27* properties.nobu
2013-05-27* ext/objspace/gc_hook.c, ext/objspace/objspace.c: add new methods toko1
2013-05-27* vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko1
2013-05-27suppress warningsnobu
2013-05-27* include/ruby/ruby.h, gc.c: add new internal eventko1
2013-05-27* include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko1
2013-05-27* ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko1
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* ext/-test-/postponed_job/postponed_job.c: fix `init' function name.ko1
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-05-26* hash.c, include/ruby/ruby.h: support WB protected hash.ko1
2013-05-25* ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stablenaruse
2013-05-25Remove unused variablenaruse
2013-05-24* ext/fiddle/fiddle.c: fix typo in fiddle doc [Bug #8412]charliesome
2013-05-24* ext/strscan/strscan.c (strscan_aref): raise error if givennaruse
2013-05-24io/console: rdocnobu
2013-05-24rename generic io modulesnobu
2013-05-23extmk.rb: don't duplicatenobu
2013-05-23Add a comment.akr
2013-05-21* ext/strscan/strscan.c (strscan_aref): support named captures.naruse
2013-05-21* ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu
2013-05-20* ext/extmk.rb: nodoc this filezzak
2013-05-19* ext/stringio/stringio.c: Correct position of method rdoczzak
2013-05-19* ext/bigdecimal/bigdecimal.c: Formatting for BigMath [Fixes GH-306]zzak
2013-05-19fix typos inspired by r40825kazu
2013-05-19* remove trailing spaces.nobu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-19* ext/fiddle/extconf.rb: ignore rc version of libffi to fix build failure.ktsj
2013-05-18* ext/socket/mkconstants.rb (INTEGER2NUM): Make less comparisons.akr
2013-05-18* ext/socket/mkconstants.rb (INTEGER2NUM): Renamed from INTEGER2VALUE.akr
2013-05-18* ext/socket/mkconstants.rb (INTEGER2VALUE): Suppress a warning:akr
2013-05-18* ext/socket/mkconstants.rb (INTEGER2VALUE): Use LONG2FIX if possible.akr
2013-05-17* ext/socket/mkconstants.rb: Convert integer constants bigger than intakr
2013-05-17* ext/socket/ifaddr.c: Use unsigned LONG_LONG to represent flagsakr
2013-05-17Enable the document for Socket::Ifaddr#ifindex.akr
2013-05-16Fix a dependency.akr
2013-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: fix syntax error.tenderlove
2013-05-15* ext/socket/depend: Add a dependency for ifaddr.o.akr
2013-05-15yaml_tree.rb: fix warning messagenobu
2013-05-15* ext/psych/lib/psych/visitors/yaml_tree.rb: only emit warnings whentenderlove
2013-05-14* ext/psych/lib/psych/visitors/yaml_tree.rb: adding backwardstenderlove
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove
2013-05-14changing variable nametenderlove
2013-05-14* ext/socket/.document: Add ifaddr.c.akr