aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_setstrbuf): defer resizing buffer string until data isnobu2012-02-133-34/+46
* * 2012-02-13svn2012-02-131-2/+2
* * io.c (Init_IO): use directive hack to make ARGF documentablenobu2012-02-132-4/+10
* * include/ruby/ruby.h (rb_event_hook_func_t): add argument names.nobu2012-02-122-1/+5
* * tool/merger.rb (#default_merge_branch): Add support forknu2012-02-122-1/+7
* * benchmark/driver.rb: suppress unused/shadowing variable warnings.ktsj2012-02-122-5/+8
* * vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain2012-02-113-1/+23
* update doc.akr2012-02-111-1/+1
* * 2012-02-12svn2012-02-111-2/+2
* update doc.akr2012-02-111-0/+6
* update doc.akr2012-02-111-1/+1
* * compile.c (defined_expr): guard the whole expression.nobu2012-02-113-12/+59
* * vm_eval.c (check_funcall): adjust indent.nobu2012-02-111-3/+3
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-113-3/+60
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-113-2/+47
* Ignore generated Makefile and extconf.hdrbrain2012-02-110-0/+0
* * dir.c (fnmatch): The * needs to be escaped to avoid formatting innaruse2012-02-102-1/+7
* * 2012-02-11svn2012-02-101-2/+2
* * array.c: Fix rdoc for Array#select!marcandre2012-02-101-2/+2
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-094-33/+21
* * ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu2012-02-091-1/+2
* * ext/dl/dl.h (ALIGN_OF): use offsetof().nobu2012-02-092-18/+12
* * ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu2012-02-092-3/+6
* * test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu2012-02-093-17/+31
* * 2012-02-10svn2012-02-091-2/+2
* * ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.nobu2012-02-091-1/+2
* * test/pathname/test_pathname.rb (test_binread): add assertion tonagachika2012-02-092-1/+8
* update doc.akr2012-02-091-0/+1
* fix typoskazu2012-02-091-4/+4
* * ext/dl/dl.c (Init_dl): fix mangled documnet.nobu2012-02-092-16/+20
* * test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa2012-02-092-1/+9
* * ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):usa2012-02-092-2/+7
* * ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa2012-02-092-1/+7
* * remove trailing spaces.nobu2012-02-093-5/+5
* * ext/dl/lib/types.rb: Win64 support.usa2012-02-092-1/+13
* * test/pathname/test_pathname.rb: not read but binread.naruse2012-02-082-1/+6
* FreeBSD needs multiple -o.naruse2012-02-081-1/+1
* eliminate `shadowing outer local variable - name` warning.tenderlove2012-02-081-4/+4
* * 2012-02-09svn2012-02-081-2/+2
* update doc.akr2012-02-081-1/+1
* * test/-ext-/string/test_modify_expand.rb: test for r34492.nobu2012-02-082-0/+121
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-084-4/+25
* Fix condition.naruse2012-02-081-1/+1
* "street" for X509 Name is not supported before 0.9.8m.naruse2012-02-081-9/+28
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-083-13/+64
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-083-6/+74
* * tool/merger.rb: don't abort, update first.naruse2012-02-082-5/+5
* * ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss2012-02-082-1/+7
* * 2012-02-08svn2012-02-081-2/+2
* * ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss2012-02-082-0/+10