summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* vsnprintf.c (cvt): set first byte of buf to NUL for the case whennaruse
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-17* array.c (rb_ary_times): less MEMCPY calls.akr
2011-01-17* debug.h: parenthesize macro arguments.akr
2011-01-17* ruby.c (process_options): revert r30549.nobu
2011-01-16* vsnprintf.c: parenthesize macro arguments.akr
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-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* io.c (argf_next_argv): go advance when the next file cannot benobu
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-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-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* hash.c (hash_i): return different values for inverse hash.nobu
2011-01-11* variable.c: parenthesize macro arguments.akr
2011-01-11* array.c (rb_ary_resize): should care of embeded array when extendingusa
2011-01-10* include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu
2011-01-10* common.mk (showflags): show LD commands.nobu
2011-01-10* test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu