summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-01-19* method.h: parenthesize macro arguments.akr
2011-01-19Finish removing code, (fixes sources command test).drbrain
2011-01-19Always enable rubygems/custom_requiredrbrain
2011-01-19 * proc.c (proc_call): Add gc guard to avoid segfault. The fixkosaki
2011-01-19Remove require of deleted file in RubyGems.drbrain
2011-01-19Import rubygems 1.5.0 (release candidate)ryan
2011-01-18Reverting nobu's rubygems patch. It needs: 1) to have a test, 2) to be UTF8, ...ryan
2011-01-18* parse.y: avoid NULL reference. [ruby-dev:43067]mame
2011-01-18* 2011-01-19svn
2011-01-18* vsnprintf.c (cvt): set first byte of buf to NUL for the case whennaruse
2011-01-18update doc.akr
2011-01-18* gc.h: parenthesize macro arguments.akr
2011-01-18 * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.keiju
2011-01-18 * lib/logger.rb: added RDoc document for logging message escapenahi
2011-01-17* eval_intern.h: parenthesize macro arguments.akr
2011-01-17* lib/rubygems/source_index.rb (Gem#load_specification): read innobu
2011-01-17* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove
2011-01-17* ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove
2011-01-17update doc.akr
2011-01-17* 2011-01-18svn
2011-01-17update doc.akr
2011-01-17* array.c (rb_ary_times): less MEMCPY calls.akr
2011-01-17* debug.h: parenthesize macro arguments.akr
2011-01-17* 2011-01-17svn
2011-01-17* ruby.c (process_options): revert r30549.nobu
2011-01-16* 2011-01-16svn
2011-01-16* vsnprintf.c: parenthesize macro arguments.akr
2011-01-15* test/net/smtp/test_ssl_socket.rb: fix dependency.nobu
2011-01-15* configure.in (warnflags): add -Werror=implicit-function-declarationnobu
2011-01-15* ruby.c (process_options): autoload rubygems.nobu
2011-01-15* tool/compile_prelude.rb (Prelude#initialize): ignore emptynobu
2011-01-15* ruby.c (ruby_init_prelude): get rid of global namespacenobu
2011-01-15* include/ruby/io.h: missing prototypes.nobu
2011-01-14* vm_method.c: parenthesize macro arguments.akr
2011-01-14* test/net/imap/test_imap.rb: call neither logout nor disconnectshugo
2011-01-14* lib/net/imap.rb: use bytesize for binary strings.naruse
2011-01-14* pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse
2011-01-14The cast must use uint32_t. [ruby-core:34481]naruse
2011-01-14* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) innaruse
2011-01-14* configure.in, win32/Makefile.sub (RUNRUBY): require path shouldusa
2011-01-14Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan
2011-01-13* 2011-01-14svn
2011-01-13* io.c (argf_next_argv): go advance when the next file cannot benobu
2011-01-13update doc.akr
2011-01-13* vm_insnhelper.c: parenthesize macro arguments.akr
2011-01-13* vm_dump.c: delete dashes to make lines 80 chars, Patched bymrkn