index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2002-10-09
* gc.c (gc_sweep): also adjust heaps_limits when free unused heap
nobu
2002-10-08
* io.c (io_write): must check returned value from fwrite() before
nobu
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-17
move struct timeval to missing.h
michal
2002-09-16
* io.c: add parameter prototype.
aamine
2002-09-11
retry 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 instance
matz
2002-09-02
read_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-28
adjust indet
nobu
2002-08-28
Int 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 cleanup
michal
2002-08-21
* eval.c (rb_thread_cleanup): should not modify the global
matz
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-11
new platform [bccwin32] merged.
H_Konishi
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
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 in
matz
2002-04-15
* pack.c (pack_unpack): should treat 'U' in character unit, not in
matz
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
2002-04-01
* io.c (rb_io_fptr_cleanup): need flush even when io will not be
matz
2002-04-01
* re.c (match_setter): it's OK to assign nil to $~.
matz
2002-03-29
* io.c (io_fflush): DRY patch from /Christoph applied.
matz
2002-03-28
* ext/socket/socket.c (sock_addrinfo): should specify socktype
matz
2002-03-27
* io.c (READ_DATA_PENDING): configure.in has supported for uClibc,
eban
2002-03-27
typo
nobu
2002-03-27
* io.c (rb_io_sysseek): new method based on a patch from Aristarkh
matz
2002-03-25
* configure.in (FILE_READPTR): new. for IO#gets improvement.
nobu
2002-03-25
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-03-22
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
2002-03-14
* re.c (rb_reg_match): should clear $~ if operand is nil.
matz
2002-02-27
* io.c (READ_DATA_PENDING): uClibc support.
eban
2002-02-22
* bignum.c (get2comp): need to specify to carry or not.
matz
2002-02-20
* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),
nobu
2002-02-20
* io.c (rb_io_close): return Qnil.
usa
[next]