| Commit message (Expand) | Author | Age | Files | Lines |
* | * internal.h (rb_exec_arg_init): change return type to void. | akr | 2012-06-05 | 1 | -6/+6 |
* | * internal.h (rb_exec_arg): use union to represent command invocation | akr | 2012-06-05 | 1 | -2/+2 |
* | obj_init_copy | nobu | 2012-06-05 | 1 | -1/+2 |
* | * process.c: add comments about async-signal-safe. | akr | 2012-06-05 | 1 | -5/+6 |
* | * io.c: Edited documentation for IO and File open and new and | drbrain | 2012-06-05 | 1 | -180/+188 |
* | * internal.h (ARGVSTR2ARGC): defined. | akr | 2012-06-04 | 1 | -1/+1 |
* | unused variables | nobu | 2012-06-04 | 1 | -0/+2 |
* | * io.c (pipe_open): follow up changes in r35889. | usa | 2012-06-04 | 1 | -30/+2 |
* | Bug #6487 | nobu | 2012-05-24 | 1 | -35/+33 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -11/+11 |
* | * io.c: re-fix merge miss. | nobu | 2012-05-17 | 1 | -2/+0 |
* | * io.c: Fix a mistake on merging the patch in the previous commit. | yugui | 2012-05-17 | 1 | -2/+3 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -10/+20 |
* | * io.c: fixed a merge mistake of r33878, reported by nobu via IRC. | usa | 2012-05-16 | 1 | -2/+2 |
* | * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows. | shirosaki | 2012-05-08 | 1 | -0/+6 |
* | * io.c (io_encoding_set): suppress warnings. [ruby-dev:45627] | naruse | 2012-05-06 | 1 | -2/+0 |
* | * io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'. | naruse | 2012-05-04 | 1 | -5/+0 |
* | * io.c (io_readpartial): Document the output buffer parameter is | drbrain | 2012-04-18 | 1 | -5/+18 |
* | * reduce UNREACHABLE. | nobu | 2012-04-15 | 1 | -14/+6 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -2/+4 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+4 |
* | * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's because | shirosaki | 2012-04-11 | 1 | -0/+5 |
* | * io.c (io_unread): cast as long the value for extra_max. | naruse | 2012-04-07 | 1 | -1/+1 |
* | * io.c (io_unread): fixed memory leak. report by nagachika via IRC. | usa | 2012-03-27 | 1 | -0/+2 |
* | * io.c (static int io_fflush): add the definition. | shirosaki | 2012-03-22 | 1 | -16/+47 |
* | * io.c (io_encoding_set): always warn if external encoding and internal | naruse | 2012-03-13 | 1 | -1/+12 |
* | * encoding.c (rb_find_encoding): new function find encoding from | nobu | 2012-03-12 | 1 | -6/+20 |
* | * io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` except | sorah | 2012-03-11 | 1 | -10/+3 |
* | * io.c (pipe_open): cmd is no longer used if fork is available. | nobu | 2012-03-02 | 1 | -2/+2 |
* | * io.c (io_binwrite, rb_io_syswrite): use shared frozen source | nobu | 2012-02-28 | 1 | -0/+4 |
* | * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer size | nobu | 2012-02-28 | 1 | -0/+5 |
* | * io.c (rb_io_set_pos): add rdoc about textmode. | usa | 2012-02-27 | 1 | -0/+2 |
* | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu | 2012-02-27 | 1 | -13/+13 |
* | * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path. | nobu | 2012-02-24 | 1 | -12/+10 |
* | * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str. | nobu | 2012-02-24 | 1 | -1/+1 |
* | * dir.c, file.c, io.c: use rb_sys_fail_path. | nobu | 2012-02-24 | 1 | -2/+2 |
* | * io.c (set_binary_mode_with_seek_cur): reorder function qualifiers. | nobu | 2012-02-24 | 1 | -1/+3 |
* | * io.c (rb_io_f_sync): Fix double-negative typo. [ruby-trunk - #5837] | drbrain | 2012-02-23 | 1 | -1/+1 |
* | * io.c (rb_io_extract_modeenc): fail only if conflicting | nobu | 2012-02-22 | 1 | -1/+6 |
* | * io.c (rb_io_s_foreach): argument check before making Enumerator. | nobu | 2012-02-22 | 1 | -1/+2 |
* | * io.c (rb_io_s_foreach): return enumerator including kerword | nobu | 2012-02-22 | 1 | -1/+1 |
* | * io.c (io_strsetbuf): call rb_str_modify to make str independent | naruse | 2012-02-15 | 1 | -1/+4 |
* | * io.c (io_setstrbuf): cut down the buffer if longer. | nobu | 2012-02-14 | 1 | -3/+8 |
* | * io.c (io_setstrbuf): defer resizing buffer string until data is | nobu | 2012-02-13 | 1 | -30/+15 |
* | * io.c (Init_IO): use directive hack to make ARGF documentable | nobu | 2012-02-13 | 1 | -4/+5 |
* | * io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace. | naruse | 2012-02-02 | 1 | -0/+8 |
* | * io.c (argf_close): skip stdin, which should be readable again. | nobu | 2012-01-31 | 1 | -0/+2 |
* | * io.c (extract_binmode): raise an exception if binmode/textmode | naruse | 2012-01-23 | 1 | -4/+12 |
* | * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specified | naruse | 2012-01-23 | 1 | -1/+4 |
* | * io.c (rb_io_s_read): Fix formatting of open_args comment. Reported | drbrain | 2012-01-13 | 1 | -12/+16 |