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
*
* dln.c (dln_find_1): supplements an extension for executable
nobu
2008-12-20
1
-10
/
+6
*
* io.c (rb_io_extract_encoding_option): "internal_encoding: nil"
matz
2008-12-19
1
-38
/
+43
*
rdoc update.
akr
2008-12-10
1
-1
/
+1
*
* io.c (io_binwrite): arg.offset should be updated after retry.
akr
2008-12-04
1
-1
/
+1
*
* win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error
usa
2008-12-04
1
-1
/
+47
*
rdoc update.
akr
2008-12-04
1
-7
/
+20
*
update rdoc.
akr
2008-12-03
1
-9
/
+19
*
* io.c (rb_io_getc, rb_io_readchar): documentation correction from
nobu
2008-12-03
1
-5
/
+5
*
* include/ruby/io.h (rb_io_t): added write_lock to serialize.
nobu
2008-11-07
1
-20
/
+72
*
* io.c (rb_io_rewind): should reset fptr->readconv if it's
matz
2008-10-29
1
-1
/
+8
*
* io.c (extract_binmode): new function to extract binmode/textmode
usa
2008-10-28
1
-12
/
+27
*
* io.c (make_readconv): now can specify the size of cbuf.
usa
2008-10-28
1
-6
/
+6
*
* io.c (argf_init): initial value of $. should be 0.
nobu
2008-10-27
1
-1
/
+1
*
* io.c (read_all): the 3rd argument maybe Qnil.
usa
2008-10-27
1
-1
/
+2
*
* io.c (read_all): use the given buffer to read when needs readconv.
nobu
2008-10-26
1
-1
/
+1
*
* io.c (pipe_open): remove unnecessary flush before fork.
matz
2008-10-22
1
-2
/
+0
*
* io.c (open_key_args): should adjust argc, argv in struct
matz
2008-10-21
1
-8
/
+8
*
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-10-21
1
-6
/
+4
*
* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
shugo
2008-10-21
1
-1
/
+1
*
* io.c (rb_file_open_internal): should initialize fmode before using.
nobu
2008-10-21
1
-3
/
+2
*
* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT
matz
2008-10-20
1
-4
/
+14
*
* io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.
akr
2008-10-20
1
-2
/
+17
*
rdoc update.
akr
2008-10-18
1
-3
/
+7
*
* io.c (rb_io_binmode): reset encoding conversion.
akr
2008-10-16
1
-5
/
+16
*
* io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):
mame
2008-10-16
1
-44
/
+0
*
rdoc update.
akr
2008-10-15
1
-15
/
+24
*
* io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]
nobu
2008-10-14
1
-2
/
+2
*
rdoc update.
akr
2008-10-11
1
-0
/
+20
*
rdoc update.
akr
2008-10-08
1
-4
/
+4
*
* encoding.c (rb_default_internal_encoding): merged a patch from
matz
2008-10-07
1
-59
/
+107
*
* dln.c: Ruby no longer supports VMS.
yugui
2008-10-04
1
-6
/
+0
*
* dln.c: Ruby no longer supports MS-DOS.
yugui
2008-10-04
1
-9
/
+2
*
* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
yugui
2008-10-04
1
-5
/
+2
*
* x68/_dtos18.c: removed. Ruby no longer supports human68k.
yugui
2008-10-04
1
-10
/
+5
*
* io.c (rb_io_extract_modeenc): should honor value of the
matz
2008-09-30
1
-2
/
+2
*
* include/ruby/encoding.h (rb_str_encode): renamed from
akr
2008-09-26
1
-2
/
+2
*
* io.c (rb_io_mode_enc): make it static.
akr
2008-09-24
1
-1
/
+1
*
* 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
[next]