aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu2008-04-271-0/+11
* * ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse2008-04-261-0/+5
* * lib/open3.rb (Open3.popen3w): removed.akr2008-04-261-0/+5
* Import RDoc 2.0.0 r56.drbrain2008-04-261-0/+4
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+8
* * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu2008-04-261-0/+5
* * error.c (builtin_types), gc.c (count_objects): added Complex andnobu2008-04-261-0/+5
* * error.c (rb_eNOERROR): renamed.nobu2008-04-261-0/+4
* * include/ruby/ruby.h, gc.c: remove T_BLOCK.ko12008-04-261-0/+6
* * process.c (rb_cProcessTms, rb_cProcessStatus): renamed.nobu2008-04-261-1/+3
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-0/+5
* * lib/open3.rb: double fork is replaced by spawn with Process.detach.akr2008-04-261-0/+6
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-0/+8
* * gc.c (free_unused_heaps): preserve last used heap segment tomatz2008-04-251-0/+12
* * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv innobu2008-04-251-0/+5
* * array.c (flatten): returns an instance of same class.nobu2008-04-251-0/+5
* * include/ruby/win32.h: define mode_t for umask.usa2008-04-251-0/+7
* * process.c: include sys/stat.h for umask.akr2008-04-241-0/+4
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-0/+61
* * test/ruby/test_thread.rb: fix typos.mame2008-04-241-0/+7
* * test/ruby/test_comparable.rb: new tests for Comparable, to achievemame2008-04-241-0/+5
* * ruby.c (process_options): set safe_level before loading script.matz2008-04-241-0/+5
* * dln.c (dln_find_1): prior files with extensions to files sansnobu2008-04-241-0/+5
* * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa2008-04-231-0/+4
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-231-0/+11
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu2008-04-231-0/+5
* * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu2008-04-231-0/+5
* * test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame2008-04-221-0/+4
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-221-1/+6
* * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz2008-04-221-0/+6
* * misc/ruby-style.el (ruby-style-{case,label}-indent): up list fromnobu2008-04-221-0/+5
* * ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):naruse2008-04-221-0/+11
* * ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.naruse2008-04-221-0/+4
* * enumerator.c (enumerator_initialize): Remove an undocumentedknu2008-04-221-0/+6
* * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its...shyouhei2008-04-221-0/+5
* * vm_evalbody.c (DECL_SC_REG): use __asm__ instead.shyouhei2008-04-221-0/+12
* * vm_evalbody.c (DECL_SC_REG): typo fixed.nobu2008-04-221-0/+4
* * configure.in (struct timespec): needs time.h according to POSIX.nobu2008-04-221-0/+4
* * thread.c (rb_thread_stop_timer_thread): should clearmatz2008-04-221-0/+5
* * thread.c (thread_join): remove the current thread from the join listnobu2008-04-221-0/+5
* * vm_insnhelper.c (vm_get_ev_const): search from the base klass if itnobu2008-04-221-0/+5
* * ext/win32ole/win32ole.c: avoid warnings.usa2008-04-221-0/+4
* * file.c (eaccess): workaround for recent msvcrt's behavior.usa2008-04-221-0/+5
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-211-0/+5
* * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu2008-04-211-0/+38
* * ChangeLog: typo.nobu2008-04-211-1/+1
* * iseq.c (rb_iseq_compile_with_option): check if src is a strring.nobu2008-04-211-0/+5
* * enumerator.c (enumerator_init): preserve the method name in ID.matz2008-04-211-0/+8
* * compile.c (defined_expr): capture exception during defined?matz2008-04-211-0/+6
* * time.c: should include <errno.h> to refer errno.matz2008-04-211-0/+4