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
ruby_3_4
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
2008-09-30
* io.c (rb_io_extract_modeenc): should honor value of the
matz
2008-09-26
* include/ruby/encoding.h (rb_str_encode): renamed from
akr
2008-09-24
* io.c (rb_io_mode_enc): make it static.
akr
2008-09-24
* io.c (rb_io_s_binread): offset argument was wrongly passed to
matz
2008-09-23
* io.c (io_binwrite): allocate wbuf if nosync.
akr
2008-09-23
* io.c (copy_stream_body): use io_binwrite instead of io_fwrite.
akr
2008-09-23
* io.c (io_binwrite): add nosync argument.
akr
2008-09-23
* io.c (rb_io_s_binread): a new method to read binary chunk from a
matz
2008-09-23
* thread.c, include/ruby/intern.h (rb_thread_interrupted): added.
ko1
2008-09-17
* io.c (rb_io_extract_modeenc): process option mode: and perm: as
matz
2008-09-16
* io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]
matz
2008-09-16
* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.
matz
2008-09-15
* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()
ko1
2008-09-15
* encoding.c (rb_enc_get_index): don't return -1.
akr
2008-09-13
* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
akr
2008-09-13
* io.c (io_encoding_set): don't need argc argument.
akr
2008-09-13
* io.c (make_writeconv): use rb_enc_name.
akr
2008-09-12
* iseq.c (iseq_s_compile_file): use rb_file_open_str.
akr
2008-09-12
* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.
akr
2008-09-10
* io.c (io_binwrite): extracted from io_fwrite.
akr
2008-09-09
* include/ruby/encoding.h (econv_after_output): renamed from
akr
2008-09-09
* include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to
akr
2008-09-09
* io.c (io_fwrite): raise an error if ASCII incompatible string
akr
2008-09-09
* include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge
akr
2008-09-08
* io.c (make_writeconv): useless branch removed.
akr
2008-09-08
* include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
akr
2008-09-07
* io.c (make_writeconv): choose ASCII compatible encoding as
akr
2008-09-07
* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
akr
2008-09-06
* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.
akr
2008-09-06
* io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.
akr
2008-09-05
* io.c (rb_io_extract_modeenc): raise an error for ASCII incompatible
akr
2008-09-05
* include/ruby/io.h (rb_io_modestr_fmode): renamed from
akr
2008-09-05
* io.c (MODENUM_MAX): removed.
akr
2008-09-05
* io.c (copy_stream_fallback_body): use read method unless readpartial
nobu
2008-09-04
* io.c (argf_mark): mark p->encs.ecopts.
akr
2008-09-04
* include/ruby/intern.h (rb_file_open_str): declared.
akr
2008-09-04
* io.c: variables renamed for consistency.
akr
2008-09-04
* include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.
akr
2008-09-04
* io.c (struct sysopen_struct, rb_sysopen_internal, rb_sysopen):
nobu
2008-09-04
* io.c: expanded ARGF members macros.
nobu
2008-09-04
* io.c (argf_next_argv, argf_set_encoding): copy struct wise.
nobu
2008-09-04
* io.c (rb_scan_open_args): follow rb_str_transcode change.
akr
2008-09-03
rdoc update.
akr
2008-09-03
* include/ruby/io.h (rb_io_t): new fields: encs.ecopts and
akr
2008-09-03
* io.c (make_writeconv): follow akr's previous commit.
usa
2008-09-03
* include/ruby/encoding.h (rb_econv_option_t): removed. Since
akr
2008-09-03
* include/ruby/signal.h: removed.
ko1
2008-08-31
fix typos.
akr
2008-08-31
* include/ruby/intern.h: rename RB_UBF_DFL to
ko1
2008-08-27
* include/ruby/io.h (rb_io_t): refcnt field removed.
akr
[next]