index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* io.c (rb_io_s_binread): offset argument was wrongly passed to
matz
2008-09-24
1
-1
/
+1
*
* io.c (io_binwrite): allocate wbuf if nosync.
akr
2008-09-23
1
-1
/
+1
*
* io.c (copy_stream_body): use io_binwrite instead of io_fwrite.
akr
2008-09-23
1
-1
/
+1
*
* io.c (io_binwrite): add nosync argument.
akr
2008-09-23
1
-30
/
+49
*
* io.c (rb_io_s_binread): a new method to read binary chunk from a
matz
2008-09-23
1
-1
/
+33
*
* thread.c, include/ruby/intern.h (rb_thread_interrupted): added.
ko1
2008-09-23
1
-5
/
+4
*
* io.c (rb_io_extract_modeenc): process option mode: and perm: as
matz
2008-09-17
1
-18
/
+34
*
* io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]
matz
2008-09-16
1
-1
/
+1
*
* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.
matz
2008-09-16
1
-6
/
+6
*
* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()
ko1
2008-09-15
1
-1
/
+1
*
* encoding.c (rb_enc_get_index): don't return -1.
akr
2008-09-15
1
-1
/
+1
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
akr
2008-09-13
1
-4
/
+5
*
* io.c (io_encoding_set): don't need argc argument.
akr
2008-09-13
1
-7
/
+5
*
* io.c (make_writeconv): use rb_enc_name.
akr
2008-09-13
1
-5
/
+5
*
* iseq.c (iseq_s_compile_file): use rb_file_open_str.
akr
2008-09-12
1
-9
/
+11
*
* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.
akr
2008-09-12
1
-21
/
+36
*
* io.c (io_binwrite): extracted from io_fwrite.
akr
2008-09-10
1
-30
/
+37
*
* include/ruby/encoding.h (econv_after_output): renamed from
akr
2008-09-09
1
-1
/
+1
*
* include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to
akr
2008-09-09
1
-6
/
+6
*
* io.c (io_fwrite): raise an error if ASCII incompatible string
akr
2008-09-09
1
-1
/
+8
*
* include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge
akr
2008-09-09
1
-16
/
+16
*
* io.c (make_writeconv): useless branch removed.
akr
2008-09-08
1
-8
/
+0
*
* include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
akr
2008-09-08
1
-1
/
+1
*
* io.c (make_writeconv): choose ASCII compatible encoding as
akr
2008-09-07
1
-0
/
+8
*
* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
akr
2008-09-07
1
-27
/
+35
*
* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.
akr
2008-09-06
1
-0
/
+1
*
* io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.
akr
2008-09-06
1
-0
/
+1
*
* io.c (rb_io_extract_modeenc): raise an error for ASCII incompatible
akr
2008-09-05
1
-0
/
+3
*
* include/ruby/io.h (rb_io_modestr_fmode): renamed from
akr
2008-09-05
1
-176
/
+176
*
* io.c (MODENUM_MAX): removed.
akr
2008-09-05
1
-2
/
+0
*
* io.c (copy_stream_fallback_body): use read method unless readpartial
nobu
2008-09-05
1
-1
/
+11
*
* io.c (argf_mark): mark p->encs.ecopts.
akr
2008-09-04
1
-0
/
+1
*
* include/ruby/intern.h (rb_file_open_str): declared.
akr
2008-09-04
1
-0
/
+6
*
* io.c: variables renamed for consistency.
akr
2008-09-04
1
-68
/
+68
*
* include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.
akr
2008-09-04
1
-13
/
+13
*
* io.c (struct sysopen_struct, rb_sysopen_internal, rb_sysopen):
nobu
2008-09-04
1
-3
/
+3
*
* io.c: expanded ARGF members macros.
nobu
2008-09-04
1
-136
/
+123
*
* io.c (argf_next_argv, argf_set_encoding): copy struct wise.
nobu
2008-09-04
1
-8
/
+2
*
* io.c (rb_scan_open_args): follow rb_str_transcode change.
akr
2008-09-04
1
-1
/
+1
*
rdoc update.
akr
2008-09-03
1
-0
/
+2
*
* include/ruby/io.h (rb_io_t): new fields: encs.ecopts and
akr
2008-09-03
1
-8
/
+25
*
* io.c (make_writeconv): follow akr's previous commit.
usa
2008-09-03
1
-1
/
+1
*
* include/ruby/encoding.h (rb_econv_option_t): removed. Since
akr
2008-09-03
1
-28
/
+28
*
* include/ruby/signal.h: removed.
ko1
2008-09-03
1
-13
/
+3
*
fix typos.
akr
2008-08-31
1
-1
/
+1
*
* include/ruby/intern.h: rename RB_UBF_DFL to
ko1
2008-08-31
1
-4
/
+4
*
* include/ruby/io.h (rb_io_t): refcnt field removed.
akr
2008-08-27
1
-6
/
+3
*
* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]
akr
2008-08-27
1
-42
/
+15
*
* include/ruby/encoding.h (rb_econv_result_t): enumeration constant:
akr
2008-08-26
1
-5
/
+7
*
* include/ruby/io.h (rb_io_t): rename crbuf to cbuf.
akr
2008-08-26
1
-61
/
+61
[next]