index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.
nobu
2010-10-12
1
-1
/
+1
*
* io.c (rb_io_ungetc): always see Bignum. On 32bit valid value
naruse
2010-10-12
1
-2
/
+0
*
* io.c (rb_io_ungetc): use unsigned int for GB18030.
naruse
2010-10-12
1
-5
/
+6
*
* io.c (rb_io_putc): support multibyte characters.
naruse
2010-10-12
1
-3
/
+9
*
* io.c (rb_io_set_encoding): use rb_funcall2 when the io is not
naruse
2010-10-10
1
-1
/
+6
*
* io.c (fptr_finalize): write_mutex might have been destroyed
nobu
2010-10-06
1
-3
/
+9
*
* io.c (rb_io_puts): fix for wide char encoding strings.
nobu
2010-09-15
1
-1
/
+17
*
* class.c (rb_scan_args): Add support for optional keyword
knu
2010-09-10
1
-46
/
+26
*
* ext/pty/pty.c (chfunc): pass through exceptions.
nobu
2010-09-02
1
-26
/
+62
*
* file.c (null_device): move from io.c.
nobu
2010-08-27
1
-14
/
+0
*
* io.c (null_device): the name of null device. [ruby-dev:41791]
nobu
2010-08-27
1
-0
/
+14
*
* configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro
nobu
2010-08-14
1
-1
/
+1
*
* io.c (rb_io_memsize): constified.
nobu
2010-08-14
1
-1
/
+1
*
update doc.
akr
2010-08-07
1
-3
/
+3
*
* io.c (io_flush_buffer): write and buffer operations should be
nobu
2010-07-20
1
-32
/
+37
*
* io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directly
akr
2010-07-06
1
-2
/
+1
*
* io.c (swallow, prepare_getline_args, rb_io_getline_1): fix for
nobu
2010-07-04
1
-3
/
+12
*
* io.c (argf_inplace_mode_set): prohibits an assignment of a tainted
usa
2010-07-02
1
-0
/
+3
*
* include/ruby/io.h, io.c: reverted r21709.
nobu
2010-06-27
1
-18
/
+3
*
* io.c (simple_sendfile): don't try to send data more than SSIZE_MAX
akr
2010-06-27
1
-2
/
+7
*
* io.c (argf_next_argv): check for setting owner/group.
nobu
2010-06-22
1
-2
/
+12
*
* io.c: rdoc fix for ARGF.lineno; cf. [ruby-core:29048]
marcandre
2010-06-22
1
-2
/
+2
*
* io.c (rb_f_syscall): should check argument string taint before
matz
2010-06-12
1
-1
/
+1
*
* io.c (rb_io_putc): documentation updated to mention putc would
matz
2010-06-10
1
-3
/
+8
*
* io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]
nobu
2010-06-07
1
-10
/
+10
*
* io.c (pipe_open): add RB_GC_GUARD.
tarui
2010-05-31
1
-0
/
+3
*
* removed trailing spaces.
nobu
2010-05-29
1
-1
/
+1
*
* enum.c: Documentation: small fixes
marcandre
2010-05-17
1
-28
/
+28
*
* hash.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-195
/
+195
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-213
/
+213
*
* io.c (swallow): should use more_char() instead of fill_cbuf().
usa
2010-05-13
1
-5
/
+1
*
* array.c: Harmonize documentation, in particular regarding:
marcandre
2010-05-13
1
-26
/
+25
*
* io.c (swallow): small optimize.
usa
2010-05-13
1
-4
/
+4
*
* io.c (swallow): support text mode and UTF-16/32 as internal encoding.
usa
2010-05-13
1
-9
/
+42
*
* win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): new
usa
2010-05-10
1
-2
/
+3
*
* io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and c...
kazu
2010-05-08
1
-2
/
+3
*
* error.c: RDoc for subclasses of Exception. [ruby-core:28394]
marcandre
2010-05-08
1
-0
/
+35
*
Add rdoc about IO#read(length). [ruby-core:29161]
naruse
2010-05-03
1
-5
/
+6
*
* merge some patches from win32-uncode-test branch.
usa
2010-04-30
1
-42
/
+7
*
* io.c (seek_before_access): fixed argument type.
nobu
2010-04-30
1
-2
/
+3
*
* io.c (seek_before_access): renamed. see [ruby-core:29861].
nobu
2010-04-29
1
-2
/
+2
*
* io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Roger
nobu
2010-04-29
1
-3
/
+3
*
* io.c (select_internal): IO which cbuf is not empty is readable.
akr
2010-04-26
1
-1
/
+1
*
* io.c (ruby_dup): update max fd.
nobu
2010-04-25
1
-0
/
+1
*
update doc.
akr
2010-04-24
1
-8
/
+8
*
update document.
akr
2010-04-24
1
-1
/
+1
*
* io.c: raise IOError when byte oriented operations occur with
akr
2010-04-24
1
-18
/
+40
*
* io.c (io_getc): fix incomplete character immediately before EOF
naruse
2010-04-21
1
-8
/
+8
*
* io.c (io_getc): set read_encoding to resulted one character
naruse
2010-04-20
1
-12
/
+23
*
* io.c: fixed the wrong description of rdoc.
usa
2010-04-20
1
-2
/
+6
[next]