summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-12-08* pack.c (pack_pack): fixed length for odd length string.nobu
2008-12-07* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr
2008-12-06* pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui
2008-12-05fix for 1.8'sxibbar
2008-12-05* lib/open3.rb (Open3.pipeline_start): new method.akr
2008-12-05* iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu
2008-12-04* test/ruby/test_process.rb: skip some tests on win32.usa
2008-12-04* lib/open3.rb (Open3.poutput3): new method.akr
2008-12-04 * test/ruby/test_complex.rb: added some tests.tadf
2008-12-04* lib/open3.rb (Open3.popen3): simplified.akr
2008-12-04* process.c (check_exec_fds): resolve cascaded child fd reference.akr
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz
2008-12-03 * complex.c (nurat_{to_s,inspect}): provides better representationtadf
2008-12-03* process.c (EXEC_OPTION_DUP2_CHILD): defined.akr
2008-12-03* process.c (check_exec_redirect): accept :in, :out, :err as redirectakr
2008-12-03revert.tadf
2008-12-02* test/ruby/test_rational.rb: add a test.mame
2008-12-02* test/ruby/test_range.rb: add a test.mame
2008-12-02* test/ruby/test_string.rb: add some tests.mame
2008-12-02* lib/open3.rb (Open3.popen3): merge hash options if given. akr
2008-12-02* test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.usa
2008-12-02* test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assumeusa
2008-12-01* cont.c (rb_fiber_start): calls with exact argument number.nobu
2008-11-30* test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz
2008-11-27* numeric.c (flodivmod): floating point division should raisematz
2008-11-26* ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz
2008-11-25* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2008-11-24 * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf
2008-11-24* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo
2008-11-24* strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo
2008-11-24* strftime.c (rb_strftime): The precision of %0N should be 9.shugo
2008-11-24* strftime.c (rb_strftime): The default precision should be 1, notshugo
2008-11-24 * lib/date.rb (inspect): changed again.tadf
2008-11-22* test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui
2008-11-22merges r20309 from ruby_1_9_1 to trunk.yugui
2008-11-22* test/ruby/test_method.rb (test_default_accessiblity): test case foryugui
2008-11-19* ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz
2008-11-18fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki
2008-11-18* lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu
2008-11-11* lib/rubygems/timer.rb: removed svn:executable.yugui
2008-11-11 * lib/date.rb (inspect): reverted the previous change.tadf
2008-11-11* test/ruby/test_transcode.rb: unnecessary setup methodduerst
2008-11-11* enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst
2008-11-10trivial changes.tadf
2008-11-10 * lib/date.rb (inspect): changed the format.tadf
2008-11-10* test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the methodknu
2008-11-08fix test for 1.8xibbar
2008-11-08fix debug codexibbar