summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-04* load.c (rb_get_load_path): returns the load path withoutnobu
2008-12-04* test/ruby/test_process.rb: skip some tests on win32.usa
2008-12-04* string.c (sym_to_proc): tabified.nobu
2008-12-04 * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa
2008-12-04* string.c (sym_to_proc): use hidden object.nobu
2008-12-04* pack.c (pack_pack): propagate taint status from format string tomatz
2008-12-04 * process.c (run_exec_dup2): need to sort by reverted order whenusa
2008-12-04rdoc update.akr
2008-12-04* string.c (sym_to_proc): caches Symbol procs, based on a patch fromnobu
2008-12-04* 2008-12-05svn
2008-12-04rdoc update.akr
2008-12-04rdoc update.akr
2008-12-04 * win32/win32.c (waitpid): fix bug of checking child slot.usa
2008-12-04* lib/open3.rb (Open3.poutput3): new method.akr
2008-12-04* spec/default.mspec: follows changes in rubyspec project.yugui
2008-12-04 * test/ruby/test_complex.rb: added some tests.tadf
2008-12-04update rdoc.akr
2008-12-04* lib/open3.rb (Open3.popen3): simplified.akr
2008-12-04* process.c (check_exec_fds): resolve cascaded child fd reference.akr
2008-12-04* lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): makematz
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz
2008-12-04* lib/gserver.rb: fixed type in sample code. a report from Olegmatz
2008-12-04* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): matz
2008-12-04* ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]matz
2008-12-04* ext/curses/curses.c (window_getch): avoid ISPRINT() macro whichmatz
2008-12-04* enumerator.c (inspect_enumerator): Implement #inspect.knu
2008-12-04* vm_method.c (rb_obj_respond_to): Remove a duplicated rdocknu
2008-12-03* ChangeLog: add entry.nagai
2008-12-03* ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat nagai
2008-12-03* ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai
2008-12-03 * complex.c (nurat_{to_s,inspect}): provides better representationtadf
2008-12-03 * complex.c (f_signbit): NaN may be signed value.tadf
2008-12-03update rdoc.akr
2008-12-03* 2008-12-04svn
2008-12-03* process.c (EXEC_OPTION_DUP2_CHILD): defined.akr
2008-12-03* parse.y (expr): keyword_not can continue across newline.nobu
2008-12-03* iseq.c (simple_default_value): returns simplest assignment only.nobu
2008-12-03* process.c (check_exec_redirect): accept :in, :out, :err as redirectakr
2008-12-03revert.tadf
2008-12-03* ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu
2008-12-03* ChangeLog: fixed function name.nobu
2008-12-03* io.c (rb_io_getc, rb_io_readchar): documentation correction fromnobu
2008-12-03properties.nobu
2008-12-03* lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz
2008-12-02* test/ruby/test_rational.rb: add a test.mame
2008-12-02* test/ruby/test_range.rb: add a test.mame
2008-12-02* test/ruby/test_string.rb: add some tests.mame
2008-12-02* 2008-12-03svn
2008-12-02* ext/pty/pty.c (Init_pty): fix typo.mame
2008-12-02* lib/open3.rb (Open3.popen3): merge hash options if given. akr