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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* io.c (convconfig_t): new type.
akr
2008-08-20
2
-42
/
+106
*
* io.c (Init_IO): new constants: File::DSYNC, File::RSYNC and
akr
2008-08-20
2
-0
/
+14
*
* io.c (rb_open_file): don't lookup :mode and :perm in opt. it is
akr
2008-08-20
2
-5
/
+6
*
* io.c (open_key_args): meaningless MEMCPY removed.
akr
2008-08-20
2
-1
/
+4
*
* io.c (prep_io) [cygwin]: use FMODE_BINMODE instead of O_BINARY.
akr
2008-08-20
2
-1
/
+5
*
* array.c (rb_ary_sample): performance improvement for huge array.
nobu
2008-08-20
2
-18
/
+58
*
* array.c (rb_ary_sample): get rid of infinite loop. #455
nobu
2008-08-20
2
-1
/
+6
*
* include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is used
akr
2008-08-19
2
-1
/
+8
*
mkcdtmpdir doesn't yield a value.
akr
2008-08-19
1
-9
/
+9
*
* io.c (parse_mode_enc): extracted from mode_enc.
akr
2008-08-19
2
-47
/
+73
*
* io.c (rb_io_flags_modenum): make it static.
akr
2008-08-19
2
-1
/
+5
*
* include/ruby/io.h (FMODE_TRUNC): new constant.
akr
2008-08-19
3
-32
/
+46
*
* io.c (fopen): macro for vms removed. fopen is not used now.
akr
2008-08-19
2
-1
/
+4
*
* 2008-08-20
svn
2008-08-19
1
-3
/
+3
*
* transcode.c (rb_econv_open): fix memory leak.
akr
2008-08-19
2
-4
/
+17
*
* include/ruby/io.h (rb_fopen): declaration removed.
akr
2008-08-19
3
-26
/
+6
*
* include/ruby/io.h (FMODE_READWRITE): define as
akr
2008-08-19
2
-2
/
+6
*
* io.c (rb_io_flags_mode): use hexadecimal in error message.
akr
2008-08-19
2
-3
/
+9
*
* io.c (rb_io_flags_mode): add a prefix 0 to octal in error message.
akr
2008-08-19
2
-2
/
+7
*
* include/ruby/io.h (FMODE_*): sorted and describe the values in
akr
2008-08-19
2
-11
/
+17
*
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store the
akr
2008-08-19
2
-0
/
+6
*
* lib/rake.rb (FileUtils#ruby): takes care of space containing path.
nobu
2008-08-18
2
-1
/
+6
*
* io.c (rb_open_file): encoding in mode string was ignored if perm is
akr
2008-08-18
3
-0
/
+20
*
fix preivous change.
akr
2008-08-18
1
-1
/
+1
*
* io.c (rb_open_file): don't access argv[-1] by
akr
2008-08-18
2
-8
/
+15
*
* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.
akr
2008-08-18
3
-2
/
+8
*
* 2008-08-19
svn
2008-08-18
1
-3
/
+3
*
* io.c (rb_io_check_readable): side effect for STDIN removed.
akr
2008-08-18
3
-6
/
+24
*
* io.c (io_ungetbyte): renamed from io_ungetc.
akr
2008-08-18
3
-15
/
+88
*
* io.c (id_encode): removed.
akr
2008-08-18
2
-2
/
+5
*
* io.c (make_writeconv): if enc and enc2 is set, convert
akr
2008-08-18
3
-24
/
+25
*
* include/ruby/io.h (rb_io_t): new fields: writeconv,
akr
2008-08-18
7
-17
/
+297
*
* io.c (clear_readconv): extracted from rb_io_fptr_finalize.
akr
2008-08-18
3
-8
/
+77
*
update comment.
akr
2008-08-18
1
-2
/
+9
*
* io.c (mode_enc): modify enc and enc2 consistently.
akr
2008-08-18
2
-1
/
+14
*
* transcode.c (transcode_search_path): prevent infinite loop by
akr
2008-08-18
2
-0
/
+8
*
* io.c (io_enc_str): code conversion removed.
akr
2008-08-18
2
-20
/
+8
*
* io.c (io_shift_crbuf): add strp argument to append into existing
akr
2008-08-18
3
-101
/
+209
*
* io.c (io_enc_str_converted): new function.
akr
2008-08-18
3
-57
/
+163
*
add tests.
akr
2008-08-18
1
-5
/
+19
*
* common.mk: fix error in uncommon.mk.
kazu
2008-08-17
2
-1
/
+5
*
* common.mk: config.h depends config.status.
naruse
2008-08-17
2
-0
/
+5
*
* io.c (appendline): appendline cannot check character boundary.
akr
2008-08-17
3
-54
/
+49
*
* 2008-08-18
svn
2008-08-17
1
-3
/
+3
*
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.
gotoyuzo
2008-08-17
3
-3
/
+34
*
* io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.
akr
2008-08-17
3
-20
/
+27
*
* lib/mkmf.rb: not check config.h.
nobu
2008-08-17
2
-3
/
+4
*
* lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS.
nobu
2008-08-17
4
-1
/
+22
*
fix typos.
akr
2008-08-17
1
-21
/
+21
*
* transcode.c (econv_primitive_putback): new method.
akr
2008-08-17
3
-0
/
+40
[prev]
[next]