summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2012-12-05* thread.c (rb_uninterruptible): helper function for providingkosaki
2012-12-05* io.c (io_binwrite): check interrupt before io issue.kosaki
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-12-01io.c: recurse for the argumentnobu
2012-11-28* thread.c (struct rb_mutex_struct): add allow_trap field.kosaki
2012-11-28* io.c (FMODE_SYNCWRITE): removed unused macro.kosaki
2012-11-26* io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse
2012-11-20* io.c (Init_IO): removed all rb_file_const() into file.c.kosaki
2012-11-09* io.c (IO#new):zzak
2012-11-03* io.c (IO#new):zzak
2012-10-30* process.c (redirect_dup2): set standard handles when new fd is stdio,usa
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-03io.c: improved IO#reopennobu
2012-09-28io.c: IO#reopen int modenobu
2012-09-16io.c: io_set_read_lengthnobu
2012-09-09* ext/socket/basicsocket.c (rsock_bsock_send):kosaki
2012-09-09* io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):kosaki
2012-09-09* io.c (rb_io_close): notify fd close before releasing gvl.kosaki
2012-09-09* io.c (nogvl_close, maygvl_close, nogvl_fclose, maygvl_fclose):kosaki
2012-09-09* io.c (io_bufread): removed unnecessary rb_thread_wait_fd().kosaki
2012-09-01* io.c: fix typo in io/console example.eregon
2012-08-30* io.c (rb_io_close): call rb_last_status_clear.akr
2012-08-29* internal.h (rb_last_status_clear): declared.akr
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-05io.c: suppress unused variable warningsnobu
2012-07-27process.c: try conversion at redirectionnobu
2012-07-11get rid of warningsnobu
2012-07-10rb_thread_call_without_gvlnobu
2012-07-09* dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki
2012-06-27adjust style.nobu
2012-06-27popen: shell commands with envvars and execoptsnobu
2012-06-26Revert r36213 "popen: shell commands with envvar"nobu
2012-06-25popen: shell commands with envvarnobu
2012-06-24io.c: spawnvnobu
2012-06-23* process.c: use the name "sargp" for struct rb_execarg variablesakr
2012-06-22* process.c: use the name "eargp" for struct rb_execarg variablesakr
2012-06-21needless RB_GC_GUARD removed.akr
2012-06-21* process.c (rb_execarg_addopt): take a VALUE argument instead ofakr
2012-06-21remove unused variables.akr
2012-06-20* process.c (rb_execarg_fixup): take a VALUE argument instead ofakr
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-20* internal.h (rb_execarg_new): declared.akr
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-10* process.c (rb_fork_ruby): new function.akr
2012-06-10* io.c (popen_exec): don't call rb_thread_atfork_before_exec. useakr
2012-06-08* process.c: don't check the availability of FD_CLOEXEC. It shouldakr
2012-06-05* internal.h (rb_exec_arg_init): change return type to void.akr
2012-06-05* internal.h (rb_exec_arg): use union to represent command invocationakr