aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,suke2008-11-063-0/+24
* * test/zlib/test_zlib.rb(test_readchar): compare in same type.takano322008-11-031-1/+1
* * test/win32ole/test_win32ole_event.rb: rename test class.suke2008-11-024-54/+75
* * test/win32ole/test_err_in_callback.rb: add teardown.suke2008-11-021-0/+4
* * ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvisesuke2008-11-023-341/+292
* Don't require rubygems/defaults from gem_prelude.rb.drbrain2008-10-311-1/+26
* * test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui2008-10-311-0/+2
* * enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst2008-10-311-0/+73
* * ruby.c (process_options): delays setting safe level.nobu2008-10-301-0/+4
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-291-0/+8
* * test/ruby/test_array.rb: add some tests.mame2008-10-291-0/+29
* * io.c (rb_io_rewind): should reset fptr->readconv if it'smatz2008-10-291-8/+16
* * test/ruby/test_array (test_permutation): add a test that replacesmame2008-10-291-0/+5
* * test/webrick/utils.rb (start_server): provide a reference to log ofmame2008-10-297-140/+147
* * test/ruby/test_array.rb (test_pack): use utf-8.nobu2008-10-292-4/+4
* * test/ruby/test_proc.rb: filled all patterns for testingyugui2008-10-281-0/+197
* * test/ruby/test_require.rb (test_require_too_long_filename): too longusa2008-10-281-5/+9
* * test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa2008-10-281-1/+1
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7