aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* * io.c (io_read): [ruby-dev:24952]matz2004-11-231-58/+53
* * io.c (io_read): [ruby-dev:24952]matz2004-11-231-6/+8
* * io.c (rb_io_getline): f.gets("") did not work. [ruby-core:03771]aamine2004-11-201-4/+8
* * io.c (__fpending): commit miss.eban2004-11-201-0/+3
* * io.c (io_reopen): work around problem with Cygwin fseekoeban2004-11-201-3/+4
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-191-0/+3
* * io.c, rubyio.h (rb_io_modenum_flags): exported.nobu2004-11-181-1/+1
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-0/+5
* * io.c (pipe_open): need to set cmd if argc == 0 (win32).usa2004-11-021-0/+3
* * io.c (pipe_open): IO.popen should take array as 1st argument formatz2004-11-021-27/+25
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-011-16/+12
* * io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662]usa2004-11-011-3/+3
* * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz2004-10-311-63/+26
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-291-2/+10
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-3/+3
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-20/+26
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-0/+2
* * io.c (pipe_open): variable name "fpw" is conflicted.eban2004-10-211-3/+3
* * parse.y (lex_getline): should not touch ruby_debug_lines ifmatz2004-10-201-0/+3
* * io.c (rb_io_getline): rs modification check should not interfere in the loop.nobu2004-10-201-1/+1
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-5/+22
* * io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu2004-10-181-2/+5
* * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.eban2004-10-121-2/+2
* * io.c (rb_io_getline): should not treat char as negative value.nobu2004-10-091-1/+1
* * io.c (io_read): should freeze buffer before thread contextmatz2004-10-071-1/+1
* * pack.c (pack_unpack): string conversion should at the top of thematz2004-10-071-1/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-6/+8
* * io.c (rb_io_modenum_mode): typo fix again.eban2004-10-061-1/+1
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-36/+36
* * io.c (rb_io_flags_mode): typo fix.eban2004-10-051-1/+1
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-38/+23
* * io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu2004-10-041-9/+12
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-1/+5
* * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr2004-09-191-3/+3
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-3/+0
* * io.c (rb_io_check_writable): no need to check read buffer ifusa2004-08-201-1/+1
* * dir.c (free_dir): fix memory leak. reported by yamamotomatz2004-08-191-7/+6
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-1/+1
* * io.c (read_buffered_data): extracted from rb_io_fread.akr2004-08-111-21/+136
* * env.h: remove argv from ruby_frame.matz2004-07-281-1/+1
* * io.c (rb_io_popen): update the document for the first argument andnobu2004-06-291-209/+217
* * io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may returnnobu2004-06-251-3/+3
* * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz2004-06-241-7/+7
* * io.c (rb_io_fread): return already read data when system call isnobu2004-06-241-3/+2
* io_seek()'s retval should be checked [ruby-core:03045]michal2004-06-231-3/+7
* * io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]nobu2004-06-221-0/+1
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-041-3/+1
* * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean2004-05-271-1/+1
* * io.c (rb_io_fwrite): should check if errnro == ENOENT, too.eban2004-05-271-2/+2
* * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban2004-05-271-2/+6