summaryrefslogtreecommitdiff
path: root/include/ruby/io.h
AgeCommit message (Expand)Author
2008-08-22* include/ruby/io.h (FMODE_TEXTMODE): defined.akr
2008-08-19* include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is usedakr
2008-08-19* include/ruby/io.h (FMODE_TRUNC): new constant.akr
2008-08-19* include/ruby/io.h (rb_fopen): declaration removed.akr
2008-08-19* include/ruby/io.h (FMODE_READWRITE): define asakr
2008-08-19* include/ruby/io.h (FMODE_*): sorted and describe the values inakr
2008-08-18* io.c (make_writeconv): if enc and enc2 is set, convertakr
2008-08-18* include/ruby/io.h (rb_io_t): new fields: writeconv,akr
2008-08-18update comment.akr
2008-08-16* include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-22* io.c, io.h: temporary patch to partially implement transcode-on-read and tr...davidflanagan
2007-12-13* include/ruby/io.h (MakeOpenFile): fptr->enc should bematz
2007-11-20* include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-06-10* include/ruby: moved public headers.nobu