Age | Commit message (Expand) | Author |
2012-06-23 | * process.c: use the name "sargp" for struct rb_execarg variables | akr |
2012-06-22 | * process.c: use the name "eargp" for struct rb_execarg variables | akr |
2012-06-21 | needless RB_GC_GUARD removed. | akr |
2012-06-21 | * process.c (rb_execarg_addopt): take a VALUE argument instead of | akr |
2012-06-21 | remove unused variables. | akr |
2012-06-20 | * process.c (rb_execarg_fixup): take a VALUE argument instead of | akr |
2012-06-20 | * internal.h (struct rb_execarg) moved and renamed from | akr |
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. use | akr |
2012-06-08 | * process.c: don't check the availability of FD_CLOEXEC. It should | akr |
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 invocation | akr |
2012-06-05 | obj_init_copy | nobu |
2012-06-05 | * process.c: add comments about async-signal-safe. | akr |
2012-06-05 | * io.c: Edited documentation for IO and File open and new and | drbrain |
2012-06-04 | * internal.h (ARGVSTR2ARGC): defined. | akr |
2012-06-04 | unused variables | nobu |
2012-06-04 | * io.c (pipe_open): follow up changes in r35889. | usa |
2012-05-24 | Bug #6487 | nobu |
2012-05-23 | use RB_TYPE_P() instead of comparison of TYPE() | nobu |
2012-05-17 | * io.c: re-fix merge miss. | nobu |
2012-05-17 | * io.c: Fix a mistake on merging the patch in the previous commit. | yugui |
2012-05-17 | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui |
2012-05-16 | * io.c: fixed a merge mistake of r33878, reported by nobu via IRC. | usa |
2012-05-08 | * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows. | shirosaki |
2012-05-06 | * io.c (io_encoding_set): suppress warnings. [ruby-dev:45627] | naruse |
2012-05-04 | * io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'. | naruse |
2012-04-18 | * io.c (io_readpartial): Document the output buffer parameter is | drbrain |
2012-04-15 | * reduce UNREACHABLE. | nobu |
2012-04-14 | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain |
2012-04-13 | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain |
2012-04-11 | * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's because | shirosaki |
2012-04-07 | * io.c (io_unread): cast as long the value for extra_max. | naruse |
2012-03-27 | * io.c (io_unread): fixed memory leak. report by nagachika via IRC. | usa |
2012-03-22 | * io.c (static int io_fflush): add the definition. | shirosaki |
2012-03-13 | * io.c (io_encoding_set): always warn if external encoding and internal | naruse |
2012-03-12 | * encoding.c (rb_find_encoding): new function find encoding from | nobu |
2012-03-11 | * io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` except | sorah |
2012-03-02 | * io.c (pipe_open): cmd is no longer used if fork is available. | nobu |
2012-02-28 | * io.c (io_binwrite, rb_io_syswrite): use shared frozen source | nobu |
2012-02-28 | * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer size | nobu |
2012-02-27 | * io.c (rb_io_set_pos): add rdoc about textmode. | usa |
2012-02-27 | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu |
2012-02-24 | * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path. | nobu |
2012-02-24 | * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str. | nobu |
2012-02-24 | * dir.c, file.c, io.c: use rb_sys_fail_path. | nobu |
2012-02-24 | * io.c (set_binary_mode_with_seek_cur): reorder function qualifiers. | nobu |
2012-02-23 | * io.c (rb_io_f_sync): Fix double-negative typo. [ruby-trunk - #5837] | drbrain |