summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-13* gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT): HEAP_OBJ_LIMIT usednari
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-02-13* 2012-02-13svn
2012-02-13* io.c (Init_IO): use directive hack to make ARGF documentablenobu
2012-02-12* include/ruby/ruby.h (rb_event_hook_func_t): add argument names.nobu
2012-02-12* tool/merger.rb (#default_merge_branch): Add support forknu
2012-02-12* benchmark/driver.rb: suppress unused/shadowing variable warnings.ktsj
2012-02-11* vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain
2012-02-11update doc.akr
2012-02-11* 2012-02-12svn
2012-02-11update doc.akr
2012-02-11update doc.akr
2012-02-11* compile.c (defined_expr): guard the whole expression.nobu
2012-02-11* vm_eval.c (check_funcall): adjust indent.nobu
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2012-02-11Ignore generated Makefile and extconf.hdrbrain
2012-02-10* dir.c (fnmatch): The * needs to be escaped to avoid formatting innaruse
2012-02-10* 2012-02-11svn
2012-02-10* array.c: Fix rdoc for Array#select!marcandre
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-02-09* ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu
2012-02-09* ext/dl/dl.h (ALIGN_OF): use offsetof().nobu
2012-02-09* ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu
2012-02-09* test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu
2012-02-09* 2012-02-10svn
2012-02-09* ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.nobu
2012-02-09* test/pathname/test_pathname.rb (test_binread): add assertion tonagachika
2012-02-09update doc.akr
2012-02-09fix typoskazu
2012-02-09* ext/dl/dl.c (Init_dl): fix mangled documnet.nobu
2012-02-09* test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa
2012-02-09* ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):usa
2012-02-09* ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa
2012-02-09* remove trailing spaces.nobu
2012-02-09* ext/dl/lib/types.rb: Win64 support.usa
2012-02-08* test/pathname/test_pathname.rb: not read but binread.naruse
2012-02-08FreeBSD needs multiple -o.naruse
2012-02-08eliminate `shadowing outer local variable - name` warning.tenderlove
2012-02-08* 2012-02-09svn
2012-02-08update doc.akr
2012-02-08* test/-ext-/string/test_modify_expand.rb: test for r34492.nobu
2012-02-08* string.c (rb_str_modify_expand): fix memory leak.nobu
2012-02-08Fix condition.naruse
2012-02-08"street" for X509 Name is not supported before 0.9.8m.naruse
2012-02-08* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi
2012-02-08* ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss
2012-02-08* tool/merger.rb: don't abort, update first.naruse
2012-02-08* ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss
2012-02-08* 2012-02-08svn