aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* rdoc update.akr2008-10-151-15/+24
* * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu2008-10-141-2/+2
* rdoc update.akr2008-10-111-0/+20
* rdoc update.akr2008-10-081-4/+4
* * encoding.c (rb_default_internal_encoding): merged a patch frommatz2008-10-071-59/+107
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-6/+0
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-9/+2
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-5/+2
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-10/+5
* * io.c (rb_io_extract_modeenc): should honor value of thematz2008-09-301-2/+2
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-261-2/+2
* * io.c (rb_io_mode_enc): make it static.akr2008-09-241-1/+1
* * io.c (rb_io_s_binread): offset argument was wrongly passed tomatz2008-09-241-1/+1
* * io.c (io_binwrite): allocate wbuf if nosync.akr2008-09-231-1/+1
* * io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr2008-09-231-1/+1
* * io.c (io_binwrite): add nosync argument.akr2008-09-231-30/+49
* * io.c (rb_io_s_binread): a new method to read binary chunk from amatz2008-09-231-1/+33
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-231-5/+4
* * io.c (rb_io_extract_modeenc): process option mode: and perm: asmatz2008-09-171-18/+34
* * io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]matz2008-09-161-1/+1
* * io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.matz2008-09-161-6/+6
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * encoding.c (rb_enc_get_index): don't return -1.akr2008-09-151-1/+1
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-4/+5
* * io.c (io_encoding_set): don't need argc argument.akr2008-09-131-7/+5
* * io.c (make_writeconv): use rb_enc_name.akr2008-09-131-5/+5
* * iseq.c (iseq_s_compile_file): use rb_file_open_str.akr2008-09-121-9/+11
* * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr2008-09-121-21/+36
* * io.c (io_binwrite): extracted from io_fwrite.akr2008-09-101-30/+37
* * include/ruby/encoding.h (econv_after_output): renamed fromakr2008-09-091-1/+1
* * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless toakr2008-09-091-6/+6
* * io.c (io_fwrite): raise an error if ASCII incompatible stringakr2008-09-091-1/+8
* * include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr2008-09-091-16/+16
* * io.c (make_writeconv): useless branch removed.akr2008-09-081-8/+0
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-081-1/+1
* * io.c (make_writeconv): choose ASCII compatible encoding asakr2008-09-071-0/+8
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-071-27/+35
* * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr2008-09-061-0/+1
* * io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.akr2008-09-061-0/+1
* * io.c (rb_io_extract_modeenc): raise an error for ASCII incompatibleakr2008-09-051-0/+3
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-176/+176
* * io.c (MODENUM_MAX): removed.akr2008-09-051-2/+0
* * io.c (copy_stream_fallback_body): use read method unless readpartialnobu2008-09-051-1/+11
* * io.c (argf_mark): mark p->encs.ecopts.akr2008-09-041-0/+1
* * include/ruby/intern.h (rb_file_open_str): declared.akr2008-09-041-0/+6
* * io.c: variables renamed for consistency.akr2008-09-041-68/+68
* * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.akr2008-09-041-13/+13
* * io.c (struct sysopen_struct, rb_sysopen_internal, rb_sysopen):nobu2008-09-041-3/+3
* * io.c: expanded ARGF members macros.nobu2008-09-041-136/+123
* * io.c (argf_next_argv, argf_set_encoding): copy struct wise.nobu2008-09-041-8/+2