aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_enum.rb: add testsnobu2014-04-161-0/+12
* * test/fileutils/test_fileutils.rb: revert r45600.nobu2014-04-161-1/+1
* test_fileutils.rb: test :preserve optionnobu2014-04-161-1/+1
* ruby.c: remove mangled_pathnobu2014-04-162-52/+4
* util.c: let getcwd allocate buffernobu2014-04-161-9/+9
* win32.c: CharNextExA with cpnobu2014-04-161-0/+3
* dln_find.c: PATH_SEPnobu2014-04-161-5/+6
* ossl_pkey.c: fix memory leaknobu2014-04-163-2/+42
* * 2014-04-16svn2014-04-151-2/+2
* win32.c: adjust typenobu2014-04-151-1/+1
* * include/ruby/win32.h (rb_w32_cmdvector): removed.usa2014-04-153-46/+58
* * ext/extmk.rb: Re-generate extmk.mk and dummy makefiles only ifakr2014-04-152-2/+21
* * 2014-04-15svn2014-04-151-2/+2
* enum.c: make each_slice and each_cons more efficientnobu2014-04-152-4/+26
* fix a typokazu2014-04-141-1/+1
* * addr2line.c (fill_lines): get base addrs in fill_lines to use itnaruse2014-04-142-27/+33
* * addr2line.c (main_exe_path): support FreeBSD.naruse2014-04-142-0/+29
* proc.c: use already included ancestor iclassnobu2014-04-143-2/+31
* object.c: rb_class_search_ancestornobu2014-04-142-11/+22
* * 2014-04-14svn2014-04-141-2/+2
* string.c: reduce function callsnobu2014-04-141-4/+6
* string.c: keep source code rangenobu2014-04-141-3/+1
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-1310-94/+104
* * common.mk: Unused target, $(MKMAIN_CMD), removed.akr2014-04-134-7/+8
* * 2014-04-13svn2014-04-131-2/+2
* * ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci sk...hsbt2014-04-131-1/+1
* string.c: clear env self in symbol procnobu2014-04-124-0/+19
* marshal.c: remove hack for old gccnobu2014-04-121-2/+6
* Remove unneeded OCSP constant macrosdrbrain2014-04-121-4/+0
* * remove trailing spaces.nobu2014-04-121-1/+1
* * ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain2014-04-122-44/+454
* * 2014-04-12svn2014-04-111-2/+2
* fix a typokazu2014-04-111-1/+1
* * array.c (ARY_SET): added.ko12014-04-112-5/+14
* * array.c: make shared arrays WB-protected objects.ko12014-04-112-79/+119
* test_array.rb: skip if timed outnobu2014-04-111-3/+7
* test_array.rb: expand timeoutnobu2014-04-111-1/+1
* proc.c: fix super in bound UnboundMethodnobu2014-04-114-2/+44
* vm_insnhelper.c: preserve encodingsnobu2014-04-112-13/+13
* * addr2line.c (rb_dump_backtrace_with_lines): set base addressnaruse2014-04-112-29/+41
* array.c: maybe shared arraynobu2014-04-113-14/+22
* test_array.rb: do minor GCnobu2014-04-111-2/+5
* gc.c: no newline to rb_bugnobu2014-04-111-7/+7
* * 2014-04-11svn2014-04-111-2/+2
* test_array.rb: simplify test_shared_markingnobu2014-04-111-15/+10
* envutil.rb: filter kwargsnobu2014-04-111-1/+5
* Add [DOC] to my previous entry.knu2014-04-101-1/+2
* * lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu2014-04-102-6/+11
* * test/ruby/test_array.rb: remove useless `assert'.ko12014-04-102-1/+4
* * array.c (rb_ary_modify): remember shared array owner if a sharedko12014-04-103-1/+42