index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_casecmp): don't use rb_enc_codepoint.
akr
2008-09-17
1
-0
/
+12
*
* complex.c (nucomp_s_convert): accepts complex
tadf
2008-09-17
1
-1
/
+4
*
* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.
kazu
2008-09-17
1
-5
/
+1
*
* lib/cgi/html.rb (checkbox_group,radio_group): bug fix
xibbar
2008-09-17
1
-0
/
+8
*
* numeric.c: provides predicate real? instead of scalar?.
tadf
2008-09-16
3
-10
/
+14
*
* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.
akr
2008-09-16
1
-5
/
+5
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret
akr
2008-09-16
1
-0
/
+19
*
* lib/cgi/core.rb: performance improvement.
xibbar
2008-09-16
1
-1
/
+1
*
* complex.c (nucomp_marshal_{dump,load}): preserve instance
tadf
2008-09-16
2
-0
/
+4
*
* string.c ():
matz
2008-09-16
1
-2
/
+2
*
* test/ruby/test_io.rb (TestIO#test_dup): exception should be
matz
2008-09-16
1
-0
/
+3
*
* test/ruby/test_io.rb (TestIO#test_dup): this test might fail if
matz
2008-09-15
1
-16
/
+7
*
add assertion message for previous commit.
akr
2008-09-15
1
-6
/
+13
*
* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCII
akr
2008-09-15
1
-0
/
+6
*
* encoding.c (rb_enc_compatible): accepst other than strings and
naruse
2008-09-15
1
-1
/
+6
*
* complex.c (nucomp_eql_p): new.
tadf
2008-09-15
1
-0
/
+4
*
* test/matrix/test_matrix.rb (setup): typo.
yugui
2008-09-15
2
-4
/
+16
*
* transcode.c (str_encode): returns duplicated string if nothing
nobu
2008-09-14
1
-0
/
+6
*
* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
yugui
2008-09-14
2
-0
/
+86
*
* complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve
tadf
2008-09-14
1
-0
/
+20
*
* complex.c: refined.
tadf
2008-09-13
1
-1
/
+1
*
* test/rexml/test_document.rb: removed garbage.
shugo
2008-09-13
1
-41
/
+0
*
* text/rexml/test_document.rb (test_entity_expansion_limit): added tests.
shugo
2008-09-13
1
-0
/
+23
*
* transcode.c (rb_econv_prepare_opts): raise ArgumentError if
akr
2008-09-12
1
-0
/
+7
*
add tests.
akr
2008-09-12
1
-0
/
+12
*
* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.
akr
2008-09-12
1
-0
/
+18
*
* enc/trans/escape.trans: transcoder name renamed to use underscore.
akr
2008-09-12
1
-11
/
+11
*
* transcode.c (rb_econv_init_by_convpath_i): new function.
akr
2008-09-12
1
-2
/
+24
*
* transcode.c (decorator_names): extracted from rb_econv_open.
akr
2008-09-12
1
-0
/
+16
*
add tests.
akr
2008-09-12
1
-0
/
+4
*
* test/win32ole/test_err_in_callback.rb (teardown): get rid
suke
2008-09-11
1
-1
/
+3
*
* transcode.c (make_encoding): new function.
akr
2008-09-10
1
-15
/
+22
*
* transcode.c (econv_convpath): new method.
akr
2008-09-10
1
-0
/
+19
*
* test/win32ole/test_err_in_callback.rb: InternetExplorer should
suke
2008-09-10
2
-15
/
+19
*
test modified.
akr
2008-09-10
1
-1
/
+0
*
* lib/uri/common.rb (URI::Parser): new class.
akira
2008-09-10
2
-71
/
+71
*
* include/ruby/encoding.h (econv_after_output): renamed from
akr
2008-09-09
1
-28
/
+28
*
* io.c (io_fwrite): raise an error if ASCII incompatible string
akr
2008-09-09
1
-31
/
+184
*
* include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge
akr
2008-09-09
1
-16
/
+16
*
* test/openssl/test_ssl.rb (OpenSSL#test_client_session):
kazu
2008-09-09
1
-1
/
+4
*
add a test.
akr
2008-09-08
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_decorate_at_first): declared.
akr
2008-09-08
1
-3
/
+3
*
add tests.
akr
2008-09-08
1
-0
/
+2
*
* include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
akr
2008-09-08
1
-13
/
+17
*
* test/cgi/test_cgi_tag_helper.rb : fix class name
xibbar
2008-09-08
1
-1
/
+1
*
* transcode.c (rb_econv_insert_output): "readagain" part should be
akr
2008-09-08
1
-0
/
+5
*
* test/ruby/test_io.rb (TestIO#test_dup): add open in block.
kazu
2008-09-08
1
-0
/
+4
*
* rational.c: removed unused code.
tadf
2008-09-07
2
-15
/
+41
*
* enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoid
akr
2008-09-07
1
-2
/
+2
*
* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
akr
2008-09-07
2
-9
/
+40
[next]