aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * COPYING: change Ruby's License from a dual license with GPLv2naruse2010-09-153-5/+16
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-154-3/+22
* reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&grou...shyouhei2010-09-154-31/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):shyouhei2010-09-154-6/+31
* add ChangeLog entry for the previous one.shyouhei2010-09-151-0/+14
* * test/net/imap/test_imap.rb: "localhost" not guaranteed toshyouhei2010-09-151-7/+7
* * io.c (rb_io_puts): fix for wide char encoding strings.nobu2010-09-153-1/+40
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): suppress anobu2010-09-141-4/+5
* * string.c (rb_str_times): mentioned about Hash argument. a patchnobu2010-09-143-6/+14
* * ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr2010-09-143-4/+30
* * 2010-09-15svn2010-09-141-2/+2
* * ext/fiddle/closure.c : Don't use FFI closure alloc on OpenBSD.tenderlove2010-09-142-1/+6
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-144-3/+23
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-134-9/+43
* * 2010-09-14svn2010-09-131-2/+2
* suppress a warning.kanemoto2010-09-132-1/+6
* * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr2010-09-133-7/+15
* * test/openssl/test_bn.rb: property.nobu2010-09-130-0/+0
* * ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of anobu2010-09-133-2/+16
* * lib/mkmf.rb (try_do): fix typo. a patch from Peter Weldonnobu2010-09-132-1/+6
* Make punctuation consistent.knu2010-09-131-9/+9
* * util.c (ruby_strtod): reject Float('0x0.').naruse2010-09-133-1/+14
* Add ML ref [ruby-dev:42225] for r29237.naruse2010-09-131-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-133-1/+24
* * 2010-09-13svn2010-09-121-2/+2
* * ext/pathname/pathname.c (path_writable_real_p):akr2010-09-123-3/+15
* * lib/date.rb: [ruby-core:32096] Thanks Colin Bartlett.tadf2010-09-122-2/+6
* * ext/pathname/pathname.c (path_world_writable_p):akr2010-09-123-3/+15
* * ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr2010-09-123-3/+15
* update document.akr2010-09-121-0/+8
* update document.akr2010-09-111-2/+2
* * process.c (rlimit_resource_name2int): support more limits:akr2010-09-113-13/+61
* update document.akr2010-09-111-10/+10
* * 2010-09-12svn2010-09-111-2/+2
* * process.c (rlimit_resource_name2int): use STRCASECMP to avoidakr2010-09-112-26/+47
* * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu2010-09-114-20/+43
* Add documentation for WEBrick's DigestAuthdrbrain2010-09-113-0/+77
* * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removednobu2010-09-112-2/+6
* fix a typo.akr2010-09-111-1/+1
* * 2010-09-11svn2010-09-101-2/+2
* * ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr2010-09-103-3/+15
* * ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr2010-09-103-3/+15
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): addnahi2010-09-104-0/+53
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-106-14/+22
* Mention rb_scan_args().knu2010-09-101-0/+5
* Add a couple of ruby-dev refs.knu2010-09-101-1/+1
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-108-83/+130
* decrease times of running test.naruse2010-09-101-1/+1
* * random.c (rb_genrand_ulong_limited): renamed fromnaruse2010-09-104-7/+21
* * compile.c: math.h for modf.nobu2010-09-101-0/+1