summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_make_exception): single argument to raise may bematz2008-12-082-3/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): returnmatz2008-12-082-0/+18
* * tool/make-snapshot (package): enc.mk in snapshot is dummy and shouldnobu2008-12-082-0/+13
* * enc/depend (clean-srcs): split out from clean.nobu2008-12-084-6/+16
* * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.yugui2008-12-082-1/+9
* * pack.c (pack_pack): fixed length for odd length string.nobu2008-12-083-2/+19
* * ruby.c (proc_options): added version, copyright, usage, yydebug,nobu2008-12-082-43/+67
* * ruby.c (proc_options): source-encoding option.nobu2008-12-081-0/+9
* * ruby.c (set_option_encoding_once): dry.nobu2008-12-083-34/+46
* * configure.in (LIBPATHFLAG): commit miss.nobu2008-12-071-6/+6
* * configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAGnobu2008-12-072-2/+11
* * Makefile.in (LIBRUBY_SO): localizes non-public symbols.nobu2008-12-073-1/+14
* rdoc update.akr2008-12-071-0/+2
* rdoc update.akr2008-12-071-0/+11
* * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr2008-12-073-31/+37
* * 2008-12-07svn2008-12-071-3/+3
* * lib/open3.rb (Open3.poutput3): :binmode option implemented.akr2008-12-072-6/+68
* update rdoc.akr2008-12-061-14/+24
* * tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]nobu2008-12-063-1/+7
* * pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui2008-12-063-1/+9
* * pack.c (pack_pack): set US-ASCII and CODERANGE_7BITnaruse2008-12-062-0/+12
* rdoc update.akr2008-12-061-1/+1
* * 2008-12-06svn2008-12-051-3/+3
* rdoc udpate.akr2008-12-051-20/+37
* * rational.c (nurat_{to_s,inspect}): performance improvement.tadf2008-12-052-9/+27
* * complex.c: inpsect should not depend on to_s.tadf2008-12-052-4/+14
* fix for 1.8'sxibbar2008-12-051-1/+1
* * lib/open3.rb (Open3.pipeline_start): new method.akr2008-12-053-28/+166
* rdoc update.akr2008-12-051-27/+37
* * process.c (run_exec_dup2): !save is false if Qnil.akr2008-12-052-1/+5
* * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa2008-12-052-0/+17
* * iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu2008-12-054-22/+51
* * compile.c (iseq_set_sequence): uses rb_compile_warning() fornobu2008-12-052-1/+7
* * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),nobu2008-12-055-29/+42
* * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomasnobu2008-12-052-2/+7
* update rdoc.akr2008-12-041-17/+14
* * io.c (io_binwrite): arg.offset should be updated after retry.akr2008-12-042-1/+5
* * load.c (rb_get_load_path): returns the load path withoutnobu2008-12-045-47/+90
* * test/ruby/test_process.rb: skip some tests on win32.usa2008-12-041-7/+13
* * string.c (sym_to_proc): tabified.nobu2008-12-041-8/+8
* * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa2008-12-043-3/+61
* * string.c (sym_to_proc): use hidden object.nobu2008-12-042-1/+5
* * pack.c (pack_pack): propagate taint status from format string tomatz2008-12-042-0/+6
* * process.c (run_exec_dup2): need to sort by reverted order whenusa2008-12-042-1/+19
* rdoc update.akr2008-12-042-10/+23
* * string.c (sym_to_proc): caches Symbol procs, based on a patch fromnobu2008-12-042-2/+30
* * 2008-12-05svn2008-12-041-3/+3
* rdoc update.akr2008-12-041-2/+2
* rdoc update.akr2008-12-041-0/+7
* * win32/win32.c (waitpid): fix bug of checking child slot.usa2008-12-042-1/+19