summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2013-03-28merge revision(s) 39772,39773,39774,39775,39777,39779,39781,39783: [Backport ...usa
2012-12-19merge revision(s) 37851: [Backport #7438]usa
2012-10-26merge revision(s) 32826,34732: [Backport #6681]usa
2012-10-12* io.c (rb_cloexec_fcntl_dupfd): get rid of compile error on windows.usa
2012-10-11merge revision(s) 33819,33839:naruse
2012-10-11merge revision(s) 33711,33713,33714,33715,33716,33717,33718,33719,33720,33721...naruse
2012-06-28merge revision(s) 32549,32557: [Backport #6661]naruse
2012-05-28merge revision(s) 34753:naruse
2012-05-25merge revision(s) 35766:naruse
2012-05-21merge revision(s) 33944:nobu
2012-05-10merge revision(s) 35594: [Backport #6422]naruse
2012-04-14merge revision(s) 35296: [Backport #6295]naruse
2012-04-14merge revision(s) 34785,35095,35098,35111,35152: [Backport #6294]naruse
2012-04-07merge revision(s) 35255:naruse
2012-03-06merge revision(s) 33172,33968:nobu
2012-02-25merge revision(s) 34786,34787,34788,34789:naruse
2012-02-25merge revision(s) 34795:naruse
2012-02-22merge revision(s) 34735,34736:nobu
2012-02-13merge revision(s) 34576:nobu
2012-02-10merge revision(s) 34043,34045,34132: [Backport #5791]naruse
2012-02-10merge revision(s) 33937: [Backport #5704]naruse
2012-02-10merge revision(s) 33662,33666,33770: [Backport #5793]naruse
2012-02-09merge revision(s) 34409,34412,34417:naruse
2012-02-09* remove trailing spaces.nobu
2012-02-06merge revision(s) r33826:kosaki
2012-02-06merge revision(s) 33691,33692:naruse
2012-02-06merge revision(s) 33667:usa
2011-12-20* io.c: Improve rdoc for {File|IO}.writemarcandre
2011-11-07* io.c (make_writeconv): unversal_newline converter is for reading.tarui
2011-11-07* io.c (io_fflush): remove fsync().arton
2011-09-07merge revision(s) 33171:kosaki
2011-09-02* io.c (validate_enc_binmode, prep_stdio): default to text mode onnobu
2011-07-30* io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu
2011-07-23* io.c (rb_update_max_fd): validate fd.akr
2011-07-20* backport r32579, r32581, r32587 by akr and r32588 by kazu.akr
2011-07-09 * io.c: Note that methods other than IO#gets may increase IO#lineno.drbrain
2011-07-08* io.c (rb_io_close): close(2) on a fd which is being read bynobu
2011-07-03* include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko1
2011-06-29 * math.c: Attach documentation for Math.drbrain
2011-06-18* io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu
2011-06-18* io.c: supress warnings.akr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-16 * io.c: Improve documentation of IO and File open and new.drbrain
2011-06-12* io.c: use select() appropriately for sendfile().akr
2011-06-11* io.c (io_getc): should be 7bit if ascii. fixes #4557nobu
2011-06-09* io.c: fix IO.copy_stream interrupt handling.akr
2011-06-03* io.c (io_fflush): windows -- call fsync() only when the FD is tied tousa
2011-06-02* io.c (rb_io_s_write, rb_io_s_binwrite): return!!!usa
2011-06-02* io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah
2011-06-02* io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internalusa