summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu2008-12-051-9/+9
* * test/ruby/test_process.rb: skip some tests on win32.usa2008-12-041-7/+13
* * lib/open3.rb (Open3.poutput3): new method.akr2008-12-041-0/+26
* * test/ruby/test_complex.rb: added some tests.tadf2008-12-042-1/+42
* * lib/open3.rb (Open3.popen3): simplified.akr2008-12-041-85/+53
* * process.c (check_exec_fds): resolve cascaded child fd reference.akr2008-12-041-8/+17
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz2008-12-041-0/+15
* * complex.c (nurat_{to_s,inspect}): provides better representationtadf2008-12-031-0/+10
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-031-0/+20
* * process.c (check_exec_redirect): accept :in, :out, :err as redirectakr2008-12-031-0/+5
* revert.tadf2008-12-031-3/+0
* * test/ruby/test_rational.rb: add a test.mame2008-12-021-0/+3
* * test/ruby/test_range.rb: add a test.mame2008-12-021-0/+9
* * test/ruby/test_string.rb: add some tests.mame2008-12-021-0/+43
* * lib/open3.rb (Open3.popen3): merge hash options if given. akr2008-12-021-0/+205
* * test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.usa2008-12-021-3/+2
* * test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assumeusa2008-12-021-4/+4
* * cont.c (rb_fiber_start): calls with exact argument number.nobu2008-12-011-0/+4
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-301-1/+3
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-282-0/+113
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz2008-11-271-3/+1
* * numeric.c (flodivmod): floating point division should raisematz2008-11-271-3/+1
* * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz2008-11-261-1/+5
* * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz2008-11-251-3/+3
* * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf2008-11-241-0/+18
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-241-0/+7
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-241-0/+12
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-241-1/+1
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-241-0/+5
* * lib/date.rb (inspect): changed again.tadf2008-11-242-4/+4
* * test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui2008-11-221-4/+4
* merges r20309 from ruby_1_9_1 to trunk.yugui2008-11-221-9/+8
* * test/ruby/test_method.rb (test_default_accessiblity): test case foryugui2008-11-221-0/+16
* * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz2008-11-191-0/+4
* fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki2008-11-181-10/+12
* * lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu2008-11-181-0/+4
* * lib/rubygems/timer.rb: removed svn:executable.yugui2008-11-1110-0/+0
* * lib/date.rb (inspect): reverted the previous change.tadf2008-11-112-4/+4
* * test/ruby/test_transcode.rb: unnecessary setup methodduerst2008-11-111-15/+0
* * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst2008-11-111-0/+347
* trivial changes.tadf2008-11-102-2/+2
* * lib/date.rb (inspect): changed the format.tadf2008-11-102-3/+4
* * test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the methodknu2008-11-101-9/+3
* fix test for 1.8xibbar2008-11-083-10/+57
* fix debug codexibbar2008-11-081-5/+1
* * lib/cgi/session.rb (FileStore): use marshalized data.xibbar2008-11-081-0/+59
* * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz2008-11-082-6/+6
* * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz2008-11-071-6/+6
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-061-0/+24
* * lib/rexml/entity.rb (unnormalized): do not callshugo2008-11-061-1/+2