summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-19* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz
2009-12-19* lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-19* 2009-12-19svn
2009-12-19* lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre
2009-12-17* 2009-12-18svn
2009-12-17* test/yaml/test_boolean.rb (test_n): fixing test nametenderlove
2009-12-17* test/yaml/test_set.rb: svn:eol-style.nobu
2009-12-16* 2009-12-17svn
2009-12-16* test/yaml/test_set.rb (**) Adding test coverage for YAML::Settenderlove
2009-12-16* test/ruby/envutil.rb: fix a typo in assert message.kazu
2009-12-16* lib/un.rb (httpd): try to convert port number to integer.nobu
2009-12-16* configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.eban
2009-12-15add tests.akr
2009-12-15* 2009-12-16svn
2009-12-15* lib/find.rb (Find.find): rescue more exceptions which is possible toakr
2009-12-15* test_find.rb: close temporary files before removing them.usa
2009-12-15* 2009-12-15svn
2009-12-15* lib/find.rb (Find.find): get rid of race condition.nobu
2009-12-14* lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr
2009-12-14* lib/find.rb (Find.find): narrow rescue region.akr
2009-12-14add tests.akr
2009-12-14Explicitly use FileUtils.rm_f. [ruby-dev:39345]naruse
2009-12-14* lib/find.rb (Find.find): removed already unnecessary code.nobu
2009-12-13add a test.akr
2009-12-13* 2009-12-14svn
2009-12-13new test file.akr
2009-12-13* lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr
2009-12-13doc fix: mutex.lock => self [ruby-core:27115]naruse
2009-12-13* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr
2009-12-13* ruby.c (rb_parser_dump_tree): add prototype.naruse
2009-12-12* 2009-12-13svn
2009-12-12Add rdoc and test of Encoding#replicate.naruse
2009-12-11* 2009-12-11svn
2009-12-11* bootstraptest/test_thread.rb: please please please remember that there areusa
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-12-10unset HTTP_PROXY, etc.akr
2009-12-10unset HTTP_PROXY and FTP_PROXY.akr
2009-12-10* vm_eval.c (yield_under): yields self the same as 1.8.shugo
2009-12-10* thread_pthread.c (native_mutex_reinitialize_atfork): release andnobu
2009-12-10* lib/un.rb (httpd): easy WEBrick HTTP server.nobu
2009-12-10* encoding.c (enc_replicate): add Encoding#replicate(name).naruse
2009-12-10* test/webrick/test_server.rb (test_daemon): simply use fork's returnnaruse
2009-12-10* string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse
2009-12-09* node.c: svn:eol-style.nobu
2009-12-09* parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]nobu
2009-12-09* node.c (dump_node): fixed for long members.nobu
2009-12-09* node.c: node management added. Currently, only pretty-dumper ismame
2009-12-09* string.c (rb_str_justify): fixed the case a fill size is anobu
2009-12-08* win32/configure.bat: now recognize --with-*-{dir,include,lib} optionsusa