aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2011-01-26svn2011-01-261-2/+2
* * string.c (=~): documentation fix; the return value is nil whennaruse2011-01-262-1/+6
* * dln_find.c (dln_find_1): omit too long pathnames.nobu2011-01-242-4/+13
* * string.c (rb_str_resize): get rid of out-of-bound access.nobu2011-01-242-1/+6
* * test/ruby/test_thread.rb: remove unused variables.kazu2011-01-242-3/+6
* * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu2011-01-242-1/+6
* move under correct classkazu2011-01-241-3/+3
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-244-1/+47
* * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki2011-01-242-0/+118
* * 2011-01-25svn2011-01-241-2/+2
* * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()kosaki2011-01-242-4/+12
* * vm_insnhelper.h: parenthesize macro arguments.akr2011-01-242-11/+15
* * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N becausekosaki2011-01-242-3/+12
* * 2011-01-24svn2011-01-241-2/+2
* * error.c (rb_invalid_str): prevent intermediate variable from GC.nobu2011-01-243-1/+11
* * test/io/console/test_io_console.rb: Don't run test if the systemkosaki2011-01-232-4/+12
* * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki2011-01-234-6/+23
* * vm_exec.h: parenthesize macro arguments.akr2011-01-232-2/+6
* * template/fake.rb.in (ruby): suppress warnings.nobu2011-01-232-2/+10
* * string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu2011-01-221-1/+1
* * string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu2011-01-222-16/+41
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-223-23/+1
* * 2011-01-23svn2011-01-221-2/+2
* * test/test_syslog.rb: Fix to make a lot of test failure ifkosaki2011-01-222-2/+12
* * properties.nobu2011-01-220-0/+0
* * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove2011-01-223-2/+69
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove2011-01-223-7/+30
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-223-1/+23
* fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove2011-01-221-2/+3
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-223-1/+34
* * ext/psych/parser.c (parse): fix assertion error when reusing atenderlove2011-01-223-0/+20
* * ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove2011-01-216-0/+142
* * 2011-01-22svn2011-01-211-2/+2
* * vm_core.h: parenthesize macro arguments.akr2011-01-212-20/+24
* * configure.in: should not use -Werror=* flags while conftests.nobu2011-01-212-0/+7
* * configure.in: Fix incorrectly detected x86_64-w64-mingw32 dueluislavena2011-01-212-2/+5
* revert unrelated fix from r30615. Sorry!kosaki2011-01-201-2/+2
* * configure.in: Fix rb_cv_va_args_macro was broken. We are usingkosaki2011-01-202-2/+10
* * 2011-01-21svn2011-01-201-2/+2
* * node.h: parenthesize macro arguments.akr2011-01-202-1/+5
* * configure.in: Add '#include <stdlib.h>' tokosaki2011-01-203-2/+9
* fix typoskazu2011-01-201-3/+3
* * README.EXT, README.EXT.ja: You shouldn't choose ``conftest.c'' as amrkn2011-01-203-1/+12
* * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_tkosaki2011-01-202-0/+7
* * test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not needusa2011-01-202-0/+7
* * ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove2011-01-203-0/+26
* * ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove2011-01-194-8/+39
* Importing rubygems @ c2d4131: Deal with platforms that have DLEXT2 == nil. Fi...ryan2011-01-1910-90/+273
* * 2011-01-20svn2011-01-191-2/+2
* * method.h: parenthesize macro arguments.akr2011-01-192-2/+6