summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-01-13* vm_dump.c: fix misspelling of CrashReporter.mrkn
2011-01-12Exception#to_s should actually call to_s.ryan
2011-01-12Simple fix for emacs parsing. (emacs doesn't like _heredocs_)ryan
2011-01-12* 2011-01-13svn
2011-01-12* addr2line.c (get_nth_dirname): decrement the directory indexnaruse
2011-01-12 * io.c (rb_f_syscall): Add warning messages. [ruby-core:34062]kosaki
2011-01-12 * io.c (rb_f_syscall): Some syscall return unsigned or pointer value.kosaki
2011-01-12 * io.c (rb_f_syscall): Add 64bit Linux support. Some syscall takeskosaki
2011-01-12* vm_dump.c: parenthesize macro arguments.akr
2011-01-12update comment.akr
2011-01-12* vm.c (thread_free): reset ruby_current_thread if it points theakr
2011-01-12* enum.c (sort_by_i): reenter check more strictly.akr
2011-01-12* lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui
2011-01-12* ext/readline/extconf.rb: new checks for RL_PROMPT_START_IGNOREyugui
2011-01-12* README.EXT.ja (rb_ensure): typo.usa
2011-01-12* addr2line.c: OpenBSD uses the elf_abi.h header file instead of thenaruse
2011-01-12* test/webrick/test_cgi.rb: Removes usage of deprecatednaruse
2011-01-11* 2011-01-12svn
2011-01-11* hash.c (hash_i): return different values for inverse hash.nobu
2011-01-11fix spaces.akr