aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/io.h, io.c: reverted r21709.nobu2010-06-275-22/+43
* * io.c (simple_sendfile): don't try to send data more than SSIZE_MAXakr2010-06-272-2/+13
* * enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737]marcandre2010-06-271-1/+1
* * lib/rubygems/require_paths_builder.rb (write_require_paths_file_if_needed):nobu2010-06-273-11/+13
* * configure.in (enable-debug-env): option for RUBY_DEBUG env.nobu2010-06-264-0/+23
* * common.mk (clear-installed-list): put redirection before setnobu2010-06-262-1/+7
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): no needs to copy thenobu2010-06-262-1/+7
* * NEWS (zlib): new methods. [ruby-dev:41706] [Bug #3472]mame2010-06-252-0/+6
* * test/win32ole/test_win32ole_method.rb (test_offset_vtbl): checksuke2010-06-252-1/+28
* * 2010-06-26svn2010-06-251-2/+2
* * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui2010-06-253-2/+20
* Fixing a spelling error.jeg22010-06-251-1/+1
* * lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg22010-06-253-2/+29
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err):nobu2010-06-252-1/+5
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): change thenobu2010-06-252-13/+9
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): get rid of possiblenobu2010-06-252-2/+7
* * lib/un.rb (httpd): MaxClients also should be integer.nobu2010-06-241-1/+5
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-242-3/+6
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-242-2/+9
* * 2010-06-25svn2010-06-241-2/+2
* * include/ruby/ruby.h (static inline rb_gc_guarded_ptr): preventtarui2010-06-242-0/+11
* refine an assertion message.akr2010-06-241-1/+1
* add an assertion.akr2010-06-241-0/+2
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaroundakr2010-06-232-20/+26
* * marshal.c (struct dump_arg, struct load_arg): merge taint andnobu2010-06-232-32/+27
* * 2010-06-24svn2010-06-231-2/+2
* * ext/socket/raddrinfo.c (str_is_number): renamed from str_isnumber toakr2010-06-232-4/+9
* * NEWS (stringio): new methods. [ruby-dev:41687] [Bug #3469]mame2010-06-232-0/+8
* * ext/socket/raddrinfo.c: don't use __P.akr2010-06-232-1/+5
* * ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64suke2010-06-232-3/+13
* add a comment.akr2010-06-231-0/+1
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr2010-06-233-0/+42
* * ext/pty: moved documents and samples to the appropriate places.nobu2010-06-237-0/+0
* * NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu2010-06-235-32/+59
* Clean warnings: unused variables.naruse2010-06-239-17/+12
* * test/ruby/test_regexp.rb (test_dup_warn): read in UTF-8nobu2010-06-233-3/+16
* * ChangeLog: a patch by Eric Wong at [ruby-core:30818].nobu2010-06-221-1/+2
* * configure.in (fchown): need to check. [ruby-core:30818]nobu2010-06-222-2/+4
* * io.c (argf_next_argv): check for setting owner/group.nobu2010-06-223-4/+18
* * time.c (num_exact): fix for mathn. [ruby-dev:41599]akr2010-06-222-17/+36
* * ext/socket/lib/socket.rb: suppress warnings.akr2010-06-222-2/+5
* * test/optparse/test_summary.rb: fixed superclass so that it runnobu2010-06-222-4/+7
* * parse.y (shadowing_lvar_gen): should add lvar to vars andnobu2010-06-222-0/+9
* * lib/fileutils.rb: Fix warningmarcandre2010-06-221-1/+1
* * io.c: rdoc fix for ARGF.lineno; cf. [ruby-core:29048]marcandre2010-06-221-2/+2
* * class.c: rdoc fix [ruby-core:30449]marcandre2010-06-221-3/+4
* * 2010-06-22svn2010-06-221-2/+2
* * lib/delegate.rb: Forward #trust, #untrust, #taint and #untaintmarcandre2010-06-222-4/+42
* * 2010-06-21svn2010-06-211-2/+2
* * eval_error.c (error_print): clear raised_flag while error-printingwanabe2010-06-213-1/+29