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
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* stable version 1.8.2 released.
matz
2004-12-25
1
-38
/
+28
*
* io.c (io_reopen, rb_io_reopen): prohibit to change access mode for
nobu
2004-12-23
1
-23
/
+33
*
* io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003]
nobu
2004-12-23
1
-2
/
+3
*
* io.c (io_reopen): readable flag was left unset for read-only IO.
nobu
2004-12-23
1
-1
/
+1
*
* io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.
nobu
2004-12-22
1
-1
/
+5
*
* io.c (io_reopen): keep duplex pipe in correct mode for exception
nobu
2004-12-21
1
-2
/
+12
*
* io.c (io_fwrite): workaround for MSVCRT's bug.
usa
2004-12-20
1
-0
/
+8
*
* io.c (rb_io_eof): check if closed before clearerr().
nobu
2004-12-20
1
-0
/
+1
*
* io.c (io_reopen): [ruby-dev:25150]
matz
2004-12-10
1
-0
/
+1
*
* io.c (io_fwrite): change dereference for cosmetic reason.
matz
2004-12-08
1
-1
/
+1
*
io.c (io_fwrite) : fix offset incrementation for VMS and Human68k.
akiyoshi
2004-12-07
1
-2
/
+1
*
* io.c (io_write): remove rb_str_locktmp(). [ruby-dev:25050]
matz
2004-12-07
1
-15
/
+16
*
* eval.c (proc_invoke): copy arguments to frame.argv.
matz
2004-12-03
1
-5
/
+9
*
* io.c (io_fread): need not to null terminate. [ruby-dev:24998]
nobu
2004-11-30
1
-7
/
+6
*
* io.c (fptr_finalize): must not use FILE after fclose().
nobu
2004-11-29
1
-5
/
+12
*
don't use READ_DATA_PENDING in previous change
akr
2004-11-28
1
-2
/
+1
*
* io.c (rb_io_check_writable): restrict io_seek by
akr
2004-11-28
1
-3
/
+2
*
io.c (rb_io_fwrite): set path to NULL
akr
2004-11-27
1
-1
/
+1
*
* io.c: avoid avoid data loss with nonblocking fd and
akr
2004-11-27
1
-13
/
+40
*
* io.c (io_fread): [ruby-dev:24964]
matz
2004-11-27
1
-15
/
+30
*
* io.c (io_read): move StringValue() check before GetOpenFile().
matz
2004-11-25
1
-1
/
+1
*
* io.c (read_all): [ruby-dev:24955]
matz
2004-11-25
1
-2
/
+4
*
* io.c (io_read): [ruby-dev:24952]
matz
2004-11-23
1
-39
/
+41
*
* file.c (rb_file_chown): integer conversion should be prior to
matz
2004-11-22
1
-0
/
+3
*
* io.c, rubyio.h (rb_io_modenum_flags): exported.
nobu
2004-11-18
1
-1
/
+1
*
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-10
1
-0
/
+5
*
* string.c (rb_str_locktmp): check STR_TMPLOCK flag before
matz
2004-11-05
1
-2
/
+0
*
* typo, too. orz
usa
2004-11-04
1
-1
/
+1
*
* io.c (rb_f_open): fix typo.
usa
2004-11-04
1
-1
/
+1
*
* io.c (pipe_open): fix compile error
nagai
2004-11-03
1
-2
/
+8
*
* eval.c (proc_invoke): nail down dyna_var node when Proc object
matz
2004-11-01
1
-47
/
+41
*
* string.c (rb_str_locktmp): lock string temporarily.
matz
2004-10-30
1
-4
/
+6
*
* io.c (rb_io_check_initialized): new function to check uninitialized
nobu
2004-10-29
1
-2
/
+10
*
* string.c (RESIZE_CAPA): check string attribute before modifying
matz
2004-10-27
1
-2
/
+5
*
* io.c (rb_io_getline): rs modification check should not interfere in the loop.
nobu
2004-10-26
1
-1
/
+1
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-12
/
+24
*
* io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.
eban
2004-10-14
1
-2
/
+2
*
* io.c (rb_io_getline): should not treat char as negative value.
nobu
2004-10-09
1
-1
/
+1
*
* io.c (io_read): should freeze buffer before thread context
matz
2004-10-07
1
-1
/
+1
*
* pack.c (pack_unpack): string conversion should at the top of the
matz
2004-10-07
1
-1
/
+1
*
* io.c (rb_io_flags_mode): typo fix.
eban
2004-10-06
1
-1
/
+1
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
1
-65
/
+52
*
* io.c (rb_file_open_internal, rb_io_reopen): fname might be altered
nobu
2004-10-04
1
-8
/
+11
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
1
-1
/
+5
*
Update for VMS ports.
akiyoshi
2004-08-19
1
-2
/
+4
*
* io.c (rb_io_reopen): should clear allocated OpenFile. pointed
matz
2004-08-17
1
-1
/
+1
*
* io.c (rb_io_fread): return already read data when system call is
nobu
2004-06-24
1
-3
/
+2
*
* io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]
nobu
2004-06-22
1
-0
/
+1
*
* io.c (rb_io_gets_m): set lastline ($_) even when read line is
matz
2004-06-04
1
-3
/
+1
*
* io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]
ocean
2004-05-27
1
-1
/
+1
[next]