summaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.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_binmode): inverted condition. [ruby-dev:23349]nobu2004-04-081-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-6/+6
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-39/+41
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-051-3/+10
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-0/+3
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-1/+0
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-2/+2
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-2/+3
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-5/+8
* * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu2004-02-251-11/+56
* * io.c (pipe_open): fix typo.nobu2004-02-201-1/+1
* * configure.in: check functions, fork spawnv.nobu2004-02-161-126/+186
* Remove references to defoutdave2004-01-261-6/+6
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+1
* * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu2004-01-151-2/+5
* * io.c (fptr_finalize): should save errno just after failure.nobu2004-01-061-7/+8
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-5/+4
* * io.c (rb_f_readline): should raise EOFError at the end ofmatz2003-12-301-16/+16
* 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-10/+26
* * io.c (rb_f_backquote): need not to check nil result.matz2003-12-261-2/+1
* * MANIFEST: add vms/config.h and remove vms/config.h_in.usa2003-12-261-1/+1
* [VMS] "rfm=stmlf" is specified for open() and fopen().akiyoshi2003-12-261-5/+6
* * 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
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-1/+1
* * io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu2003-08-011-6/+5
* * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu2003-08-011-1/+1
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-1/+2
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-23/+13
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-2/+5