summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-22* ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):naruse
2008-04-22* ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.naruse
2008-04-22* enumerator.c (enumerator_initialize): Remove an undocumentedknu
2008-04-22* vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its...shyouhei
2008-04-22* vm_evalbody.c (DECL_SC_REG): use __asm__ instead.shyouhei
2008-04-22* vm_evalbody.c (DECL_SC_REG): typo fixed.nobu
2008-04-22* string.c (rb_enc_cr_str_buf_cat): do not use C++ comment.shyouhei
2008-04-22* configure.in: use AC_USE_SYSTEM_EXTENSIONS.shyouhei
2008-04-22* configure.in (struct timespec): needs time.h according to POSIX.nobu
2008-04-22* thread.c (rb_thread_stop_timer_thread): should clearmatz
2008-04-22* thread.c (thread_join): remove the current thread from the join listnobu
2008-04-22exec "/" causes SEGV.akr
2008-04-22* vm_insnhelper.c (vm_get_ev_const): search from the base klass if itnobu
2008-04-22 * ext/win32ole/win32ole.c: avoid warnings.usa
2008-04-22 * file.c (eaccess): workaround for recent msvcrt's behavior.usa
2008-04-21* io.c (copy_stream_body): call rb_io_check_readable andakr
2008-04-21 * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu
2008-04-21* ChangeLog: typo.nobu
2008-04-21* iseq.c (rb_iseq_compile_with_option): check if src is a strring.nobu
2008-04-21* enumerator.c (enumerator_init): preserve the method name in ID.matz
2008-04-21* compile.c (defined_expr): capture exception during defined?matz
2008-04-21* time.c: should include <errno.h> to refer errno.matz
2008-04-21 * time.c (rb_strftime): check errno to detect strftime(3)'s error.usa
2008-04-20 * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.usa
2008-04-20* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama
2008-04-20* enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.knu
2008-04-20* enumerator.c: Resolve the method every time an enumerationknu
2008-04-20fix deadlock.akr
2008-04-20update sprintf rdoc.akr
2008-04-20* file.c (file_expand_path): constified.nobu
2008-04-20* io.c (copy_stream_func): suppress warnings.nobu
2008-04-20* io.c (copy_stream_rbuf_to_dst): removed.akr
2008-04-20* vm_core.h (struct iseq_compile_data): moved label_no fromnobu
2008-04-20* compile.c (iseq_set_exception_table): allocates catch_table onlynobu
2008-04-20* compile.c (struct iseq_link_element, struct iseq_insn_data): madenobu
2008-04-20* compile.c (iseq_compile_each): fix for splat in when and rescue.nobu
2008-04-20* io.c (copy_stream_fallback): write directly (bypassing write method)akr
2008-04-20avoid warnings in copy_stream_body.akr
2008-04-20* io.c (copy_stream_fallback): read directly (bypassing readpartial)akr
2008-04-19* io.c (copy_stream_body): use readpartial and write method forakr
2008-04-19fix setup method.akr
2008-04-18* test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame
2008-04-18* gc.c (rb_gc_mark_locations): get rid of underflow.nobu
2008-04-17* 2008-04-18usa
2008-04-17* ruby.1: fixed typo.yugui
2008-04-17* ruby.1: added --{disable|enable}-{rubyopt|all}.yugui
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-04-17* test/ruby/test_rubyoptions.rb (test_search): enable some assertions.mame
2008-04-17* test/ruby/test_rubyoptions.rb (ruby): run in C locale.nobu
2008-04-16* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame