summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2011-01-26* 2011-01-26svn
2011-01-26* string.c (=~): documentation fix; the return value is nil whennaruse
2011-01-24* dln_find.c (dln_find_1): omit too long pathnames.nobu
2011-01-24* string.c (rb_str_resize): get rid of out-of-bound access.nobu
2011-01-24* test/ruby/test_thread.rb: remove unused variables.kazu
2011-01-24* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu
2011-01-24move under correct classkazu
2011-01-24* string.c (rb_string_value_cstr): rb_str_modify can changenobu
2011-01-24 * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki
2011-01-24* 2011-01-25svn
2011-01-24 * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()kosaki
2011-01-24* vm_insnhelper.h: parenthesize macro arguments.akr
2011-01-24 * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N becausekosaki
2011-01-24* 2011-01-24svn
2011-01-24* error.c (rb_invalid_str): prevent intermediate variable from GC.nobu
2011-01-23 * test/io/console/test_io_console.rb: Don't run test if the systemkosaki
2011-01-23 * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki
2011-01-23* vm_exec.h: parenthesize macro arguments.akr
2011-01-23* template/fake.rb.in (ruby): suppress warnings.nobu
2011-01-22 * string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu
2011-01-22* string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu
2011-01-22reverting r30628 since this seems like a bug in libyamltenderlove
2011-01-22* 2011-01-23svn
2011-01-22 * test/test_syslog.rb: Fix to make a lot of test failure ifkosaki
2011-01-22* properties.nobu
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove
2011-01-22* ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove
2011-01-22fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove
2011-01-22* ext/psych/parser.c (parse): add the file name to the exception whentenderlove
2011-01-22* ext/psych/parser.c (parse): fix assertion error when reusing atenderlove
2011-01-21* ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove
2011-01-21* 2011-01-22svn
2011-01-21* vm_core.h: parenthesize macro arguments.akr
2011-01-21* configure.in: should not use -Werror=* flags while conftests.nobu
2011-01-21* configure.in: Fix incorrectly detected x86_64-w64-mingw32 dueluislavena
2011-01-20 revert unrelated fix from r30615. Sorry!kosaki
2011-01-20 * configure.in: Fix rb_cv_va_args_macro was broken. We are usingkosaki
2011-01-20* 2011-01-21svn
2011-01-20* node.h: parenthesize macro arguments.akr
2011-01-20 * configure.in: Add '#include <stdlib.h>' tokosaki
2011-01-20fix typoskazu
2011-01-20* README.EXT, README.EXT.ja: You shouldn't choose ``conftest.c'' as amrkn
2011-01-20 * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_tkosaki
2011-01-20* test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not needusa
2011-01-20* ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove
2011-01-19* ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove
2011-01-19Importing rubygems @ c2d4131: Deal with platforms that have DLEXT2 == nil. Fi...ryan
2011-01-19* 2011-01-20svn