aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-3/+2
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-0/+5
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-291-1/+2
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-0/+12
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-0/+6
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-0/+9
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-271-0/+20
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-0/+8
* * test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo2012-03-261-0/+102
* * enumerator.c (inspect_enumerator): show method arguments ofshugo2012-03-261-2/+14
* * ruby.c (load_file_internal): bail out if the script is a directory.nobu2012-03-261-0/+5
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-251-0/+7
* * enumerator (lazy_initialize): set the instance variable "receiver"shugo2012-03-241-0/+4
* * enumerator (enumerator_inspect): include the original receiver andshugo2012-03-241-0/+12
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-241-0/+7
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-232-0/+14
* * test/ruby/test_io.rb (try_fdopen): more GCable.nobu2012-03-231-3/+5
* * transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu2012-03-221-0/+8
* * io.c (static int io_fflush): add the definition.shirosaki2012-03-221-0/+15
* * test/ruby/test_m17n.rb (test_env): show failed values.nobu2012-03-221-2/+2
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa2012-03-221-15/+17
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-211-0/+22
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-201-8/+1
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-191-0/+21
* * test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei2012-03-191-0/+8
* num2ll and num2ullnobu2012-03-181-2/+2
* * bignum.c (rb_big_pow): estimate result bit size more precisely.nobu2012-03-181-0/+3
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-181-0/+12
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-161-0/+3
* * string.c (trnext): should advance char-wise.nobu2012-03-161-0/+4
* fix unreachable warning line numbernobu2012-03-161-0/+7
* fix typonobu2012-03-161-1/+1
* verbose_warningnobu2012-03-161-1/+1
* suppress warning.nobu2012-03-162-3/+3
* fix indentnobu2012-03-161-10/+10
* Tempfile#opennobu2012-03-161-6/+10
* fix argument ordernobu2012-03-161-1/+1
* bug numbernobu2012-03-161-5/+5
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+19
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+16
* * vm_insnhelper.c (argument_error): use line number at the beginningnobu2012-03-161-0/+19
* * enumerator.c (lazy_take): don't enumerate an extra value.shugo2012-03-161-1/+5
* * enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo2012-03-151-0/+42
* * enumerator.c (lazy_zip): rescue StopIteration returned byshugo2012-03-151-0/+6
* * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}shugo2012-03-151-4/+14
* * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy toshugo2012-03-151-1/+1
* * parse.y (parser_yylex): fix warning line number.nobu2012-03-151-0/+8
* * test/ruby/test_m17n.rb (assert_warning): use common method.nobu2012-03-151-12/+1
* * parse.y (sym_check_asciionly): check ascii compatibility beforenobu2012-03-151-0/+7
* * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.shugo2012-03-151-0/+10