| Commit message (Expand) | Author | Age | Files | Lines |
* | * io.c (linux_iocparm_len): enable only exist _IOC_SIZE(). | kosaki | 2013-03-19 | 1 | -2/+2 |
* | * io.c (io_fillbuf): show fd number on failure to debug. | naruse | 2013-03-17 | 1 | -1/+7 |
* | io.c: max_file_descriptor | nobu | 2013-03-16 | 1 | -5/+7 |
* | * include/ruby/missing.h (__syscall): moved to... | kosaki | 2013-03-16 | 1 | -0/+5 |
* | file.c: rb_sys_fail_path_with_func | nobu | 2013-03-15 | 1 | -15/+0 |
* | * file.c (rb_sys_fail_path): define & use rb_sys_fail_path0 like r39752 | naruse | 2013-03-14 | 1 | -1/+14 |
* | * io.c (extract_binmode): raise error even if binmode and textmode | naruse | 2013-03-11 | 1 | -0/+4 |
* | * io.c (rb_update_max_fd): use ATOMIC_CAS because this function | kosaki | 2013-03-10 | 1 | -1/+6 |
* | * io.c: Fix rdoc typo [Github fixes #256] | marcandre | 2013-03-09 | 1 | -1/+1 |
* | io.c: FOREACH_ARGF | nobu | 2013-02-13 | 1 | -12/+10 |
* | io.c: simplify | nobu | 2013-02-13 | 1 | -15/+6 |
* | add doc. for IO#close_on_exec=. | akr | 2013-02-10 | 1 | -0/+8 |
* | io.c: no envp if no spawnve | nobu | 2013-01-15 | 1 | -0/+4 |
* | * bootstraptest/test_io.c: add a test for [ruby-dev:46834]. | yugui | 2013-01-06 | 1 | -4/+12 |
* | * io.c (rb_cloexec_fcntl_dupfd): improve #ifdef condition. | kosaki | 2013-01-04 | 1 | -3/+3 |
* | * io.c (rb_cloexec_fcntl_dupfd): Fix failures in | yugui | 2013-01-03 | 1 | -2/+4 |
* | adjust style | nobu | 2012-12-29 | 1 | -1/+1 |
* | error.c: rb_write_error_str | nobu | 2012-12-25 | 1 | -0/+17 |
* | Deprecate #{lines,bytes,chars,codepoints} of IO-likes. | knu | 2012-12-22 | 1 | -29/+111 |
* | * io.c (rb_io_wait_writable): use rb_thread_check_ints() instead | kosaki | 2012-12-22 | 1 | -0/+15 |
* | * io.c (rb_io_wait_writable): don't use rb_thread_wait_fd() | kosaki | 2012-12-18 | 1 | -8/+2 |
* | * io.c (io_flush_buffer_sync2): avoid to return 0. because | kosaki | 2012-12-17 | 1 | -8/+16 |
* | * io.c (finish_writeconv): uses rb_write_internal2 if | kosaki | 2012-12-15 | 1 | -1/+4 |
* | * thread.c (rb_mutex_owned_p): remove static. | kosaki | 2012-12-15 | 1 | -1/+4 |
* | * io.c (io_flush_buffer): uses io_flush_buffer_async2 instead of | kosaki | 2012-12-15 | 1 | -1/+24 |
* | * io.c (internal_write_func2): new helper function for rb_write_internal2(). | kosaki | 2012-12-15 | 1 | -1/+20 |
* | * io.c (rb_io_wait_writable): add to call rb_thread_wait_fd() | kosaki | 2012-12-15 | 1 | -0/+1 |
* | * io.c (rb_io_wait_writable): don't call rb_thread_fd_writable() | kosaki | 2012-12-15 | 1 | -1/+0 |
* | * thread.c (rb_uninterruptible): helper function for providing | kosaki | 2012-12-05 | 1 | -15/+33 |
* | * io.c (io_binwrite): check interrupt before io issue. | kosaki | 2012-12-05 | 1 | -0/+3 |
* | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 | 2012-12-02 | 1 | -2/+3 |
* | io.c: recurse for the argument | nobu | 2012-12-01 | 1 | -5/+5 |
* | * thread.c (struct rb_mutex_struct): add allow_trap field. | kosaki | 2012-11-28 | 1 | -0/+1 |
* | * io.c (FMODE_SYNCWRITE): removed unused macro. | kosaki | 2012-11-28 | 1 | -2/+0 |
* | * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438] | naruse | 2012-11-26 | 1 | -0/+32 |
* | * io.c (Init_IO): removed all rb_file_const() into file.c. | kosaki | 2012-11-20 | 1 | -52/+0 |
* | * io.c (IO#new): | zzak | 2012-11-09 | 1 | -2/+2 |
* | * io.c (IO#new): | zzak | 2012-11-03 | 1 | -18/+19 |
* | * process.c (redirect_dup2): set standard handles when new fd is stdio, | usa | 2012-10-30 | 1 | -0/+4 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -2/+1 |
* | io.c: improved IO#reopen | nobu | 2012-10-03 | 1 | -35/+9 |
* | io.c: IO#reopen int mode | nobu | 2012-09-28 | 1 | -2/+14 |
* | io.c: io_set_read_length | nobu | 2012-09-16 | 1 | -3/+12 |
* | * ext/socket/basicsocket.c (rsock_bsock_send): | kosaki | 2012-09-09 | 1 | -12/+9 |
* | * io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose): | kosaki | 2012-09-09 | 1 | -4/+4 |
* | * io.c (rb_io_close): notify fd close before releasing gvl. | kosaki | 2012-09-09 | 1 | -8/+2 |
* | * io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose): | kosaki | 2012-09-09 | 1 | -13/+56 |
* | * io.c (io_bufread): removed unnecessary rb_thread_wait_fd(). | kosaki | 2012-09-09 | 1 | -3/+9 |
* | * io.c: fix typo in io/console example. | eregon | 2012-09-01 | 1 | -1/+1 |
* | * io.c (rb_io_close): call rb_last_status_clear. | akr | 2012-08-30 | 1 | -0/+1 |