summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2011-05-20* eval.c (rb_thread_atfork): When a ruby process forks, its randomshyouhei
2010-06-12* io.c (rb_f_syscall): should check argument string taint beforematz
2010-05-23 * io.c, eval.c, process.c: remove all condition of r26371.kosaki
2010-04-14* io.c (appendline): should terminate.nobu
2010-03-18* io.c, eval.c, process.c: add linux to r26371's condition.naruse
2010-02-11* io.c (rb_io_modenum_mode): return "r" for O_RDONLY|O_APPEND.akr
2010-01-27* io.c, eval.c, process.c: add __APPLE__ to r26371's condition.naruse
2010-01-21* eval.c (thread_timer, rb_thread_stop_timer): check the timing ofusa
2010-01-08* io.c (io_fwrite): preserve errno. [ruby-core:27425]nobu
2010-01-08* io.c (rb_io_s_read): close the IO if an exception is raised onusa
2009-10-26* io.c (io_fwrite): adjust stdio file position after direct write onnobu
2009-10-22* *.[chy]: removed trailing spaces.nobu
2009-10-02* io.c (rb_io_fptr_finalize): free fptr to avoid memory leaks.matz
2009-09-04* io.c (rb_io_binmode): check if closed regardless platforms.nobu
2009-08-11 * io.c (rb_sysopen): workaround for MSVCRT's bug.usa
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-26* io.c (Init_IO): $FILENAME should correspond to the first elementnobu
2009-07-21 * io.c (rb_io_flush): fsync() after buffer is flushed on win32.usa
2009-06-22rdoc update.akr
2009-06-16* io.c (rb_io_open), math.c (domain_check), object.c (boot_defclass):nobu
2009-06-16* io.c (argf_close): always call #close method. [ruby-core:23853]matz
2009-03-23* array.c (ary_resize_capa): Remove an unused function.knu
2009-03-20* array.c (Array#try_convert): New method backported from 1.9.knu
2009-02-07update rdoc.akr
2009-02-07add not about IO#pos and IO#readpartial.akr
2009-01-31* io.c (io_getpartial): fflush after read for updating pos in FILE.akr
2008-12-25rdoc update.akr
2008-09-19* dln.c: newer BeOS support. a patch from Pete Goodevematz
2008-08-05* file.c (rb_find_file): reset to real class.nobu
2008-06-06 * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa
2008-06-01* io.c (rscheck), marshal.c (w_nbyte, w_bytes, w_unique),nobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-27* ext/stringio/stringio.c (strio_each): Return an enumerator if noknu
2008-05-27* io.c (rb_io_each_char, argf_each_char, Init_IO):knu
2008-05-27* io.c (Init_IO): Define {IO,ARGF}#{getbyte,readbyte}.knu
2008-05-27* io.c: (rb_io_lines, rb_io_bytes, Init_IO): Defineknu
2008-05-21* eval.c (search_method, remove_method, error_print, rb_alias)nobu
2008-04-15* rubyio.h (rb_io_t): renamed from OpenFile.nobu
2008-04-14* enum.c (enum_find, enum_reject): Return an enumerator if noknu
2008-01-28* io.c (rb_open_file): should check NUL in path.matz
2008-01-21* io.c (rb_io_mode_flags, rb_io_mode_modenum): Ignore encodingknu
2008-01-03* io.c (fptr_finalize): clear errno first. [ruby-talk:284492]nobu
2007-10-25* io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): refined the message of NotImplementedError.nobu
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-03-24* node.h (struct rb_thread.locals): explicit as struct.nobu
2007-02-13* io.c (rb_f_syscall): Fix buffer overflow with syscallknu
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz