summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]zzak2013-04-272-0/+6
* * configure.in: Fix a typo. Should check endgrent() instead ofakr2013-04-272-3/+8
* * 2013-04-28svn2013-04-271-2/+2
* * process.c (obj2gid): Don't call endgrnam() if not exist.akr2013-04-273-3/+11
* * lib/yaml.rb: add security warning to YAML documentationcharliesome2013-04-272-0/+8
* * lib/yaml.rb: Documentation for YAML module [Bug #8213]zzak2013-04-272-1/+28
* * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr2013-04-272-0/+7
* * thread.c: fix typos and documentationeregon2013-04-272-23/+27
* * sparc.c: Use __asm__ instead of asm for gcc.akr2013-04-272-1/+16
* * ext/socket/extconf.rb: Redundant test removed.akr2013-04-272-2/+5
* * ext/socket/extconf.rb (test_recvmsg_with_msg_peek_creates_fds):akr2013-04-272-48/+54
* * internal.h (SIGNED_INTEGER_TYPE_P): New macro.akr2013-04-273-8/+25
* * thread.c (TIMEVAL_SEC_MAX, TIMEVAL_SEC_MIN): Consider environments,akr2013-04-272-3/+19
* test_syntax.rb: split test_syntaxnobu2013-04-271-3/+9
* * 2013-04-27svn2013-04-261-2/+2
* fix typo (r40195, r40428)kazu2013-04-261-1/+1
* * lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that allkou2013-04-263-1/+29
* * lib/rexml/element.rb (REXML::Attributes#to_a): Supportkou2013-04-263-1/+32
* * lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment.kou2013-04-262-2/+6
* * lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.kou2013-04-262-4/+8
* * ext/socket/extconf.rb: Use a block of enable_config() forakr2013-04-262-45/+54
* * dir.c (dir_set_pos): Fix a compilation error when seekdir() is notakr2013-04-262-0/+9
* add comments.akr2013-04-261-0/+5
* * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr2013-04-262-0/+6
* * lib/rss/atom.rb: Documentation for RSS::Atom based on a patch byzzak2013-04-263-1/+114
* dd comment about AC_FUNC_SETPGRP.akr2013-04-261-0/+2
* * ext/curses/extconf.rb: Test linkability of curses_version at first.akr2013-04-263-66/+78
* ring.rb: specify multicast interfaceshirosaki2013-04-253-9/+111
* * 2013-04-26svn2013-04-251-2/+2
* ring.rb: add a socket to @sockets in make_socket()shirosaki2013-04-252-1/+11
* test_rinda.rb: Use KILL on Windowsshirosaki2013-04-252-2/+9
* * ext/curses/extconf.rb: Implementakr2013-04-252-30/+54
* * ext/socket/extconf.rb: Don't use WIDE getaddrinfo by default.akr2013-04-252-2/+6
* * ext/socket/extconf.rb: Remove obsolete options: ---with-ipv6-lib andakr2013-04-252-7/+5
* * ext/socket/extconf.rb: Implementakr2013-04-252-3/+82
* ext/openssl/ossl_bn.c: fix implicit conversionnobu2013-04-251-2/+2
* io.c: conversion from bom encodingnobu2013-04-253-18/+57
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-255-6/+79
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-254-38/+340
* * st.c (st_shift): remove unused variable.nobu2013-04-251-1/+0
* * properties.nobu2013-04-250-0/+0
* * benchmark/bm_hash_shift.rb: add benchmark for Hash#shiftcharliesome2013-04-255-17/+64
* * ext/socket/extconf.rb: Extract C programs as toplevel constants.akr2013-04-252-240/+249
* * array.c: Improve rdoc for eql?marcandre2013-04-241-1/+1
* configure.in: RUBY_RM_RECURSIVEnobu2013-04-242-1/+11
* tracer.rb: File.readlinesnobu2013-04-242-11/+5
* debug.rb: Fix debug listingnobu2013-04-242-10/+21
* * 2013-04-25svn2013-04-241-2/+2
* debug.rb: Fix debug listingnobu2013-04-242-1/+10
* describe the reason to check mblen().akr2013-04-241-0/+1