summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-09* .gdbinit (rp): fixed typo for T_STRUCT.nobu
2008-12-09* pack.c (pack_pck): fixed [ruby-dev:37295].yugui
2008-12-08* mkconfig.rb: fix for continued lines. based on a patch fromnobu
2008-12-08rdoc update.akr
2008-12-08* eval.c (rb_make_exception): single argument to raise may bematz
2008-12-08* ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): returnmatz
2008-12-08* tool/make-snapshot (package): enc.mk in snapshot is dummy and shouldnobu
2008-12-08* enc/depend (clean-srcs): split out from clean.nobu
2008-12-08* pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.yugui
2008-12-08* pack.c (pack_pack): fixed length for odd length string.nobu
2008-12-08* ruby.c (proc_options): added version, copyright, usage, yydebug,nobu
2008-12-08* ruby.c (proc_options): source-encoding option.nobu
2008-12-08* ruby.c (set_option_encoding_once): dry.nobu
2008-12-07* configure.in (LIBPATHFLAG): commit miss.nobu
2008-12-07* configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAGnobu
2008-12-07* Makefile.in (LIBRUBY_SO): localizes non-public symbols.nobu
2008-12-07rdoc update.akr
2008-12-07rdoc update.akr
2008-12-07* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr
2008-12-07* 2008-12-07svn
2008-12-07* lib/open3.rb (Open3.poutput3): :binmode option implemented.akr
2008-12-06update rdoc.akr
2008-12-06* tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]nobu
2008-12-06* pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui
2008-12-06* pack.c (pack_pack): set US-ASCII and CODERANGE_7BITnaruse
2008-12-06rdoc update.akr
2008-12-05* 2008-12-06svn
2008-12-05rdoc udpate.akr
2008-12-05 * rational.c (nurat_{to_s,inspect}): performance improvement.tadf
2008-12-05 * complex.c: inpsect should not depend on to_s.tadf
2008-12-05fix for 1.8'sxibbar
2008-12-05* lib/open3.rb (Open3.pipeline_start): new method.akr
2008-12-05rdoc update.akr
2008-12-05* process.c (run_exec_dup2): !save is false if Qnil.akr
2008-12-05 * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa
2008-12-05* iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu
2008-12-05* compile.c (iseq_set_sequence): uses rb_compile_warning() fornobu
2008-12-05* compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),nobu
2008-12-05* string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomasnobu
2008-12-04update rdoc.akr
2008-12-04* io.c (io_binwrite): arg.offset should be updated after retry.akr
2008-12-04* load.c (rb_get_load_path): returns the load path withoutnobu
2008-12-04* test/ruby/test_process.rb: skip some tests on win32.usa
2008-12-04* string.c (sym_to_proc): tabified.nobu
2008-12-04 * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa
2008-12-04* string.c (sym_to_proc): use hidden object.nobu
2008-12-04* pack.c (pack_pack): propagate taint status from format string tomatz
2008-12-04 * process.c (run_exec_dup2): need to sort by reverted order whenusa
2008-12-04rdoc update.akr
2008-12-04* string.c (sym_to_proc): caches Symbol procs, based on a patch fromnobu