summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2010-06-08merge revision(s) 27983:shyouhei
2010-06-08merge revision(s) 26371,26373,26374,26972:shyouhei
2010-05-22merge revision(s) 26645:shyouhei
2010-05-20merge revision(s) 26253:shyouhei
2010-04-19merge revision(s) 26252:shyouhei
2009-11-25merge revision(s) 25485:shyouhei
2009-11-19merge revision(s) 25181:shyouhei
2009-11-17merge revision(s) 24751:shyouhei
2009-09-10merge revision(s) 24496:shyouhei
2009-09-04merge revision(s) 24283:24296:shyouhei
2009-08-05merge revision(s) 24223:shyouhei
2009-07-29merge revision(s) 23700:shyouhei
2009-03-09merge revision(s) 21913:shyouhei
2008-06-08* io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.knu
2008-06-06Merge changes from ruby_1_8 to reduce warnings and potentially improveknu
2008-05-31Merge from ruby_1_8.knu
2008-05-27Merge from ruby_1_8.knu
2008-05-21Merge from ruby_1_8.knu
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
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-09-04* io.c (pipe_open): command name should not contain null bytes.matz
2006-07-31* ruby.h: use ifdef (or defined) for macro constants that may ormatz
2006-07-28* io.c (io_close): always calls "close" method of the receiver.matz
2006-06-26* io.c (pipe_open): avoid closing uninitialized file descriptors.matz
2006-05-22avoid useless fcntl in rb_io_set_nonblock.akr
2006-05-22* rubyio.h (rb_io_set_nonblock): declared.akr
2006-05-13update readpartial doc.akr
2006-05-09note EAGAIN on readpartial document.akr
2006-03-28doc update. [ruby-talk:186294]akr
2006-02-14* io.c (argf_forward): should not use frame->argv.matz
2006-01-13* io.c (READ_DATA_PENDING, READ_DATA_PENDING_COUNT): definedakr
2006-01-13Tue Jan 11 15:00:00 2006 Ville Mattila <mulperi@iki.fi>akr
2005-12-19* io.c (rb_f_backquote): fix a GC problem onakr
2005-12-12precedes registering global VALUE variables before initializing it.akr
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-10-24* configure.in, io.c: use sys/syscall.h if syscall.h is not available.nobu
2005-10-13* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu
2005-09-27* io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334]nobu