aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (flo_eq): remove unnecessary NaN check using isnan().matz2009-02-232-15/+9
* * bootstraptest/test_thread.rb: fix for environment where fork is notmame2009-02-232-3/+12
* * thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame2009-02-233-11/+28
* * insns.def (opt_minus): inline float operation.matz2009-02-232-0/+51
* * math.c (Need_Float): call rb_to_float() only when it is reallymatz2009-02-232-1/+4
* * range.c (range_each): check #succ only when it is reallymatz2009-02-232-4/+9
* * 2009-02-24svn2009-02-231-2/+2
* * lib/pathname.rb (Pathname#foreachline): removed wronglymatz2009-02-232-6/+5
* * ext/socket/ancdata.c (inspect_timespec_as_abstime): new function toakr2009-02-233-2/+54
* * 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