aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Finish removing code, (fixes sources command test).drbrain2011-01-193-10/+5
* Always enable rubygems/custom_requiredrbrain2011-01-192-1/+6
* * proc.c (proc_call): Add gc guard to avoid segfault. The fixkosaki2011-01-192-5/+10
* Remove require of deleted file in RubyGems.drbrain2011-01-196-21/+9
* Import rubygems 1.5.0 (release candidate)ryan2011-01-19173-2456/+2722
* Reverting nobu's rubygems patch. It needs: 1) to have a test, 2) to be UTF8, ...ryan2011-01-182-7/+5
* * parse.y: avoid NULL reference. [ruby-dev:43067]mame2011-01-182-0/+5
* * 2011-01-19svn2011-01-181-2/+2
* * vsnprintf.c (cvt): set first byte of buf to NUL for the case whennaruse2011-01-182-0/+6
* update doc.akr2011-01-181-2/+2
* * gc.h: parenthesize macro arguments.akr2011-01-182-11/+15
* * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.keiju2011-01-182-18/+35
* * lib/logger.rb: added RDoc document for logging message escapenahi2011-01-182-2/+21
* * eval_intern.h: parenthesize macro arguments.akr2011-01-172-7/+11
* * lib/rubygems/source_index.rb (Gem#load_specification): read innobu2011-01-172-9/+11
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-174-3/+93