summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* test/pathname/test_pathname.rb (test_binread): add assertion tonagachika
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-08* string.c (rb_str_modify_expand): fix memory leak.nobu
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* 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* 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* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse
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* 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-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
2012-02-01* parse.y (debug_lines, coverage): set file path encoding for coveragemame
2012-02-01* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu
2012-02-01* doc/re.rdoc (Repetition): fix typo. reported by Ori Avtalionnobu
2012-01-31* io.c (argf_close): skip stdin, which should be readable again.nobu
2012-01-31* configure.in (HEAP_ALIGN_LOG): HEAP_ALIGN_LOG should be pagenari
2012-01-31* test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pidnobu
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-30* file.c (append_fspath): need to set the encoding to result always.usa
2012-01-30* test/irb/test_completion.rb: skip if cannot load irb/completionusa
2012-01-29Updated these files to detect AIX 7.kanemoto
2012-01-29* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-28* win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn'tshirosaki
2012-01-28* test/ruby/test_thread.rbshirosaki
2012-01-28* thread_win32.c (rb_w32_wait_events_blocking): useshirosaki
2012-01-28* test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
2012-01-27* gc.c (HEAP_ALIGN, HEAP_ALIGN_MASK): DRY, let compiler calculatenobu
2012-01-26* lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain