summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-02-14* lib/test/unit/assertions.rb (build_message): skip escapednobu
2012-02-14* variable.c (autoload_const_set, autoload_require): fixnobu
2012-02-13* process.c (proc_wait): Change typo "SystemError" todrbrain
2012-02-13* enumerator.c: Document use of Enumerator.new for creating a lazydrbrain
2012-02-13* vm_method.c (rb_method_boundp):knu
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* 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-11* compile.c (defined_expr): guard the whole expression.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-10* dir.c (fnmatch): The * needs to be escaped to avoid formatting innaruse
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
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