aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-311-14/+15
* Merge from ruby_1_8.knu2008-05-271-1/+141
* Merge from ruby_1_8.knu2008-05-211-1/+1
* * rubyio.h (rb_io_t): renamed from OpenFile.nobu2008-04-151-79/+79
* * enum.c (enum_find, enum_reject): Return an enumerator if noknu2008-04-141-3/+11
* * io.c (rb_open_file): should check NUL in path.matz2008-01-281-17/+18
* * io.c (rb_io_mode_flags, rb_io_mode_modenum): Ignore encodingknu2008-01-211-0/+10
* * io.c (fptr_finalize): clear errno first. [ruby-talk:284492]nobu2008-01-031-0/+1
* * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu2007-10-251-2/+3
* * error.c (rb_notimplement), io.c (pipe_open): removed definitenobu2007-04-041-1/+1
* * io.c (pipe_open): refined the message of NotImplementedError.nobu2007-04-041-13/+19
* * io.c (pipe_open): raise NotImplementedError for command "-" onnobu2007-04-041-0/+2
* * node.h (struct rb_thread.locals): explicit as struct.nobu2007-03-241-1/+1
* * io.c (rb_f_syscall): Fix buffer overflow with syscallknu2007-02-131-0/+2
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-1/+1
* Revert r11453matz2007-01-031-1/+1
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-1/+1
* * io.c (pipe_open): command name should not contain null bytes.matz2006-09-041-4/+3
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-1/+1
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-281-5/+8
* * io.c (pipe_open): avoid closing uninitialized file descriptors.matz2006-06-261-2/+13
* avoid useless fcntl in rb_io_set_nonblock.akr2006-05-221-6/+10
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-7/+123
* update readpartial doc.akr2006-05-131-7/+11
* note EAGAIN on readpartial document.akr2006-05-091-1/+1
* doc update. [ruby-talk:186294]akr2006-03-281-1/+8
* * io.c (argf_forward): should not use frame->argv.matz2006-02-141-19/+21
* * io.c (READ_DATA_PENDING, READ_DATA_PENDING_COUNT): definedakr2006-01-131-0/+4
* Tue Jan 11 15:00:00 2006 Ville Mattila <mulperi@iki.fi>akr2006-01-131-0/+13
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-191-1/+2
* precedes registering global VALUE variables before initializing it.akr2005-12-121-6/+5
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-1/+1
* * configure.in, io.c: use sys/syscall.h if syscall.h is not available.nobu2005-10-241-0/+2
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-0/+4
* * io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334]nobu2005-09-271-2/+4
* * io.c: fixed rdoc. [ruby-Bugs:2523]ocean2005-09-271-2/+3
* * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean2005-09-201-0/+8
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-0/+4
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-0/+2
* * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END toakr2005-09-181-0/+2
* * lib/cgi.rb (CGI::Cookie): should handle multiple values for amatz2005-09-171-1/+1
* document a blocking behavior of IO#eof?.akr2005-09-051-4/+23
* * io.c: check HAVE_SYS_IOCTL_H before including the header.matz2005-07-251-1/+1
* * io.c (S_ISREG): need to define S_ISREG before it is used first.usa2005-07-201-4/+4
* don't use S_ISDIR.akr2005-07-201-2/+1
* * io.c (wsplit_p): patch for the environment whereocean2005-07-201-3/+6
* * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLITakr2005-07-201-0/+10
* * io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz2005-07-191-1/+1
* * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr2005-07-181-2/+28
* * io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr2005-05-121-11/+11