| Commit message (Expand) | Author | Age | Files | Lines |
| * | * file.c (file_load_ok): checks if regular file. [ruby-dev:38097] | nobu | 2009-02-27 | 3 | -16/+23 |
| * | * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revert | usa | 2009-02-27 | 3 | -3/+57 |
| * | * 2009-02-27 | svn | 2009-02-27 | 1 | -2/+2 |
| * | * lib/ostruct.rb (modifiable): check if really frozen. | nobu | 2009-02-27 | 3 | -2/+13 |
| * | rdoc update. | akr | 2009-02-26 | 1 | -1/+1 |
| * | rdoc update. | akr | 2009-02-26 | 1 | -2/+2 |
| * | * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method. | akr | 2009-02-26 | 4 | -15/+47 |
| * | * hash.c (hash_foreach_iter): fix for prototype. | nobu | 2009-02-26 | 2 | -4/+8 |
| * | * common.mk (INSNS, newline.c, miniprelude.c, prelude.c), | nobu | 2009-02-26 | 4 | -38/+15 |
| * | * test_fork.rb: no need to test if fork(2) is not implemented. | usa | 2009-02-26 | 1 | -5/+8 |
| * | * test_thread.rb: broken test. | usa | 2009-02-26 | 1 | -1/+1 |
| * | * util.c (valid_filename): use our own implementation of open(), | usa | 2009-02-26 | 2 | -11/+8 |
| * | * iseq.c (cdhash_each): resurrects internal literals. | nobu | 2009-02-26 | 2 | -1/+5 |
| * | * include/ruby/win32.h (rb_w32_wopen): prototype forgotten. | usa | 2009-02-26 | 3 | -10/+12 |
| * | * ext/socket/mkconstants.rb: more MSG_* constants. | akr | 2009-02-25 | 2 | -0/+12 |
| * | * 2009-02-26 | svn | 2009-02-25 | 1 | -2/+2 |
| * | * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m. | akr | 2009-02-25 | 3 | -4/+113 |
| * | * ext/socket/ancdata.c (ancillary_unix_rights): raise | akr | 2009-02-25 | 2 | -11/+26 |
| * | * ext/socket/ancdata.c (ancillary_s_unix_rights): new method. | akr | 2009-02-25 | 3 | -1/+114 |
| * | * ext/socket/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd is | akr | 2009-02-25 | 4 | -17/+37 |
| * | * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open file | usa | 2009-02-25 | 3 | -17/+96 |
| * | * win32/Makefile.sub (config.status): use un.rb as cp instead of | usa | 2009-02-25 | 3 | -2/+9 |
| * | * string.c (rb_str_each_line): constified. | nobu | 2009-02-25 | 1 | -1/+1 |
| * | * string.c (rb_str_force_encoding): should clear coderange at changing | nobu | 2009-02-25 | 3 | -3/+13 |
| * | * io.c (rb_io_getline_1): enables limit even if rs is given. | nobu | 2009-02-25 | 3 | -16/+24 |
| * | rdoc update. | akr | 2009-02-24 | 1 | -1/+1 |
| * | * string.c (rb_str_chomp_bang): coderange may change. | nobu | 2009-02-24 | 3 | -1/+10 |
| * | rdoc update. | akr | 2009-02-24 | 1 | -5/+8 |
| * | * string.c (rb_str_delete_bang): should recalculate coderange. | nobu | 2009-02-24 | 3 | -2/+20 |
| * | rdoc update. | akr | 2009-02-24 | 1 | -1/+13 |
| * | * file.c (rb_file_size): new method added. [ruby-core:22088] | matz | 2009-02-24 | 2 | -0/+21 |
| * | * class.c (rb_scan_args): Allow specifying the number of trailing | knu | 2009-02-24 | 5 | -9/+23 |
| * | * ext/curses/curses.c (curses_colors): new method added. a patch | matz | 2009-02-24 | 3 | -0/+32 |
| * | * class.c (rb_scan_args): Revamp rb_scan_args() to compute the | knu | 2009-02-24 | 2 | -78/+74 |
| * | * 2009-02-25 | svn | 2009-02-24 | 1 | -2/+2 |
| * | * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that a | knu | 2009-02-24 | 2 | -0/+9 |
| * | add comment. | akr | 2009-02-24 | 1 | -0/+1 |
| * | * ext/socket/socket.c (sockaddr_obj): convert fe80:1::1 to fe80::1%1. | akr | 2009-02-24 | 2 | -0/+20 |
| * | reordered. | akr | 2009-02-24 | 1 | -3/+3 |
| * | rdoc update. | akr | 2009-02-24 | 1 | -0/+2 |
| * | * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME. | akr | 2009-02-24 | 3 | -2/+27 |
| * | * ext/socket/ancdata.c (ancillary_timestamp): new method. | akr | 2009-02-24 | 3 | -0/+68 |
| * | * common.mk (main): split from exts and makes main program after | nobu | 2009-02-24 | 5 | -11/+59 |
| * | * common.mk (ripper.c): exec can't work on Windows. | nobu | 2009-02-24 | 4 | -2/+9 |
| * | * Makefile.in (id.h): overwrites unconditinally. | nobu | 2009-02-24 | 2 | -1/+5 |
| * | * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than | nobu | 2009-02-24 | 2 | -0/+10 |
| * | * signal.c (rb_disable_interrupt, rb_enable_interrupt): see | nobu | 2009-02-24 | 2 | -2/+7 |
| * | * process.c (rb_waitpid): last argument was missing. | nobu | 2009-02-24 | 2 | -2/+9 |
| * | * numeric.c (flo_eq): remove unnecessary NaN check using isnan(). | matz | 2009-02-23 | 2 | -15/+9 |
| * | * bootstraptest/test_thread.rb: fix for environment where fork is not | mame | 2009-02-23 | 2 | -3/+12 |