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
...
*
* strftime.c (rb_strftime): supported %F and %<precision>N.
shugo
2008-08-21
1
-0
/
+12
*
* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...
kazu
2008-08-21
1
-1
/
+1
*
* file.c (rb_stat_inspect): don't raise if self is not initialized.
akr
2008-08-21
1
-0
/
+1
*
* process.c (pst_pid): use rb_attr_get to avoid warning on
akr
2008-08-21
1
-0
/
+3
*
* io.c (io_extract_encoding_option): if internal encoding is not
akr
2008-08-21
1
-2
/
+278
*
test O_NOFOLLOW only on FreeBSD and Linux.
akr
2008-08-21
1
-2
/
+4
*
* strftime.c (rb_strftime): return "UTC" instead of "GMT".
shugo
2008-08-21
1
-1
/
+1
*
* test/iconv/test_option.rb (test_ignore_option): skip if iconv
naruse
2008-08-20
1
-2
/
+12
*
* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should accept
nobu
2008-08-20
1
-2
/
+2
*
* io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.
akr
2008-08-20
1
-0
/
+28
*
* strftime.c: new file.
shugo
2008-08-20
1
-0
/
+4
*
* io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.
akr
2008-08-20
1
-0
/
+18
*
mkcdtmpdir doesn't yield a value.
akr
2008-08-19
1
-9
/
+9
*
* io.c (rb_open_file): encoding in mode string was ignored if perm is
akr
2008-08-18
1
-0
/
+9
*
* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.
akr
2008-08-18
1
-1
/
+1
*
* io.c (rb_io_check_readable): side effect for STDIN removed.
akr
2008-08-18
1
-0
/
+19
*
* io.c (io_ungetbyte): renamed from io_ungetc.
akr
2008-08-18
1
-8
/
+24
*
* include/ruby/io.h (rb_io_t): new fields: writeconv,
akr
2008-08-18
1
-0
/
+45
*
* io.c (clear_readconv): extracted from rb_io_fptr_finalize.
akr
2008-08-18
1
-0
/
+49
*
* io.c (io_shift_crbuf): add strp argument to append into existing
akr
2008-08-18
1
-0
/
+71
*
* io.c (io_enc_str_converted): new function.
akr
2008-08-18
1
-7
/
+5
*
add tests.
akr
2008-08-18
1
-5
/
+19
*
* io.c (appendline): appendline cannot check character boundary.
akr
2008-08-17
1
-0
/
+16
*
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.
gotoyuzo
2008-08-17
1
-3
/
+26
*
* io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.
akr
2008-08-17
1
-0
/
+9
*
* transcode.c (econv_primitive_putback): new method.
akr
2008-08-17
1
-0
/
+12
*
* include/ruby/encoding.h (rb_econv_putbackable): declared.
akr
2008-08-17
1
-0
/
+10
*
* transcode.c (make_econv_exception): add several instance variables
akr
2008-08-17
1
-0
/
+19
*
* test/iconv/test_option.rb (test_ignore_option): skip if iconv
naruse
2008-08-16
1
-0
/
+2
*
* include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,
akr
2008-08-16
1
-6
/
+4
*
* include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,
akr
2008-08-16
1
-25
/
+14
*
add a test.
akr
2008-08-15
1
-0
/
+8
*
* transcode.c (econv_just_convert): extracted from rb_econv_output.
akr
2008-08-15
1
-0
/
+34
*
* include/ruby/encoding.h (rb_econv_t): new field: last_error.
akr
2008-08-15
1
-0
/
+46
*
* test/ruby/test_settracefunc.rb (test_call, test_class):
nobu
2008-08-15
1
-8
/
+0
*
add tests.
akr
2008-08-15
1
-1
/
+20
*
add a test.
akr
2008-08-15
1
-0
/
+48
*
add tests.
akr
2008-08-15
1
-0
/
+38
*
* transcode.c (econv_init): don't create dummy encoding if
akr
2008-08-15
1
-0
/
+13
*
* transcode.c (econv_primitive_convert): set destination_buffer
akr
2008-08-14
1
-0
/
+8
*
* include/ruby/encoding.h (rb_econv_result_t): moved from
akr
2008-08-14
1
-0
/
+6
*
* transcode.c (econv_init): accept Encoding object as source_encoding
akr
2008-08-14
1
-0
/
+5
*
* transcode_data.h (transcode_invalid_byte_sequence): renamed from
akr
2008-08-14
1
-42
/
+42
*
add a test.
akr
2008-08-14
1
-1
/
+9
*
* transcode.c (rb_econv_conv): new function. it don't consume input
akr
2008-08-14
1
-4
/
+24
*
* transcode_data.h (rb_trans_result_t): new enumeration constant:
akr
2008-08-14
1
-0
/
+36
*
test updated.
akr
2008-08-14
1
-46
/
+57
*
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...
kazu
2008-08-13
1
-0
/
+1
*
* transcode.c (econv_primitive_convert): add output_byteoffset
akr
2008-08-13
1
-40
/
+71
*
* test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.
shugo
2008-08-13
1
-0
/
+1
[prev]
[next]