summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-231-0/+1
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-221-1/+2
* * test/readline/test_readline_history.rbkouji2008-09-221-2/+4
* * math.c (math_log): should check argc.tadf2008-09-211-0/+1
* * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf2008-09-212-62/+93
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-2111-20/+527
* * complex.c: an instance method image has been removed andtadf2008-09-201-97/+84
* * ext/json: import JSON v 1.1.3.naruse2008-09-207-36/+104
* * parse.y: strings which contain only US-ASCII don't force to havenaruse2008-09-191-6/+6
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-197-64/+0
* * regexec.c (string_cmp_ic): add text_end argument.akr2008-09-181-0/+4
* * ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame2008-09-181-2/+17
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-181-4/+5
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-182-27/+0
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-187-179/+179
* * test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame2008-09-171-0/+681
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-0/+12
* * complex.c (nucomp_s_convert): accepts complextadf2008-09-171-1/+4
* * test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu2008-09-171-5/+1
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-171-0/+8
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-163-10/+14
* * test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr2008-09-161-5/+5
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-0/+19
* * lib/cgi/core.rb: performance improvement. xibbar2008-09-161-1/+1
* * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf2008-09-162-0/+4
* * string.c ():matz2008-09-161-2/+2
* * test/ruby/test_io.rb (TestIO#test_dup): exception should bematz2008-09-161-0/+3
* * test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz2008-09-151-16/+7
* add assertion message for previous commit.akr2008-09-151-6/+13
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-151-0/+6
* * encoding.c (rb_enc_compatible): accepst other than strings andnaruse2008-09-151-1/+6
* * complex.c (nucomp_eql_p): new.tadf2008-09-151-0/+4
* * test/matrix/test_matrix.rb (setup): typo.yugui2008-09-152-4/+16
* * transcode.c (str_encode): returns duplicated string if nothingnobu2008-09-141-0/+6
* * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui2008-09-142-0/+86
* * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf2008-09-141-0/+20
* * complex.c: refined.tadf2008-09-131-1/+1
* * test/rexml/test_document.rb: removed garbage.shugo2008-09-131-41/+0
* * text/rexml/test_document.rb (test_entity_expansion_limit): added tests.shugo2008-09-131-0/+23
* * transcode.c (rb_econv_prepare_opts): raise ArgumentError ifakr2008-09-121-0/+7
* add tests.akr2008-09-121-0/+12
* * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr2008-09-121-0/+18
* * enc/trans/escape.trans: transcoder name renamed to use underscore.akr2008-09-121-11/+11
* * transcode.c (rb_econv_init_by_convpath_i): new function.akr2008-09-121-2/+24
* * transcode.c (decorator_names): extracted from rb_econv_open.akr2008-09-121-0/+16
* add tests.akr2008-09-121-0/+4
* * test/win32ole/test_err_in_callback.rb (teardown): get ridsuke2008-09-111-1/+3
* * transcode.c (make_encoding): new function.akr2008-09-101-15/+22
* * transcode.c (econv_convpath): new method.akr2008-09-101-0/+19
* * test/win32ole/test_err_in_callback.rb: InternetExplorer shouldsuke2008-09-102-15/+19