summaryrefslogtreecommitdiff
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (argf_to_io): should prefetch argv.matz2003-02-211-0/+1
* * io.c (argf_getline): should not increment lineno at EOF.matz2003-02-041-3/+4
* * io.c (next_argv): not always set binmode.nobu2003-01-131-1/+1
* * io.c (next_argv): inherit binmode from $defout.eban2003-01-121-0/+7
* * configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu2003-01-101-1/+5
* also rb_io_putc().nobu2003-01-091-0/+3
* * io.c (io_write): set FMODE_WBUF flag unless flushed.nobu2003-01-091-0/+3
* * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu2003-01-091-13/+45
* * dln.c (init_funcname): get rid of gcc-3 -O3 warning.nobu2002-12-311-2/+2
* * io.c (io_fread): return value was longer when EWOULDBLOCKnobu2002-08-011-4/+5
* * io.c (rb_io_clone): writing stream was not copied properly.nobu2002-05-201-2/+2
* * eval.c (blk_orphan): the wrong condition; backported from 1.7matz2002-05-141-2/+2
* * file.c (rb_find_file): load must be done from an abolute path ifmatz2002-05-011-2/+2
* * io.c (read_all): return "" if file.size == 0.eban2002-04-111-2/+3
* * io.c (READ_DATA_PENDING): uClibc 0.9.10 support.eban2002-03-271-5/+3
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-9/+3
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-271-0/+2
* * intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu2002-02-201-6/+4
* * io.c (rb_io_ungetc): don't fail pushed EOF back.nobu2002-02-191-1/+1
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-4/+5
* forgot to commit everything bug ChangeLogmatz2002-01-041-4/+1
* * variable.c (rb_cvar_set): add frozen class/module check.matz2001-12-211-1/+1
* * eval.c (rb_thread_schedule): should not select a thread which ismatz2001-12-181-10/+9
* * intern.h: add prototypes.nobu2001-12-171-1/+1
* * io.c (io_fread): EAGAIN/EWOULDBLOCK should not terminate andmatz2001-12-041-0/+4
* * ruby.c (proc_options): should not adjust argc/argv if -e optionmatz2001-09-051-1/+1
* * io.c (rb_io_popen): accept integer flags as mode.matz2001-09-031-0/+3
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-2/+7
* * eval.c (rb_add_method): should not call rb_secure(), formatz2001-06-051-0/+3
* * eval.c (safe_getter): should use INT2NUM().matz2001-04-171-2/+8
* * regex.c (calculate_must_string): wrong length calculation.matz2001-04-161-0/+13
* * io.c (opt_i_set): should strdup() inplace_edit string.matz2001-04-101-1/+2
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-0/+2
* * io.c (argf_seek): wrong calling sequence of rb_io_seek().matz2001-03-131-4/+5
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-2/+0
* Sun Jan 14 21:49:28 2001 Koji Arai <JCA02266@nifty.ne.jp>matz2001-01-151-1/+1
* matzmatz2000-12-281-0/+2
* matzmatz2000-12-221-1/+1
* matzmatz2000-12-121-6/+14
* matzmatz2000-11-271-18/+32
* matzmatz2000-11-201-3/+3
* matzmatz2000-11-171-4/+6
* 001117matz2000-11-161-14/+0
* ebaneban2000-11-131-1/+1
* matzmatz2000-11-131-0/+4
* matzmatz2000-11-101-0/+9
* matzmatz2000-11-081-8/+31
* matzmatz2000-09-211-1/+1
* matzmatz2000-09-041-1/+1
* matzmatz2000-08-301-0/+1