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
*
* lib/rexml/document.rb: limit entity expansion.
shugo
2008-09-01
1
-0
/
+83
*
* enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias of
naruse
2008-09-01
1
-0
/
+7
*
* test/ruby/test_transcode.rb (test_windows_31j): added.
naruse
2008-09-01
1
-0
/
+8
*
* tool/transcode-tblgen.rb: add table generator from Citrus maps.
naruse
2008-08-31
1
-2
/
+2
*
* complex.c (numeric_abs2): new.
tadf
2008-08-31
2
-2
/
+11
*
* transcode.c (transcode.c): set source_encoding and
akr
2008-08-31
1
-0
/
+6
*
* transcode.c (make_econv_exception): rename instance variable names
akr
2008-08-31
1
-6
/
+6
*
* transcode.c (econv_putback): associate encoding to the result.
akr
2008-08-31
1
-2
/
+2
*
* transcode.c (econv_insert_output): raise ArgumentError on failure.
akr
2008-08-31
1
-3
/
+3
*
* enc/trans/single_byte.trans (us_ascii_map): don't define 8bit bytes.
akr
2008-08-31
1
-0
/
+15
*
* transcode.c (econv_last_error): new method.
akr
2008-08-31
1
-0
/
+15
*
* transcode.c (econv_primitive_convert): make two arguments,
akr
2008-08-31
1
-1
/
+10
*
* transcode.c (econv_putback): make max argument optional.
akr
2008-08-30
1
-1
/
+1
*
* transcode.c (rb_econv_putback): putback from last byte.
akr
2008-08-30
1
-0
/
+9
*
* transcode.c (econv_putback): renamed from econv_primitive_putback.
akr
2008-08-30
1
-1
/
+1
*
* transcode.c (econv_insert_output): renamed from
akr
2008-08-30
1
-5
/
+5
*
* test/ruby/test_econv.rb: follow econv_primitive_errinfo change.
akr
2008-08-30
1
-10
/
+9
*
fix failures [ruby-dev:35937].
seki
2008-08-30
1
-3
/
+3
*
* rational.c: added a static variable for nurat_to_f.
tadf
2008-08-30
1
-2
/
+2
*
* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
naruse
2008-08-29
1
-1
/
+1
*
removed some lines which gain the score of coverage.
tadf
2008-08-29
2
-230
/
+0
*
* complex.c ({nucomp,numeric}_rect): new.
tadf
2008-08-29
2
-80
/
+208
*
* transcode.c (econv_finish): new method.
akr
2008-08-28
1
-0
/
+13
*
* transcode.c (econv_convert): new method.
akr
2008-08-28
1
-0
/
+9
*
* transcode.c (econv_primitive_convert): accept nil as
akr
2008-08-28
1
-1
/
+20
*
* transcode.c (econv_primitive_convert): accept nil as input for empty
akr
2008-08-28
1
-0
/
+6
*
* strftime.c (rb_strftime): supported %s and %P.
shugo
2008-08-28
1
-0
/
+10
*
* strftime.c (rb_strftime): fixed a bug of padding.
shugo
2008-08-28
1
-0
/
+33
*
* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should
shugo
2008-08-28
1
-0
/
+1
*
* test/ruby/test_time.rb: suppress warning during test.
mame
2008-08-28
1
-0
/
+9
*
* test/ruby/test_time.rb (test_strftime): make test for %a independent
mame
2008-08-28
1
-1
/
+2
*
* test/cgi/test_cgi_multipart.rb: add test for multipart.
naruse
2008-08-28
4
-0
/
+305
*
* test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.
naruse
2008-08-28
1
-0
/
+145
*
* test/cgi/test_cgi_header.rb: add test for CGI::Header.
naruse
2008-08-28
1
-0
/
+177
*
properties.
nobu
2008-08-27
1
-0
/
+0
*
* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]
akr
2008-08-27
1
-25
/
+0
*
* ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=
suke
2008-08-27
1
-0
/
+8
*
add a test.
akr
2008-08-27
1
-0
/
+8
*
* test/cgi/test_cgi_core.rb: add core test.
naruse
2008-08-27
1
-0
/
+312
*
* lib/cgi.rb (CGI::Cookie): remove delagate.
naruse
2008-08-27
1
-0
/
+107
*
* include/ruby/encoding.h (rb_econv_result_t): enumeration constant:
akr
2008-08-26
1
-1
/
+13
*
* transcode.c (rb_econv_open): disable newline conversion for ASCII
akr
2008-08-26
1
-2
/
+47
*
* test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):
knu
2008-08-26
1
-0
/
+10
*
* test/ruby/test_enumerator.rb (TestEnumerator#test_with_object):
knu
2008-08-26
1
-8
/
+11
*
* test/cgi/test_cgi_tag_helper.rb: add more tests for html3.
naruse
2008-08-26
1
-0
/
+68
*
* enumerator.c (enumerator_initialize),
knu
2008-08-26
1
-0
/
+5
*
* test/ruby/test_transcode.rb: added test_euc_jp
duerst
2008-08-26
1
-0
/
+54
*
* test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.
naruse
2008-08-26
1
-0
/
+253
*
* transcode.c (make_econv_exception): show readagain part for invalid
akr
2008-08-25
1
-0
/
+1
*
* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risk
mame
2008-08-25
1
-6
/
+9
[next]