summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-27add a test for [ruby-dev:34524].akr
2008-04-27add a test for [ruby-dev:34492].akr
2008-04-27* svn:eol-style.nobu
2008-04-26* ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse
2008-04-26* lib/open3.rb (Open3.popen3w): removed.akr
2008-04-26Import RDoc 2.0.0 r56.drbrain
2008-04-26don't use Unix commands such as true, env, etc.akr
2008-04-26* include/ruby/intern.h (rb_hash_dup): declared.akr
2008-04-26describe about waiting a child process.akr
2008-04-26describe :pid thread variable.akr
2008-04-26* io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu
2008-04-26* error.c (builtin_types), gc.c (count_objects): added Complex andnobu
2008-04-26* error.c (rb_eNOERROR): renamed.nobu
2008-04-26* include/ruby/ruby.h, gc.c: remove T_BLOCK.ko1
2008-04-26* process.c (rb_cProcessTms, rb_cProcessStatus): renamed.nobu
2008-04-26* error.c (builtin_types), signal.c (siglist), st.c (primes),nobu
2008-04-26* lib/open3.rb: double fork is replaced by spawn with Process.detach.akr
2008-04-25update spawn rdoc.akr
2008-04-25* 2008-04-26usa
2008-04-25* process.c (rb_spawn_internal): new function to specifyakr
2008-04-25* gc.c (free_unused_heaps): preserve last used heap segment tomatz
2008-04-25* process.c (rb_spawn): rb_exec_initarg() returns new argc and argv innobu
2008-04-25* process.c: suppress warning.nobu
2008-04-25* array.c (flatten): returns an instance of same class.nobu
2008-04-25 * include/ruby/win32.h: define mode_t for umask.usa
2008-04-25* 2008-04-25usa
2008-04-24FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr
2008-04-24fix argument type.akr
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-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