aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/socket/socket.c (rsock_sys_fail_sockaddr): Delete 2nd argument.akr2013-04-063-6/+13
* * ext/socket/socket.c (rsock_sys_fail_path): Use rb_str_inspect onlyakr2013-04-062-8/+18
* * ext/socket/rubysocket.h (rsock_sys_fail_host_port) Wrap by NORETURN.akr2013-04-062-3/+9
* * ext/socket/socket.c (rsock_sys_fail_path): Use rb_str_inspect if theakr2013-04-062-3/+15
* * ext/socket: Improve socket exception message to show socket address.akr2013-04-0611-28/+182
* * test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki2013-04-062-1/+8
* * test/dtrace/helper.rb (DTrace::TestCase#trap_probe): needs to passnobu2013-04-061-2/+9
* * ChangeLog: remove duplicated entry due to git-svn conflict.nobu2013-04-061-5/+0
* pack.c: fix definition ordernobu2013-04-062-6/+16
* add a comment.akr2013-04-061-0/+1
* Add a comment.akr2013-04-051-12/+13
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove2013-04-053-3/+9
* change test name to be more helpfultenderlove2013-04-051-2/+2
* * properties.nobu2013-04-050-0/+0
* * ext/psych/lib/psych/exception.rb: there should be only one exceptiontenderlove2013-04-055-10/+19
* parse.y: "nil" for defined? with empty expressionnobu2013-04-053-2/+30
* * ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove2013-04-053-7/+49
* * ext/socket/init.c (cloexec_accept): Fix a compile error onakr2013-04-052-1/+11
* * load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki2013-04-053-3/+33
* * 2013-04-06svn2013-04-051-2/+2
* thread.c: no allocate before deletingnobu2013-04-051-3/+4
* configure.in: gcc_majornobu2013-04-051-8/+2
* configure.in: no -Wextra-token on gcc 3nobu2013-04-051-1/+8
* configure.in: -Werror=extra-tokensnobu2013-04-051-0/+1
* update comments.akr2013-04-051-12/+12
* fix a typo.akr2013-04-051-1/+1
* * include/ruby/defines.h (HAVE_TRUE_LONG_LONG): Defined to distinguishakr2013-04-053-7/+18
* pack.c: use LONG_LONGnobu2013-04-051-1/+1
* * addr2line.c: include ruby/missing.h to fix compile error on Debian.akr2013-04-052-0/+5
* compile.c: defined? with empty expressionnobu2013-04-053-1/+16
* configure.in: no -include optionsnobu2013-04-051-1/+1
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-0531-191/+75
* * properties.nobu2013-04-050-0/+0
* ext/-test-/win32/dln: remove static librarynobu2013-04-051-0/+1
* dl/dl.h: suppress warningnobu2013-04-051-1/+1
* curses.c: fix functionnobu2013-04-053-1/+12
* * test/test_curses.rb: tests for getch.nobu2013-04-051-0/+42
* * ext/curses/hello.rb: Typo in Curses example by Drew Blaszzak2013-04-052-1/+6
* * 2013-04-05svn2013-04-041-2/+2
* object.c: avoid inadvertent symbol creationnobu2013-04-043-4/+28
* * lib/resolv.rb (bind_random_port): Rescue EACCES for SunOS.akr2013-04-042-1/+8
* * ext/socket/extconf.rb: Remove condition for bcc.akr2013-04-043-3/+7
* * include/ruby/ruby.h (FIX2LONG): Parenthesize the macro body.akr2013-04-042-1/+5
* * time.c (time_strftime): Describe %L and %N truncates digits underakr2013-04-042-0/+9
* * object.c (rb_mod_cvar_set): Reverted "avoid inadvertentakr2013-04-042-14/+10
* * ext/pathname/pathname.c (path_write): New method.akr2013-04-044-0/+71
* envutil.rb: assert stderr if marshal failednobu2013-04-041-1/+6
* reduce overhead of TYPEnobu2013-04-043-34/+27
* object.c: avoid inadvertent symbol creationnobu2013-04-041-6/+41
* * thread_pthread.c: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREADyugui2013-04-042-6/+8