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 (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
*
* 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
[next]