aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-12/+24
* * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.eban2004-10-141-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_flags_mode): typo fix.eban2004-10-061-1/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-65/+52
* * io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu2004-10-041-8/+11
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-1/+5
* Update for VMS ports.akiyoshi2004-08-191-2/+4
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-1/+1
* * io.c (rb_io_fread): return already read data when system call isnobu2004-06-241-3/+2
* * 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): workaround for bcc32's fwrite bug.eban2004-05-271-1/+5
* * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu2004-05-261-0/+2
* * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz2004-05-071-2/+23
* * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu2004-04-181-3/+3
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-4/+4
* * io.c (rb_io_sync): need not to check writable. [ruby-core:02674]matz2004-03-191-1/+0
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-2/+2
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-2/+3
* Remove references to defoutdave2004-01-261-6/+6
* * io.c (lineno): typo fix(FIX2INT -> INT2FIX).eban2004-01-191-1/+1
* * io.c, re.c, string.c, time.c: fixed up positions of RDocs.akira2004-01-191-164/+157
* * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu2004-01-151-2/+5
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-17/+16
* * io.c (fptr_finalize): should save errno just after failure.nobu2004-01-061-7/+8
* Add RDoc for kernel functions, and tidy updave2003-12-301-0/+278
* Added RDoc for class IOdave2003-12-271-2/+819
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-261-12/+27
* * eval.c (catch_timer): do not call rb_thread_schedule() inside tomatz2003-12-241-3/+3
* Forgot to save buffer.... sighdave2003-12-241-0/+64
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-22/+21
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-231-2/+3
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-231-0/+1
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-2/+1
* io.c (rb_io_check_writable): don't call io_seek if EOF flag is set,akr2003-12-091-1/+1
* * io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.akr2003-12-091-0/+1
* * io.c (flush_before_seek): flush before seek on any platform.eban2003-12-061-4/+0
* * dln.c (aix_loaderror): should not use member named 'errno' whichmatz2003-12-041-8/+6
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-6/+14
* * io.c (appendline): file may not end with newline. a bug ifmatz2003-11-111-3/+11
* * io.c (rb_io_inspect): show the path also at a closed file.nobu2003-11-061-4/+10
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-0/+2
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-301-7/+9
* * eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz2003-09-051-1/+1
* * io.c (next_argv): should not call GetOpenFile() if rb_stdout isshugo2003-08-191-3/+5
* * eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz2003-08-041-4/+4