aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2013-04-29svn2013-04-281-2/+2
* * lib/yaml.rb: Clarify documentation about YAML being always Psych.eregon2013-04-282-22/+16
* * lib/yaml.rb: Use another trick to define the YAML module.eregon2013-04-282-2/+9
* * lib/pp.rb: Update PP module overview by @geopetzzak2013-04-282-13/+30
* ossl_bn.c: fix ossl_bn_initialize bug with integershirosaki2013-04-282-2/+10
* test_io_console.rb: investigate hang-upnobu2013-04-281-5/+13
* README.EXT: update notenobu2013-04-283-4/+18
* * object.c: With feedback from Steve Klabnik, reverted a change tozzak2013-04-282-8/+13
* * lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]zzak2013-04-282-1/+5
* * object.c: Documentation for taint and trust [Bug #8162]zzak2013-04-282-8/+43
* * README.EXT: Copy note from r40505 for rb_sprintf() [Bug #7982]zzak2013-04-282-0/+7
* * ext/curses/curses.c: Update Curses::Window example for nicer outputzzak2013-04-272-3/+12
* * README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982]zzak2013-04-272-1/+6
* * 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