| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/open3.rb (Open3.pipeline_start): return an array of threads if a | akr | 2008-12-10 | 1 | -0/+5 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be round | matz | 2008-12-10 | 1 | -0/+8 |
* | * thread.c (rb_mutex_unlock): shut up warning. a patch from | matz | 2008-12-10 | 1 | -0/+5 |
* | added ml ref. | tadf | 2008-12-10 | 1 | -1/+1 |
* | * complex.c: avoided warnings on cpp. | tadf | 2008-12-10 | 1 | -0/+6 |
* | * lib/rss/maker.rb (RSS::Maker.[]): add. | kou | 2008-12-10 | 1 | -0/+5 |
* | * enumerator.c (enumerator_rewind): If the enclosed object | knu | 2008-12-10 | 1 | -0/+5 |
* | * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/. | knu | 2008-12-10 | 1 | -0/+6 |
* | * re.c (rb_reg_initialize): raise RegexpError when encoding | naruse | 2008-12-10 | 1 | -0/+5 |
* | * common.mk (win32.obj): depend on headers. | usa | 2008-12-09 | 1 | -0/+4 |
* | * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb, | duerst | 2008-12-09 | 1 | -0/+10 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -1/+10 |
* | * ext/curses/curses.c (curses_use_default_colors): add new | matz | 2008-12-09 | 1 | -0/+10 |
* | * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type), | nobu | 2008-12-09 | 1 | -1/+5 |
* | * vm_insnhelper.c (check_cfunc): use function pointer. | nobu | 2008-12-09 | 1 | -0/+4 |
* | * .gdbinit (rp): fixed typo for T_STRUCT. | nobu | 2008-12-09 | 1 | -0/+4 |
* | * pack.c (pack_pck): fixed [ruby-dev:37295]. | yugui | 2008-12-09 | 1 | -0/+6 |
* | * mkconfig.rb: fix for continued lines. based on a patch from | nobu | 2008-12-08 | 1 | -0/+5 |
* | * eval.c (rb_make_exception): single argument to raise may be | matz | 2008-12-08 | 1 | -0/+5 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): return | matz | 2008-12-08 | 1 | -0/+9 |
* | * tool/make-snapshot (package): enc.mk in snapshot is dummy and should | nobu | 2008-12-08 | 1 | -0/+5 |
* | * enc/depend (clean-srcs): split out from clean. | nobu | 2008-12-08 | 1 | -0/+4 |
* | * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'. | yugui | 2008-12-08 | 1 | -0/+6 |
* | * pack.c (pack_pack): fixed length for odd length string. | nobu | 2008-12-08 | 1 | -0/+5 |
* | * ruby.c (proc_options): added version, copyright, usage, yydebug, | nobu | 2008-12-08 | 1 | -0/+9 |
* | * ruby.c (set_option_encoding_once): dry. | nobu | 2008-12-08 | 1 | -0/+6 |
* | * configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAG | nobu | 2008-12-07 | 1 | -0/+5 |
* | * Makefile.in (LIBRUBY_SO): localizes non-public symbols. | nobu | 2008-12-07 | 1 | -0/+6 |
* | * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3. | akr | 2008-12-07 | 1 | -0/+6 |
* | * lib/open3.rb (Open3.poutput3): :binmode option implemented. | akr | 2008-12-07 | 1 | -0/+6 |
* | * tool/make-snapshot (package): added RM and CP. [ruby-dev:37288] | nobu | 2008-12-06 | 1 | -0/+4 |
* | * pack.c (pack_pack): 'u0' is not special differently from 'm0'. | yugui | 2008-12-06 | 1 | -0/+4 |
* | * pack.c (pack_pack): set US-ASCII and CODERANGE_7BIT | naruse | 2008-12-06 | 1 | -0/+8 |
* | * rational.c (nurat_{to_s,inspect}): performance improvement. | tadf | 2008-12-05 | 1 | -0/+4 |
* | * complex.c: inpsect should not depend on to_s. | tadf | 2008-12-05 | 1 | -0/+4 |
* | * lib/open3.rb (Open3.pipeline_start): new method. | akr | 2008-12-05 | 1 | -0/+5 |
* | * process.c (run_exec_dup2): !save is false if Qnil. | akr | 2008-12-05 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): check | usa | 2008-12-05 | 1 | -0/+5 |
* | * iseq.c (rb_iseq_parameters): proc arguments are always optional. | nobu | 2008-12-05 | 1 | -0/+6 |
* | * compile.c (iseq_set_sequence): uses rb_compile_warning() for | nobu | 2008-12-05 | 1 | -0/+5 |
* | * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code), | nobu | 2008-12-05 | 1 | -0/+8 |
* | * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomas | nobu | 2008-12-05 | 1 | -0/+5 |
* | * io.c (io_binwrite): arg.offset should be updated after retry. | akr | 2008-12-04 | 1 | -0/+4 |
* | * load.c (rb_get_load_path): returns the load path without | nobu | 2008-12-04 | 1 | -0/+18 |
* | * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error | usa | 2008-12-04 | 1 | -0/+8 |
* | * string.c (sym_to_proc): use hidden object. | nobu | 2008-12-04 | 1 | -0/+4 |
* | * pack.c (pack_pack): propagate taint status from format string to | matz | 2008-12-04 | 1 | -0/+5 |
* | * process.c (run_exec_dup2): need to sort by reverted order when | usa | 2008-12-04 | 1 | -0/+5 |
* | * string.c (sym_to_proc): caches Symbol procs, based on a patch from | nobu | 2008-12-04 | 1 | -0/+5 |
* | * win32/win32.c (waitpid): fix bug of checking child slot. | usa | 2008-12-04 | 1 | -0/+6 |