summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2003-01-12* io.c (next_argv): inherit binmode from $defout.eban
2003-01-10* configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu
2003-01-09adjust indentationnobu
2003-01-09* configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu
2003-01-07* hash.c (env_clear): new Hash compatible method.matz
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* io.c (rb_io_fwrite): separated from io_write().nobu
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-11* io.c (io_read): takes optional second argument to specify amatz
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-02WinCE patch mergedmatz
2002-10-29* eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu
2002-10-27* djgpp/*: sync with the latest.eban
2002-10-09* gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu
2002-10-08* io.c (io_write): must check returned value from fwrite() beforenobu
2002-10-02* configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu
2002-10-02* io.c (rb_io_wait_readable): handle retryable errors.nobu
2002-09-30* io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...nobu
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-17move struct timeval to missing.hmichal
2002-09-16* io.c: add parameter prototype.aamine
2002-09-11retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...nobu
2002-09-06* io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.aamine
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-09-02read_all ftello (instead ftell) (ruby-core:392)michal
2002-08-29* io.c (read_all): should use off_t instead of long.eban
2002-08-28* io.c (appendline): data was lost when raw mode.nobu
2002-08-28adjust indetnobu
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-21* eval.c (rb_thread_cleanup): should not modify the globalmatz
2002-08-20* replace of check EPIPE error(in getc()) rutine on bcc32.H_Konishi
2002-08-20* io.c (rb_io_putc): output via rb_io_write().matz
2002-08-16* io.c (NOFILE): define NOFILE as 64 if not defined.eban
2002-08-16* io.c (rb_io_fread): renamed from io_fread and made extern.nobu
2002-06-28* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
2002-05-20* io.c (rb_io_clone): writing stream was not copied properly.nobu
2002-05-02* error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-12* struct.c (rb_struct_select): fix typo.matz
2002-04-11* io.c (remain_size): IO#read returns "" if file.size == 0.eban
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz