aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse2009-08-151-0/+6
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-151-0/+7
* * re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse2009-08-141-7/+7
* * test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu2009-08-121-0/+6
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-0/+7
* * test/ruby/test_struct.rb (test_inspect): use assert_match.nobu2009-08-121-1/+1
* * string.c (rb_str_new_frozen): must not change encoding of frozennobu2009-08-121-0/+13
* * encoding.c (rb_enc_compatible): If a string is empty andnaruse2009-08-111-0/+2
* * test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu2009-08-111-2/+2
* * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf2009-08-111-1/+1
* New API Encoding#ascii_compatible?.naruse2009-08-081-0/+7
* * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu2009-08-071-0/+6
* * test/mkmf/base.rb (TestMkmf): was turned into a class, becausenobu2009-08-062-5/+10
* * test/mkmf/base.rb: split from test_sizeof.rb.nobu2009-08-062-19/+34
* * lib/mkmf.rb (check_sizeof): added optional compiler optionnobu2009-08-061-0/+27
* * ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu2009-08-051-0/+12
* * range.c (range_eql, range_eq): fixed equality to work formatz2009-08-051-0/+4
* Fix test for previous commit.naruse2009-08-051-1/+1
* * lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame2009-08-041-0/+36
* * random.c (rb_random_int): arguments have to be converted tonobu2009-08-021-0/+1
* * test/ruby/test_rand.rb: add tests for Random#float's rejectionmame2009-08-021-0/+3
* * random.c (rand_int): prevent from GC.nobu2009-08-021-1/+12
* * test/ruby/test_module.rb (test_ancestors, test_included_modules):mame2009-07-301-4/+10
* * test/ruby/test_rand.rb: add tests for Random class.mame2009-07-301-0/+190
* * transcode.c: added check for frozen string for encode! (see Bug #1836)duerst2009-07-301-0/+2
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-302-0/+15
* add a test.xibbar2009-07-301-0/+5
* * lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar2009-07-303-9/+44
* * proc.c (rb_method_entry_arity): support optimized method (send).ko12009-07-281-0/+4
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu2009-07-271-3/+5
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-261-0/+12
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-1/+21
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-4/+4
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-252-0/+7
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-241-0/+68
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-0/+94
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-0/+64
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-221-1/+1
* * test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz2009-07-221-2/+2
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-3/+3
* * test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu2009-07-211-2/+1
* * random.c (rand_init): array length of random seed was broken, whichmame2009-07-211-0/+5
* * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke2009-07-211-19/+30
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-201-0/+4
* Use UDP for sendmsg/recvmsg tests.akr2009-07-191-5/+31
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+6
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-191-0/+8
* * test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa2009-07-191-6/+13
* fix skip condition.akr2009-07-171-1/+1
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-173-4/+13