summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-24* test/ruby/test_thread.rb: fix typos.mame
2008-04-24* test/ruby/test_comparable.rb: new tests for Comparable, to achievemame
2008-04-24* ruby.c (process_options): set safe_level before loading script.matz
2008-04-24* dln.c (dln_find_1): prior files with extensions to files sansnobu
2008-04-23 * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa
2008-04-23* test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame
2008-04-23* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu
2008-04-23* lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu
2008-04-22* test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame
2008-04-22* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu
2008-04-22test/ruby/test_enumerator.rb: updatedmatz
2008-04-22* enumerator.c (enumerator_each, enumerator_with_index): suppressnobu
2008-04-22* lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz
2008-04-22* complex.c, rational.c: fixed indent.nobu
2008-04-22* misc/ruby-style.el (ruby-style-{case,label}-indent): up list fromnobu
2008-04-22add a test of Symbol#to_proc.kazu
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