summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2004-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-08-20* io.c (rb_io_check_writable): no need to check read buffer ifusa
2004-08-19* dir.c (free_dir): fix memory leak. reported by yamamotomatz
2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz
2004-08-11* io.c (read_buffered_data): extracted from rb_io_fread.akr
2004-07-28* env.h: remove argv from ruby_frame.matz
2004-06-29* io.c (rb_io_popen): update the document for the first argument andnobu
2004-06-25* io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may returnnobu
2004-06-24* ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz
2004-06-24* io.c (rb_io_fread): return already read data when system call isnobu
2004-06-23io_seek()'s retval should be checked [ruby-core:03045]michal
2004-06-22* io.c (rb_io_initialize): should check fcntl result. [ruby-dev:23742]nobu
2004-06-04* io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz
2004-05-27* io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean
2004-05-27* io.c (rb_io_fwrite): should check if errnro == ENOENT, too.eban
2004-05-27* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban
2004-05-26* io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu
2004-05-08* io.c (rb_f_open): open should not ignore block when "to_open"matz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-08* io.c (rb_io_binmode): inverted condition. [ruby-dev:23349]nobu
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-04-05* error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz
2004-03-31* pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz
2004-03-19* variable.c (rb_cvar_set): class variables become private to thematz
2004-03-15* eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-02* io.c (pipe_open): erred program name should be reported bynobu
2004-02-25* gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu
2004-02-20* io.c (pipe_open): fix typo.nobu
2004-02-16* configure.in: check functions, fork spawnv.nobu
2004-01-26Remove references to defoutdave
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2004-01-15* io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu
2004-01-06* io.c (fptr_finalize): should save errno just after failure.nobu
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-30* io.c (rb_f_readline): should raise EOFError at the end ofmatz
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-26* io.c (rb_f_backquote): need not to check nil result.matz
2003-12-26* MANIFEST: add vms/config.h and remove vms/config.h_in.usa
2003-12-26[VMS] "rfm=stmlf" is specified for open() and fopen().akiyoshi
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