summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-01-21* configure.in: Fix incorrectly detected x86_64-w64-mingw32 dueluislavena
2011-01-20 * configure.in: Fix rb_cv_va_args_macro was broken. We are usingkosaki
2011-01-20* node.h: parenthesize macro arguments.akr
2011-01-20 * configure.in: Add '#include <stdlib.h>' tokosaki
2011-01-20fix typoskazu
2011-01-20* README.EXT, README.EXT.ja: You shouldn't choose ``conftest.c'' as amrkn
2011-01-20 * configure.in: Add stdlib.h inclusion into rb_cv_negative_time_tkosaki
2011-01-20* test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not needusa
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-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* 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