| Commit message (Expand) | Author | Age | Files | Lines |
* | * test/dl/test_handle.rb: skip some tests on mswin/mingw. | wanabe | 2010-03-20 | 1 | -0/+3 |
* | add tests. | akr | 2010-03-20 | 1 | -0/+41 |
* | * array.c (rb_ary_uniq_bang): the array is already unique if the | akr | 2010-03-20 | 1 | -0/+43 |
* | * test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr) | wanabe | 2010-03-19 | 1 | -1/+1 |
* | * test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64. | wanabe | 2010-03-19 | 1 | -4/+9 |
* | * test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function. | wanabe | 2010-03-19 | 1 | -0/+1 |
* | add test. | akr | 2010-03-18 | 1 | -0/+9 |
* | * util.c (ruby_strtod): Add support for Hexadecimal | naruse | 2010-03-17 | 1 | -0/+9 |
* | * lib/uri/common.rb (URI#{en,de}code_www_form_component): | naruse | 2010-03-17 | 1 | -7/+19 |
* | * parse.y (rb_intern3): prohibit Symbol with an invalid encoding. | mame | 2010-03-16 | 1 | -1/+3 |
* | * io.c (rb_io_print): RDoc update. a patch from Daniel Kelley | matz | 2010-03-15 | 1 | -0/+17 |
* | * random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655] | naruse | 2010-03-15 | 1 | -0/+10 |
* | * file.c (realpath_internal): regulate separators in prefix. | nobu | 2010-03-14 | 1 | -0/+4 |
* | * io.c (rb_io_each_codepoint): read directly when readconv is | nobu | 2010-03-14 | 1 | -0/+10 |
* | * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786] | matz | 2010-03-13 | 2 | -33/+1 |
* | * file.c (rb_file_s_basename): check encoding of suffix. | nobu | 2010-03-12 | 1 | -0/+2 |
* | indented. | akr | 2010-03-12 | 1 | -337/+337 |
* | wrap tests by Emoji module. | akr | 2010-03-12 | 1 | -0/+12 |
* | * lib/uri/common.rb (URI.encode_www_form): new method to | naruse | 2010-03-12 | 1 | -0/+25 |
* | add tests. | akr | 2010-03-11 | 1 | -0/+18 |
* | * time.c (time_round): new method Time#round. [ruby-dev:40595] | akr | 2010-03-11 | 1 | -0/+33 |
* | * iseq.c (rb_iseq_clone): sets local_iseq and klass properly. | shugo | 2010-03-10 | 1 | -0/+16 |
* | * test/dl/test_method.rb: delete a residual test for dl on libffi. | mame | 2010-03-09 | 1 | -11/+0 |
* | * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_... | muraken | 2010-03-09 | 1 | -0/+430 |
* | add a test. | akr | 2010-03-07 | 1 | -0/+39 |
* | * file.c: add optional basedir argument for realpath/realdirpath. | akr | 2010-03-07 | 2 | -2/+24 |
* | * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write and | mame | 2010-03-06 | 1 | -30/+0 |
* | * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handle | mame | 2010-03-06 | 1 | -8/+8 |
* | * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite. | mame | 2010-03-04 | 1 | -0/+30 |
* | * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests. | mame | 2010-03-03 | 1 | -0/+18 |
* | * test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo. | kazu | 2010-03-03 | 1 | -1/+1 |
* | * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash. | matz | 2010-03-03 | 1 | -0/+15 |
* | * array.c (rb_ary_select_bang): select! removes all elements for | matz | 2010-03-03 | 1 | -0/+16 |
* | * test/dl/test_closure.rb: forget to revert at r26764. | muraken | 2010-03-02 | 1 | -130/+0 |
* | * test/ruby/test_math.rb: Fix lgamma test | marcandre | 2010-03-02 | 1 | -1/+0 |
* | * math.c (rb_eMathDomainError): new exception class for representing mathemat... | muraken | 2010-02-28 | 1 | -12/+39 |
* | * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb, | naruse | 2010-02-28 | 3 | -17/+42 |
* | * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}: | naruse | 2010-02-28 | 2 | -6/+0 |
* | * pack.c: consider DYNAMIC_ENDIAN. refactored. | akr | 2010-02-25 | 2 | -1/+120 |
* | fix assertion message. | akr | 2010-02-24 | 1 | -2/+2 |
* | * pack.c (pack_unpack): don't use OFF32 for gcc 4.5. | akr | 2010-02-24 | 1 | -1/+1 |
* | Add some more tests, revisited. | knu | 2010-02-23 | 1 | -10/+12 |
* | Back out the series of changes pending a due discussion. | knu | 2010-02-23 | 1 | -14/+2 |
* | Add some more tests. | knu | 2010-02-23 | 1 | -2/+14 |
* | call unix_server.close only if unix_server is not nil. | akr | 2010-02-23 | 1 | -1/+1 |
* | don't use infinite loop. | akr | 2010-02-22 | 1 | -2/+2 |
* | * lib/rubygems: update to 1.3.6. | nobu | 2010-02-22 | 59 | -1766/+1164 |
* | add timeout for test_should_propagate_signaled. | akr | 2010-02-21 | 1 | -1/+4 |
* | Use only object_id to test living threads. | naruse | 2010-02-19 | 1 | -2/+2 |
* | * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'. | akr | 2010-02-18 | 1 | -0/+7 |