aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/digest/lib/digest.rb: removed unused exception variablenahi2010-09-102-1/+6
* * ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu2010-09-093-2/+14
* * ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr2010-09-093-3/+15
* * 2010-09-10svn2010-09-091-2/+2
* * ext/socket/option.c (inspect_peercred): support OpenBSD-current.akr2010-09-092-5/+15
* * vm.c (vm_backtrace_each): skip allocator frames which have nonobu2010-09-093-1/+14
* * ext/pathname/pathname.c (path_size): Pathname#size translated fromakr2010-09-093-3/+15
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-094-8/+55