summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-04-18* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-03-19* io.c (rb_io_sync): need not to check writable. [ruby-core:02674]matz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-03-10* eval.c (return_jump): set return value to the returnmatz
2004-01-26Remove references to defoutdave
2004-01-19* io.c (lineno): typo fix(FIX2INT -> INT2FIX).eban
2004-01-19* io.c, re.c, string.c, time.c: fixed up positions of RDocs.akira
2004-01-15* io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu
2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2004-01-06* io.c (fptr_finalize): should save errno just after failure.nobu
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-27Added RDoc for class IOdave
2003-12-26* io.c (next_argv): warn always for stdin on inplace edit mode.matz
2003-12-24* eval.c (catch_timer): do not call rb_thread_schedule() inside tomatz
2003-12-24Forgot to save buffer.... sighdave
2003-12-23* io.c (read_all): do not return nil at the end of file.matz
2003-12-23* io.c (rb_io_ungetc): raise an exception at unread stream tonobu
2003-12-23* pack.c (pack_pack): remove unnecessary negative value check.matz
2003-12-10* io.c (read_all): should return given string even if data read ismatz
2003-12-09io.c (rb_io_check_writable): don't call io_seek if EOF flag is set,akr
2003-12-09* io.c (rb_io_check_readable): Don't clear EOF flag by io_seek.akr
2003-12-06* io.c (flush_before_seek): flush before seek on any platform.eban
2003-12-04* dln.c (aix_loaderror): should not use member named 'errno' whichmatz
2003-12-03* io.c (argf_read): should not terminate on empty string; waitmatz
2003-11-11* io.c (appendline): file may not end with newline. a bug ifmatz
2003-11-06* io.c (rb_io_inspect): show the path also at a closed file.nobu
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-10-30* io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz
2003-09-05* eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz
2003-08-19* io.c (next_argv): should not call GetOpenFile() if rb_stdout isshugo
2003-08-04* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz
2003-08-02* numeric.c (flo_to_s): get rid of buffer overflow.matz
2003-08-01* io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu
2003-08-01* io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz
2003-07-26* io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu
2003-07-26* io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa
2003-07-24* gcc -Wall clean-up.matz
2003-06-26* io.c (io_fflush): need to check if closed after thread switch.nobu
2003-06-23* io.c (io_close): missing prototype.aamine
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu
2003-06-23* io.c (rb_open_file): initialize flags.akr
2003-06-23* string.c (rb_str_upto): generate sequence according to "succ"matz
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-06-06* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz