/test/drb/

1938318b37a'>commitdiff
path: root/include/ruby/io.h
AgeCommit message (Expand)Author
2020-09-14Rework console to use `rb_io_wait`.Samuel Williams
2020-09-14Add support for hooking `IO#read`.Samuel Williams
2020-09-14Standardised scheduler interface.Samuel Williams
2020-09-14Simplify bitmasks for IO events.Samuel Williams
2020-09-14Add RB_ prefix to `GetOpenFile` and `MakeOpenFile`.Samuel Williams
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s/RUBY3/RBIMPL/g卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-13add #include guard hack卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-12-26re-add io.h and encoding.h into internal.h卜部昌平
2019-08-14io.c: export rb_io_extract_modeencNobuyoshi Nakada
2018-11-21errno.h must be included after config.h because config.h might defineodaira
2018-08-09add 'x' mode character for O_EXCLkazu
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-01-11io.h: remove old macrosnobu
2015-07-02socket: memoize common socket families in fptr->modenormal
2014-11-18* include/ruby/io.h (FMODE_WSPLIT): Removed. The write() system callakr
2014-10-10io.c: move RFile initializationnobu
2014-10-10ruby/io.h: deprecate old macrosnobu
2014-07-24* include/ruby/io.h (struct rb_io_buffer_t): PACKED_STRUCT should notngoto
2014-07-21rb_io_buffer_t: fix packing on gccnormal
2014-07-21ruby/io.h: fix rb_io_buffer_tnobu
2014-07-20rb_io_buffer_t: pack structurenormal
2014-07-20rb_io_t: shrink from 216 to 200 bytes on 64-bitnormal
2014-02-14* include/ruby/intern.h,akr
2013-10-01file.c: export rb_stat_newnobu