aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/socket/ancdata.c (inspect_bintime_as_abstime): new function toakr2009-02-234-0/+78
* * ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_takr2009-02-233-7/+15
* * array.c (rb_ary_index, rb_ary_rindex): We know that argc is notknu2009-02-232-4/+12
* * lib/fileutils.rb (mv): added description for the case ofnobu2009-02-232-1/+6
* * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,nobu2009-02-234-0/+19
* * README.EXT, README.EXT.ja: added macros for the Compatibilities.nobu2009-02-233-0/+54
* typonobu2009-02-231-1/+1
* * ext/socket/mkconstants.rb: define SO_TIMESTAMPNS and SCM_TIMESTAMPNSakr2009-02-222-0/+7
* add a test.akr2009-02-221-0/+18
* * ext/socket/ancdata.c (ancillary_inspect): use SCM_TIMESTAMP insteadakr2009-02-222-3/+8
* * ext/socket/ancdata.c (inspect_timeval_as_abstime): new function.akr2009-02-222-0/+30
* * ext/socket/option.c (inspect_timeval_as_interval): renamed fromakr2009-02-222-3/+8
* * ext/socket/option.c (inspect_timeval): fix the size test.akr2009-02-222-1/+5
* rdoc update.akr2009-02-221-2/+2
* * 2009-02-23svn2009-02-221-2/+2
* rdoc update.akr2009-02-221-2/+2
* rdoc update.akr2009-02-221-12/+13
* stripped trailing spaces.nobu2009-02-221-202/+202
* stripped trailing spaces.nobu2009-02-2243-849/+847
* * string.c (tr_trans): should recalculate coderange.nobu2009-02-223-2/+20
* * test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].nobu2009-02-221-3/+8
* * ext/socket/option.c (inspect_linger): message refined.akr2009-02-222-1/+5
* * ext/socket/init.c (s_recvfrom): use rb_io_wait_readable afterakr2009-02-222-0/+8
* * ChangeLog: [ruby-core:22326] has been fixed at r22505.nobu2009-02-221-0/+1
* * ext/socket/option.c (inspect_errno): new function.akr2009-02-222-1/+22
* * re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066]akr2009-02-222-0/+5
* * string.c (tr_trans): should not be affected by the encoding ofnobu2009-02-223-6/+31
* * ext/socket/init.c (s_recvfrom_nonblock): handles EAGAIN too.nobu2009-02-222-2/+23
* rdoc update.akr2009-02-221-1/+1
* * eval.c (ruby_options): evaluator now expects iseq instead of tree.yugui2009-02-223-7/+13
* * Makefile.in (configure): unset PWD to use symlink to buildingnobu2009-02-222-2/+5
* * Makefile.in (up): cd doesn't need LC_TIME, VCS needs.nobu2009-02-222-1/+5
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-221-0/+11
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-224-21/+62
* * lib/pathname.rb (Pathname#binread): added. [ruby-dev:37952]matz2009-02-212-1/+15
* * ext/socket/ancdata.c (bsock_recvmsg_internal): handle EMSGSIZE asakr2009-02-212-2/+12
* * ext/socket/ancdata.c (bsock_recvmsg_internal): check max lengthakr2009-02-212-0/+11
* * ext/socket/ancdata.c (bsock_recvmsg_internal): don't callakr2009-02-212-2/+8
* * ext/socket/ancdata.c (bsock_recvmsg_internal): gc when SCM_RIGHTSakr2009-02-212-2/+29
* * io.c (io_getpartial): error message describes what should beakr2009-02-217-5/+131
* * 2009-02-22svn2009-02-211-2/+2
* * ext/socket/ancdata.c (bsock_recvmsg_internal): check recvmsg errorakr2009-02-212-3/+8
* rdoc update.akr2009-02-211-3/+3
* * 2009-02-21svn2009-02-211-2/+2
* mention the platform which causes cmsg_len > msg_controllen.akr2009-02-211-1/+1
* * 2009-02-20svn2009-02-201-2/+2
* * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() becauseusa2009-02-203-17/+21
* * ext/socket/ancdata.c (make_io_for_unix_rights): cmsg_len may beakr2009-02-192-11/+21
* * ext/socket/ancdata.c (bsock_recvmsg_internal): fix exception.akr2009-02-192-1/+5
* * ext/socket/ancdata.c (ancillary_unix_rights): method renamed.akr2009-02-193-15/+19