aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * doc/NEWS-1.9.1: typo fixed: collect_all -> collect.matz2009-02-022-1/+6
* strip trailing spaces.akr2009-02-021-5/+5
* * cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.nobu2009-02-022-0/+6
* * mkconfig.rb: patchlevel is somtimes minus.usa2009-02-023-4/+11
* * ext/socket/ancdata.c (cmsg_type_to_sym): add #ifdef for no IPv6akr2009-02-022-0/+7
* reduce test time.akr2009-02-021-1/+2
* * file.c (rb_find_file_ext): should not be infected from othernobu2009-02-022-0/+6
* * file.c (rb_home_dir): needs p on DOSISH.nobu2009-02-021-0/+3
* * dir.c (dir_s_home): new method. [ruby-core:21454]nobu2009-02-023-37/+78
* eol-stylenobu2009-02-020-0/+0
* * version.h: bump up to 1.9.2 patchlevel -1.akr2009-02-024-6/+17
* * ext/socket/socket.c (sock_initialize): make 3rd argument, protocol,akr2009-02-023-8/+24
* * ext/socket/constants.c (cmsg_type_arg): INET6 check.usa2009-02-022-0/+6
* * win32/dir.h: forgot to commit.usa2009-02-022-4/+5
* * ext/socket/option.c: use INET6 instead of IPV6.akr2009-02-022-1/+5
* * ext/socket/{options,raddrinfo}.c: use INET6 instead of AF_INET6 forusa2009-02-023-2/+9
* * complex.c (f_signbit): regard NaN as a positive value.shugo2009-02-022-1/+8
* * sample/test.rb (valid_syntax?), test/ruby/test_system.rbnobu2009-02-023-4/+10
* * ext/socket/rubysocket.h (cmsg_type_arg): declared.akr2009-02-0210-0/+1259
* eol-stylenobu2009-02-020-0/+0
* * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,usa2009-02-022-27/+42
* * ext/socket/rubysocket.h (rb_cSockOpt): declared.akr2009-02-0210-8/+428
* * vm.c (vm_backtrace_each): progname is not available atnobu2009-02-022-2/+7
* r21932 was for [ruby-core:21619].nobu2009-02-011-1/+1
* * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu2009-02-018-16/+30
* * vm.c (vm_backtrace_each): now takes an iterator function.nobu2009-02-016-57/+76
* * 2009-02-02svn2009-02-011-2/+2
* * encoding.c (rb_filesystem_encoding): Windows' filesystem encoding isusa2009-02-012-1/+7
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-017-13/+13
* * ext/socket/raddrinfo.c (addrinfo_ipv4_private_p): new method.akr2009-02-013-1/+84
* * lib/optparse.rb (Switch#summarize): strips an equal sign fromnobu2009-02-012-1/+13
* * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu2009-01-315-3/+22
* update rdoc.akr2009-01-311-2/+2
* * lib/test/unit/assertions.rb (assert_equal): show class in failureakr2009-01-312-0/+9
* fix rdoc.akr2009-01-311-2/+2
* * lib/resolv.rb (Resolv::DNS#each_address): don't query IPv6 addressakr2009-01-312-1/+18
* * include/ruby/ruby.h (STR2CSTR): removed.akr2009-01-315-26/+11
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unspecified_p): new method.akr2009-01-313-3/+234
* add a test.akr2009-01-311-0/+11
* * load.c (rb_require_safe): raises when the path to be loaded isnobu2009-01-312-1/+10
* * configure.in (optflags): defaulted to -O3 to get rid of slug ofnobu2009-01-312-1/+6
* * lib/optparse.rb (List#accept, parse_in_order): n option is nonobu2009-01-312-4/+9
* rdoc update.akr2009-01-311-24/+24
* * lib/pathname.rb (Pathname#each_child): new method.akr2009-01-313-1/+37
* rdoc update.akr2009-01-311-0/+11
* * 2009-01-31svn2009-01-301-2/+2
* * lib/test/unit/assertions.rbakr2009-01-302-1/+7
* add ML ref.akr2009-01-301-1/+2
* * lib/pathname.rb (Pathname#realdirpath): new method.akr2009-01-304-21/+89
* * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa2009-01-302-3/+23