summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-09-20* ext/json: import JSON v 1.1.3.naruse
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-18* regexec.c (string_cmp_ic): add text_end argument.akr
2008-09-18* ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-17* test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame
2008-09-17* string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr
2008-09-17 * complex.c (nucomp_s_convert): accepts complextadf
2008-09-17* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu
2008-09-17* lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-16* lib/cgi/core.rb: performance improvement. xibbar
2008-09-16 * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf
2008-09-16* string.c ():matz
2008-09-16* test/ruby/test_io.rb (TestIO#test_dup): exception should bematz
2008-09-15* test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz
2008-09-15add assertion message for previous commit.akr
2008-09-15* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr
2008-09-15* encoding.c (rb_enc_compatible): accepst other than strings andnaruse
2008-09-15 * complex.c (nucomp_eql_p): new.tadf
2008-09-15* test/matrix/test_matrix.rb (setup): typo.yugui
2008-09-14* transcode.c (str_encode): returns duplicated string if nothingnobu
2008-09-14* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui
2008-09-14 * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf
2008-09-13 * complex.c: refined.tadf
2008-09-13* test/rexml/test_document.rb: removed garbage.shugo
2008-09-13* text/rexml/test_document.rb (test_entity_expansion_limit): added tests.shugo
2008-09-12* transcode.c (rb_econv_prepare_opts): raise ArgumentError ifakr
2008-09-12add tests.akr
2008-09-12* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr
2008-09-12* enc/trans/escape.trans: transcoder name renamed to use underscore.akr
2008-09-12* transcode.c (rb_econv_init_by_convpath_i): new function.akr
2008-09-12* transcode.c (decorator_names): extracted from rb_econv_open.akr
2008-09-12add tests.akr
2008-09-11* test/win32ole/test_err_in_callback.rb (teardown): get ridsuke
2008-09-10* transcode.c (make_encoding): new function.akr
2008-09-10* transcode.c (econv_convpath): new method.akr
2008-09-10* test/win32ole/test_err_in_callback.rb: InternetExplorer shouldsuke
2008-09-10test modified.akr
2008-09-10 * lib/uri/common.rb (URI::Parser): new class.akira
2008-09-09* include/ruby/encoding.h (econv_after_output): renamed fromakr
2008-09-09* io.c (io_fwrite): raise an error if ASCII incompatible stringakr
2008-09-09* include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr
2008-09-09* test/openssl/test_ssl.rb (OpenSSL#test_client_session):kazu
2008-09-08add a test.akr