summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/raddrinfo.c: suppress strict-aliasing warning withakr2009-02-275-10/+31
* * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr2009-02-273-20/+72
* * ext/openssl/lib/openssl/buffering.rb: define Buffering module underakr2009-02-272-0/+7
* add a test.akr2009-02-271-0/+33
* * lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr2009-02-272-2/+9
* * util.c: fix SEGV by test_time.rb withakr2009-02-272-33/+49
* * compile.c (cdhash_type, iseq_set_sequence): should not callnobu2009-02-272-0/+39
* * file.c (file_load_ok): cygwin allows to open directories.nobu2009-02-271-1/+1
* * file.c (file_load_ok): cygwin allows to open directories.nobu2009-02-271-1/+1
* * gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu2009-02-273-4/+9
* * file.c (file_load_ok): checks if regular file, except for thenobu2009-02-272-7/+15
* * include/ruby/intern.h (rb_io_get_io): added prototype.nobu2009-02-271-0/+1
* * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu2009-02-273-16/+23
* * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa2009-02-273-3/+57
* * 2009-02-27svn2009-02-271-2/+2
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-273-2/+13
* rdoc update.akr2009-02-261-1/+1
* rdoc update.akr2009-02-261-2/+2
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr2009-02-264-15/+47
* * hash.c (hash_foreach_iter): fix for prototype.nobu2009-02-262-4/+8
* * common.mk (INSNS, newline.c, miniprelude.c, prelude.c),nobu2009-02-264-38/+15
* * test_fork.rb: no need to test if fork(2) is not implemented.usa2009-02-261-5/+8
* * test_thread.rb: broken test.usa2009-02-261-1/+1
* * util.c (valid_filename): use our own implementation of open(),usa2009-02-262-11/+8
* * iseq.c (cdhash_each): resurrects internal literals.nobu2009-02-262-1/+5
* * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa2009-02-263-10/+12
* * ext/socket/mkconstants.rb: more MSG_* constants.akr2009-02-252-0/+12
* * 2009-02-26svn2009-02-251-2/+2
* * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr2009-02-253-4/+113
* * ext/socket/ancdata.c (ancillary_unix_rights): raiseakr2009-02-252-11/+26
* * ext/socket/ancdata.c (ancillary_s_unix_rights): new method.akr2009-02-253-1/+114
* * 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