aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove2011-01-173-5/+12
* update doc.akr2011-01-171-1/+3
* * 2011-01-18svn2011-01-171-2/+2
* update doc.akr2011-01-171-35/+37
* * array.c (rb_ary_times): less MEMCPY calls.akr2011-01-172-3/+14
* * debug.h: parenthesize macro arguments.akr2011-01-172-4/+8
* * 2011-01-17svn2011-01-171-2/+2
* * ruby.c (process_options): revert r30549.nobu2011-01-173-1/+6
* * 2011-01-16svn2011-01-161-2/+2
* * vsnprintf.c: parenthesize macro arguments.akr2011-01-162-4/+8
* * test/net/smtp/test_ssl_socket.rb: fix dependency.nobu2011-01-151-1/+2
* * configure.in (warnflags): add -Werror=implicit-function-declarationnobu2011-01-156-24/+103
* * ruby.c (process_options): autoload rubygems.nobu2011-01-153-3/+4
* * tool/compile_prelude.rb (Prelude#initialize): ignore emptynobu2011-01-152-1/+5
* * ruby.c (ruby_init_prelude): get rid of global namespacenobu2011-01-153-4/+11