aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd isakr2009-02-254-17/+37
* * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa2009-02-253-17/+96
* * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa2009-02-253-2/+9
* * string.c (rb_str_each_line): constified.nobu2009-02-251-1/+1
* * string.c (rb_str_force_encoding): should clear coderange at changingnobu2009-02-253-3/+13
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-253-16/+24
* rdoc update.akr2009-02-241-1/+1
* * string.c (rb_str_chomp_bang): coderange may change.nobu2009-02-243-1/+10
* rdoc update.akr2009-02-241-5/+8
* * string.c (rb_str_delete_bang): should recalculate coderange.nobu2009-02-243-2/+20
* rdoc update.akr2009-02-241-1/+13
* * file.c (rb_file_size): new method added. [ruby-core:22088]matz2009-02-242-0/+21
* * class.c (rb_scan_args): Allow specifying the number of trailingknu2009-02-245-9/+23
* * ext/curses/curses.c (curses_colors): new method added. a patchmatz2009-02-243-0/+32
* * class.c (rb_scan_args): Revamp rb_scan_args() to compute theknu2009-02-242-78/+74
* * 2009-02-25svn2009-02-241-2/+2
* * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that aknu2009-02-242-0/+9
* add comment.akr2009-02-241-0/+1
* * ext/socket/socket.c (sockaddr_obj): convert fe80:1::1 to fe80::1%1.akr2009-02-242-0/+20
* reordered.akr2009-02-241-3/+3
* rdoc update.akr2009-02-241-0/+2
* * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.akr2009-02-243-2/+27
* * ext/socket/ancdata.c (ancillary_timestamp): new method.akr2009-02-243-0/+68
* * common.mk (main): split from exts and makes main program afternobu2009-02-245-11/+59
* * common.mk (ripper.c): exec can't work on Windows.nobu2009-02-244-2/+9
* * Makefile.in (id.h): overwrites unconditinally.nobu2009-02-242-1/+5
* * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger thannobu2009-02-242-0/+10
* * signal.c (rb_disable_interrupt, rb_enable_interrupt): seenobu2009-02-242-2/+7
* * process.c (rb_waitpid): last argument was missing.nobu2009-02-242-2/+9
* * 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