summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-01* 2011-12-02svn
2011-12-01Revert r33921.naruse
2011-12-01* thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) only ifnagachika
2011-12-01* io.c (linux_get_maxfd): change local variable name.akr
2011-12-01* proc.c (rb_proc_arity): Fix Proc#arity in case of optional argumentsmarcandre
2011-12-01* ext/socket/extconf.rb: get rid of warnings bynobu
2011-12-01* ext/socket/extconf.rb: add arguments for macro calls.nobu
2011-12-01* lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu
2011-12-01* include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.nobu
2011-12-01* include/ruby/subst.h: removed arguments lists so that functionnobu
2011-12-01* ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu
2011-12-01* configure.in (LDFLAGS): -fstack-protector is always needed tonobu
2011-12-01properties.nobu
2011-11-30* configure.in: add sys/prctl.h test.kosaki
2011-11-30* 2011-12-01svn
2011-11-30Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse
2011-11-30* variable.c (rb_path2class): don't raise NameError when the middlenaruse
2011-11-30transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin.duerst
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