summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-30* test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu
2011-11-30Fix r33904.naruse
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain
2011-11-30* lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa
2011-11-30* 2011-11-30svn
2011-11-30* ext/psych/parser.c (parse): parse method can take an option filetenderlove
2011-11-29Don't break tests.naruse
2011-11-29* lib/mkmf.rb: Fix indentations of constants at end of module.drbrain
2011-11-29* io.c (rb_write_error2): suppress unused variable warning.nobu
2011-11-29* win32/win32.c (rb_w32_inet_ntop): constified.nobu
2011-11-29* parse.y (nodetype, nodeline): suppress warnings.nobu
2011-11-28* lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain
2011-11-28* lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain
2011-11-28* include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.nagachika
2011-11-28* ChangeLog: fix some typos.nagachika
2011-11-28* 2011-11-29svn
2011-11-28* common.mk (INSTRUBY_ARGS): added --mantype to apply mdoc2man.rbyugui
2011-11-28* test/rake/test_rake_directory_task.rbusa
2011-11-28* io.c (rb_write_error2): fwrite() returns ssize_t.nobu
2011-11-28* parse.y (nodetype, nodeline): static. these functions are forusa
2011-11-28* gc.c (initial_params): static. it seems to be forgetten at r33501.usa
2011-11-28* include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): removeusa
2011-11-28* win32/mkexports.rb (Exports#initialize): remove old symbol name.usa
2011-11-28* win32/mkexports.rb (Exports#read_substitution): need to readnobu
2011-11-28* io.c (rb_io_flush): release GVL during fsync() on Windows.usa
2011-11-28* include/ruby/subst.h: typo of r33876.usa
2011-11-28* include/ruby/subst.h: moved Windows specific substitions fromnobu
2011-11-28* win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move theusa
2011-11-28* 2011-11-28svn
2011-11-28* win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa
2011-11-27* configure.in: added -fno-strict-overflow. it suppress annoyingkosaki
2011-11-27* io.c (rb_write_error2): get rid of warning on linux. fwritekosaki
2011-11-27* configure.in (stack_protector): disable on mingw. [Bug#5676]nobu
2011-11-27* Makefile.in (DLDFLAGS): also needs -fstack-protector.nobu
2011-11-27* configure.in (-fstack-protector): also needed in DLDFLAGS.nobu
2011-11-27* configure.in: whitespace-cleanup.nobu
2011-11-27* configure.in: whitespace-cleanup.nobu
2011-11-27* thread_pthread.c (add_signal_thread_list): suppress warning fornobu
2011-11-27* insns.def (pop): suppress self-assign warning of clang.nobu
2011-11-27* configure.in: add -fstack-protector into XLDFLAGS as well askosaki
2011-11-27fix typos and minor editkazu
2011-11-27* ext/tk/tcltklib.c (eventloop_sleep): unused.nobu
2011-11-27An address can be negative.naruse
2011-11-27* configure.in: revert r33832 and r33833. [ruby-core:41313] [Bug #5674]kosaki
2011-11-27* configure.in: workaround to avoid MacOS X build error.kosaki
2011-11-27Run the test only if /dev/tty exists.naruse
2011-11-26* configure.in (--no-undefined): r33840 breaks FreeBSD and DragonFlynaruse
2011-11-26Fix typo in r33849.naruse
2011-11-26* configure.in (--no-undefined): r33840 breaks FreeBSD with gcc47.naruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse