summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-07* ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove
2010-07-07* strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr
2010-07-07* 2010-07-08svn
2010-07-07* gem_prelude.rb: provide workaround for gem activation. Currently,mame
2010-07-07Merge branch 'mybranch' of git://github.com/orangea/ruby into trunkshyouhei
2010-07-07* file.c (ruby_find_basename): set correct baselen.usa
2010-07-07* vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu
2010-07-07* file.c (ruby_find_basename): should initialize f.usa
2010-07-07* ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu
2010-07-07* missing/close.c: ignore ECONNRESET.naruse
2010-07-06* object.c (rb_f_integer): add example with base.nobu
2010-07-06* 2010-07-07svn
2010-07-06* ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove
2010-07-06* io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directlyakr
2010-07-06* io/console/console.c (winsize_row): should return actual screenusa
2010-07-06* test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa
2010-07-06* test/psych/visitors/test_to_ruby.rb (test_time): time test musttenderlove
2010-07-05forgot to commit the assert_match()tenderlove
2010-07-05* ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove
2010-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove
2010-07-05* ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove
2010-07-05* vm.c (thread_free): free altstack to prevent memory leak. a patchmame
2010-07-05* 2010-07-06svn
2010-07-05* string.c (NONASCII_MASK): NONASCII_MASK must be unsigned.mame
2010-07-05* vm_method.c (rb_method_boundp): Return false for protectedknu
2010-07-05* 2010-07-05svn
2010-07-05* ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove
2010-07-04* test/ruby/test_syntax.rb: split test_syntax from test_system.rb.akr
2010-07-04* test/ruby/test_system.rb (test_syntax): unified with test_syntax2.akr
2010-07-04* test/ruby/test_system.rb (test_syntax2): moved from sample/test.rbakr
2010-07-04* io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu
2010-07-03* 2010-07-04svn
2010-07-03portability fix.akr
2010-07-03refine tests.akr
2010-07-03* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn
2010-07-03* ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove
2010-07-03* ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove
2010-07-02* 2010-07-03svn
2010-07-02fix doc again.akr
2010-07-02fix doc.akr
2010-07-02* io.c (argf_inplace_mode_set): prohibits an assignment of a taintedusa
2010-07-02* test/ruby/test_module.rb (test_attr_inherited_visibility): more discussion ...nobu
2010-07-01add tests.akr
2010-07-01* 2010-07-02svn
2010-07-01* numeric.c (rb_num2long): accept LONG_MAX < x < LONG_MAX+1 andakr
2010-07-01* lib/csv.rb: Improving documentation.jeg2
2010-07-01* numeric.c (rb_num2ulong): fix the lower limit for float.akr
2010-07-01* ChangeLog: revert deleted logs.nobu
2010-07-01* test/ruby/envutil.rb (EnvUtil#invoke_ruby): integrated withnobu
2010-07-01* thread_pthread.c (thread_start_func_1): don't callnaruse