aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/test_io.c: add a test for [ruby-dev:46834].yugui2013-01-061-4/+12
* * io.c (rb_cloexec_fcntl_dupfd): improve #ifdef condition.kosaki2013-01-041-3/+3
* * io.c (rb_cloexec_fcntl_dupfd): Fix failures inyugui2013-01-031-2/+4
* adjust stylenobu2012-12-291-1/+1
* error.c: rb_write_error_strnobu2012-12-251-0/+17
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-221-29/+111
* * io.c (rb_io_wait_writable): use rb_thread_check_ints() insteadkosaki2012-12-221-0/+15
* * io.c (rb_io_wait_writable): don't use rb_thread_wait_fd()kosaki2012-12-181-8/+2
* * io.c (io_flush_buffer_sync2): avoid to return 0. becausekosaki2012-12-171-8/+16
* * io.c (finish_writeconv): uses rb_write_internal2 ifkosaki2012-12-151-1/+4
* * thread.c (rb_mutex_owned_p): remove static.kosaki2012-12-151-1/+4
* * io.c (io_flush_buffer): uses io_flush_buffer_async2 instead ofkosaki2012-12-151-1/+24
* * io.c (internal_write_func2): new helper function for rb_write_internal2().kosaki2012-12-151-1/+20
* * io.c (rb_io_wait_writable): add to call rb_thread_wait_fd()kosaki2012-12-151-0/+1
* * io.c (rb_io_wait_writable): don't call rb_thread_fd_writable()kosaki2012-12-151-1/+0
* * thread.c (rb_uninterruptible): helper function for providingkosaki2012-12-051-15/+33
* * io.c (io_binwrite): check interrupt before io issue.kosaki2012-12-051-0/+3
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-2/+3
* io.c: recurse for the argumentnobu2012-12-011-5/+5
* * thread.c (struct rb_mutex_struct): add allow_trap field.kosaki2012-11-281-0/+1
* * io.c (FMODE_SYNCWRITE): removed unused macro.kosaki2012-11-281-2/+0
* * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse2012-11-261-0/+32
* * io.c (Init_IO): removed all rb_file_const() into file.c.kosaki2012-11-201-52/+0
* * io.c (IO#new):zzak2012-11-091-2/+2
* * io.c (IO#new):zzak2012-11-031-18/+19
* * process.c (redirect_dup2): set standard handles when new fd is stdio,usa2012-10-301-0/+4
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+1
* io.c: improved IO#reopennobu2012-10-031-35/+9
* io.c: IO#reopen int modenobu2012-09-281-2/+14
* io.c: io_set_read_lengthnobu2012-09-161-3/+12
* * ext/socket/basicsocket.c (rsock_bsock_send):kosaki2012-09-091-12/+9
* * io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):kosaki2012-09-091-4/+4
* * io.c (rb_io_close): notify fd close before releasing gvl.kosaki2012-09-091-8/+2
* * io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):kosaki2012-09-091-13/+56
* * io.c (io_bufread): removed unnecessary rb_thread_wait_fd().kosaki2012-09-091-3/+9
* * io.c: fix typo in io/console example.eregon2012-09-011-1/+1
* * io.c (rb_io_close): call rb_last_status_clear.akr2012-08-301-0/+1
* * internal.h (rb_last_status_clear): declared.akr2012-08-291-0/+1
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-0/+1
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-1/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-0/+1
* io.c: suppress unused variable warningsnobu2012-08-051-0/+2
* process.c: try conversion at redirectionnobu2012-07-271-1/+1
* get rid of warningsnobu2012-07-111-2/+2
* rb_thread_call_without_gvlnobu2012-07-101-6/+8
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-091-2/+1
* adjust style.nobu2012-06-271-7/+13
* popen: shell commands with envvars and execoptsnobu2012-06-271-29/+51
* Revert r36213 "popen: shell commands with envvar"nobu2012-06-261-21/+23
* popen: shell commands with envvarnobu2012-06-251-23/+21