summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-08* ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss
2012-02-07* error.c (exc_inspect): Fix typo. patch from Trent Ogrenayumin
2012-02-07* st.c: refactor packed entries using structs.nobu
2012-02-07* st.c (st_update): table can be unpacked in the callback.nobu
2012-02-07* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu
2012-02-07* 2012-02-07svn
2012-02-07* st.c (st_foreach): should not yield same pair when checkingnobu
2012-02-06* tool/merger.rb: abort if the working directory is dirty.naruse
2012-02-05* 2012-02-06svn
2012-02-05* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse
2012-02-04* 2012-02-04svn
2012-02-04add ML refkazu
2012-02-02* lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy.drbrain
2012-02-02* ext/openssl/ossl_x509store.c: Add class documentation fordrbrain
2012-02-02* 2012-02-03svn
2012-02-02* test/net/http/test_https_proxy.rbkazu
2012-02-02* lib/rexml/parsers/baseparser.rb: use meaningful name.kou
2012-02-02* lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou
2012-02-02update doc.akr
2012-02-02* io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse
2012-02-02* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa