summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * vm_eval.c (rb_iterate): pass current block when the argument bl_procmame2009-12-204-17/+26
* * gem_prelude.rb (Kernel#gem): should make gem private. a patchmatz2009-12-192-1/+6
* * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz2009-12-192-1/+6
* * lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre2009-12-192-3/+8
* * vm_eval.c (check_funcall): reset method_missing_reason beforenobu2009-12-193-0/+17
* * 2009-12-19svn2009-12-191-2/+2
* * lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre2009-12-192-2/+14
* * 2009-12-18svn2009-12-171-2/+2
* * test/yaml/test_boolean.rb (test_n): fixing test nametenderlove2009-12-171-1/+1
* * test/yaml/test_set.rb: svn:eol-style.nobu2009-12-170-0/+0
* * 2009-12-17svn2009-12-161-2/+2
* * test/yaml/test_set.rb (**) Adding test coverage for YAML::Settenderlove2009-12-161-0/+31
* * test/ruby/envutil.rb: fix a typo in assert message.kazu2009-12-162-1/+5
* * lib/un.rb (httpd): try to convert port number to integer.nobu2009-12-162-0/+5
* * configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.eban2009-12-162-1/+6
* add tests.akr2009-12-151-0/+46
* * 2009-12-16svn2009-12-151-2/+2
* * lib/find.rb (Find.find): rescue more exceptions which is possible toakr2009-12-152-3/+8
* * test_find.rb: close temporary files before removing them.usa2009-12-151-23/+35
* * 2009-12-15svn2009-12-151-2/+2
* * lib/find.rb (Find.find): get rid of race condition.nobu2009-12-152-1/+5
* * lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr2009-12-142-1/+5
* * lib/find.rb (Find.find): narrow rescue region.akr2009-12-143-11/+25
* add tests.akr2009-12-141-0/+52
* Explicitly use FileUtils.rm_f. [ruby-dev:39345]naruse2009-12-141-1/+1
* * lib/find.rb (Find.find): removed already unnecessary code.nobu2009-12-142-7/+5
* add a test.akr2009-12-131-0/+13
* * 2009-12-14svn2009-12-131-2/+2
* new test file.akr2009-12-131-0/+92
* * lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr2009-12-132-16/+17
* doc fix: mutex.lock => self [ruby-core:27115]naruse2009-12-131-1/+1
* * test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr2009-12-134-4/+9
* * ruby.c (rb_parser_dump_tree): add prototype.naruse2009-12-132-3/+8
* * 2009-12-13svn2009-12-121-2/+2
* Add rdoc and test of Encoding#replicate.naruse2009-12-122-0/+14
* * 2009-12-11svn2009-12-111-2/+2
* * bootstraptest/test_thread.rb: please please please remember that there areusa2009-12-111-1/+5
* * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst2009-12-106-8/+149
* unset HTTP_PROXY, etc.akr2009-12-101-1/+1
* unset HTTP_PROXY and FTP_PROXY.akr2009-12-101-1/+1
* * vm_eval.c (yield_under): yields self the same as 1.8.shugo2009-12-103-6/+5
* * thread_pthread.c (native_mutex_reinitialize_atfork): release andnobu2009-12-103-2/+14
* * lib/un.rb (httpd): easy WEBrick HTTP server.nobu2009-12-101-1/+38
* * encoding.c (enc_replicate): add Encoding#replicate(name).naruse2009-12-102-13/+36
* * test/webrick/test_server.rb (test_daemon): simply use fork's returnnaruse2009-12-101-8/+2
* * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse2009-12-103-2/+6
* * node.c: svn:eol-style.nobu2009-12-090-0/+0
* * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]nobu2009-12-093-4/+26
* * node.c (dump_node): fixed for long members.nobu2009-12-093-8/+14
* * node.c: node management added. Currently, only pretty-dumper ismame2009-12-094-1/+942