aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr2009-09-123-2/+66
* * test/ruby/test_require.rb (test_relative): test without currentnobu2009-09-121-0/+6
* * vm_method.c (CALL_METHOD_HOOK): refined with macro.nobu2009-09-122-22/+21
* test invalid redirect location.akr2009-09-121-0/+29
* * vm_method.c (remove_method): typo fixed.nobu2009-09-121-1/+1
* * vm_method.c (rb_remove_method_id): no definition body isnobu2009-09-122-14/+15
* fix tests.akr2009-09-121-28/+61
* * vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu2009-09-123-17/+16
* * vm_method.c (rb_add_method, rb_add_method_me): call method addednobu2009-09-124-5/+36
* test ftp over http proxy.akr2009-09-121-0/+55
* * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr2009-09-123-1/+46
* test CA certs dir.akr2009-09-121-0/+11
* test proxy log.akr2009-09-122-6/+44
* add https test.akr2009-09-122-0/+276
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-126-4/+9
* refined.akr2009-09-121-7/+15
* more tests.akr2009-09-121-0/+54
* * 2009-09-12svn2009-09-111-2/+2
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke2009-09-112-1/+7
* * NEWS: update for 1.9.2. based on a patch from Run Paint Run Runnobu2009-09-112-6/+48
* more tests.akr2009-09-111-8/+173
* * ChangeLog: commit miss.nobu2009-09-111-1/+1
* * tool/config.{guess,sub}: better guess on darwin 10 .nobu2009-09-112-0/+27
* * bootstraptest/test_thread.rb: just check for normal exit.nobu2009-09-111-3/+3
* * test/fileutils: use require_relative to require fileasserts.naruse2009-09-113-2/+6
* * lib/tmpdir.rb (Dir::Tmpname): for internal use.nobu2009-09-111-1/+1
* * configure.in (debugflags): use gdb by default on linux andnobu2009-09-112-2/+9
* * configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.nobu2009-09-112-2/+4
* * configure.in (RUBY_REPLACE_TYPE): define typename to defaultnobu2009-09-112-1/+7
* * include/ruby/win32.h (fstat): override if large file support isnobu2009-09-112-1/+7
* * tool/config.{guess,sub}: updated to automake-1.11.nobu2009-09-113-27/+88
* resolve conflict.shyouhei2009-09-111-0/+6
* Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei2009-09-111-1/+1
* * dln.c (aix_loaderror): get rid of using uninitialized value in thenobu2009-09-112-6/+13
* * test/test_open-uri.rb: properties.nobu2009-09-110-0/+0
* renamed.akr2009-09-101-0/+0
* * unicode.c (onigenc_unicode_property_name_to_ctype):naruse2009-09-107-1217/+1306
* * include/ruby/ruby.h (rb_data_type_t): Add comments.ko12009-09-102-1/+10
* add tests for open-uri.akr2009-09-101-0/+151
* * test/dl: use require_relative to require test_base.rb.akr2009-09-107-6/+10
* * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse2009-09-103-4/+17
* * 2009-09-11svn2009-09-101-2/+2
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre2009-09-102-2/+8
* * lib/mkmf.rb (create_makefile): fix for parallel execution.nobu2009-09-102-4/+10
* * test/dl/test_cptr.rb (test_free=): test SEGV at first.akr2009-09-102-0/+20
* * test/ruby/envutil.rb (assert_normal_exit): Don't useakr2009-09-102-7/+11
* * 2009-09-10svn2009-09-101-2/+2
* Warn unknown escaped chars in regexp.naruse2009-09-102-0/+27
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-093-2/+14
* * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.nobu2009-09-092-6/+20