| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log): | nobu | 2009-09-20 | 1 | -0/+77 |
| * | * dir.c (GlobPathValue), file.c (rb_get_path_check): path names | nobu | 2009-09-19 | 2 | -0/+19 |
| * | * marshal.c (r_object0): entry regexp object before its encoding | nobu | 2009-09-18 | 1 | -0/+8 |
| * | * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat() | nobu | 2009-09-18 | 1 | -0/+8 |
| * | * test/fileutils/test_fileutils.rb: fixed indent by splitting methods. | nobu | 2009-09-18 | 1 | -55/+75 |
| * | * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345] | kazu | 2009-09-17 | 1 | -0/+5 |
| * | * test/ruby/test_thread.rb (TestThread#test_recursive): remove | matz | 2009-09-16 | 1 | -9/+0 |
| * | * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor... | marcandre | 2009-09-15 | 2 | -1/+15 |
| * | Use rb_isspace for ASCII-incompatible strings. | naruse | 2009-09-15 | 1 | -0/+5 |
| * | * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322] | matz | 2009-09-14 | 1 | -2/+0 |
| * | remove temporally files explicitly. | akr | 2009-09-13 | 1 | -1/+2 |
| * | make tempfile prefix more descriptive. | akr | 2009-09-13 | 1 | -6/+6 |
| * | * test/ruby/test_process.rb (test_rlimit_value): rlim_max may be | nobu | 2009-09-13 | 1 | -4/+4 |
| * | * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes. | akr | 2009-09-13 | 1 | -15/+112 |
| * | * test: use require_relative. | naruse | 2009-09-12 | 7 | -35/+7 |
| * | extra commas removed. | akr | 2009-09-12 | 1 | -2/+2 |
| * | test read_timeout. | akr | 2009-09-12 | 1 | -0/+25 |
| * | * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling. | akr | 2009-09-12 | 1 | -0/+59 |
| * | * test/ruby/test_require.rb (test_relative): test without current | nobu | 2009-09-12 | 1 | -0/+6 |
| * | test invalid redirect location. | akr | 2009-09-12 | 1 | -0/+29 |
| * | fix tests. | akr | 2009-09-12 | 1 | -28/+61 |
| * | * vm_method.c (rb_alias): hooks are called from rb_add_method_def. | nobu | 2009-09-12 | 1 | -1/+13 |
| * | * vm_method.c (rb_add_method, rb_add_method_me): call method added | nobu | 2009-09-12 | 1 | -0/+19 |
| * | test ftp over http proxy. | akr | 2009-09-12 | 1 | -0/+55 |
| * | * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in | akr | 2009-09-12 | 1 | -0/+39 |
| * | test CA certs dir. | akr | 2009-09-12 | 1 | -0/+11 |
| * | test proxy log. | akr | 2009-09-12 | 2 | -6/+44 |
| * | add https test. | akr | 2009-09-12 | 2 | -0/+276 |
| * | refined. | akr | 2009-09-12 | 1 | -7/+15 |
| * | more tests. | akr | 2009-09-12 | 1 | -0/+54 |
| * | more tests. | akr | 2009-09-11 | 1 | -8/+173 |
| * | * test/fileutils: use require_relative to require fileasserts. | naruse | 2009-09-11 | 2 | -2/+2 |
| * | renamed. | akr | 2009-09-10 | 1 | -0/+0 |
| * | add tests for open-uri. | akr | 2009-09-10 | 1 | -0/+151 |
| * | * test/dl: use require_relative to require test_base.rb. | akr | 2009-09-10 | 6 | -6/+6 |
| * | * test/dl/test_cptr.rb (test_free=): test SEGV at first. | akr | 2009-09-10 | 1 | -0/+15 |
| * | * test/ruby/envutil.rb (assert_normal_exit): Don't use | akr | 2009-09-10 | 1 | -7/+6 |
| * | * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source | nobu | 2009-09-09 | 1 | -0/+5 |
| * | * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argument | nobu | 2009-09-09 | 1 | -6/+7 |
| * | * test/ruby/test_require.rb (test_relative): tests for require_relative. | nobu | 2009-09-09 | 1 | -1/+19 |
| * | * load.c (rb_feature_provided): fixed for autoloading extension | nobu | 2009-09-09 | 1 | -0/+12 |
| * | * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson. | nobu | 2009-09-07 | 2 | -0/+77 |
| * | * io.c (rb_io_tell): adjustment for ungotten data. | nobu | 2009-09-07 | 1 | -0/+6 |
| * | * compile.c (iseq_compile_each): op_asgn to aref should return rhs. | nobu | 2009-09-05 | 1 | -0/+25 |
| * | * compile.c (iseq_compile_each): &&= and ||= should return rhs. | nobu | 2009-09-05 | 1 | -2/+8 |
| * | * compile.c (iseq_compile_each): &&= and ||= should return rhs. | nobu | 2009-09-05 | 1 | -17/+38 |
| * | * re.c (update_char_offset): position should be long. | nobu | 2009-09-04 | 1 | -0/+8 |
| * | * test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363]. | nobu | 2009-09-04 | 1 | -0/+6 |
| * | * math.c (math_gamma): get rid of direct comparison between too | nobu | 2009-09-02 | 1 | -0/+11 |
| * | Add tests of JSON 1.1.9. | naruse | 2009-09-01 | 6 | -70/+153 |