summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-04-24* process.c: include sys/stat.h for umask.akr
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-22* lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz
2008-04-22* misc/ruby-style.el (ruby-style-{case,label}-indent): up list fromnobu
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* 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-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* enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.knu
2008-04-20* enumerator.c: Resolve the method every time an enumerationknu
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-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-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* 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