aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.nobu2011-12-012-38/+31
* * include/ruby/subst.h: removed arguments lists so that functionnobu2011-12-012-30/+37
* * ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu2011-12-012-1/+12
* * configure.in (LDFLAGS): -fstack-protector is always needed tonobu2011-12-012-0/+7
* properties.nobu2011-12-010-0/+0
* * configure.in: add sys/prctl.h test.kosaki2011-11-303-1/+14
* * 2011-12-01svn2011-11-301-3/+3
* Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse2011-11-301-0/+2
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-305-1/+34
* transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin.duerst2011-11-302-27/+18
* * test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu2011-11-301-31/+8
* Fix r33904.naruse2011-11-301-0/+2
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-305-1826/+1874
* * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa2011-11-303-10/+12
* * 2011-11-30svn2011-11-301-2/+2
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-303-8/+24
* Don't break tests.naruse2011-11-293-1923/+1860
* * lib/mkmf.rb: Fix indentations of constants at end of module.drbrain2011-11-292-39/+71
* * io.c (rb_write_error2): suppress unused variable warning.nobu2011-11-292-4/+10
* * win32/win32.c (rb_w32_inet_ntop): constified.nobu2011-11-292-8/+9
* * parse.y (nodetype, nodeline): suppress warnings.nobu2011-11-291-0/+3
* * lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain2011-11-282-183/+210
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-284-1808/+1828
* * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.nagachika2011-11-281-1/+0
* * ChangeLog: fix some typos.nagachika2011-11-281-2/+2
* * 2011-11-29svn2011-11-281-2/+2
* * common.mk (INSTRUBY_ARGS): added --mantype to apply mdoc2man.rbyugui2011-11-282-7/+19
* * test/rake/test_rake_directory_task.rbusa2011-11-282-11/+24
* * io.c (rb_write_error2): fwrite() returns ssize_t.nobu2011-11-282-1/+5
* * parse.y (nodetype, nodeline): static. these functions are forusa2011-11-282-2/+7
* * gc.c (initial_params): static. it seems to be forgetten at r33501.usa2011-11-282-1/+5
* * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): removeusa2011-11-282-17/+5
* * win32/mkexports.rb (Exports#initialize): remove old symbol name.usa2011-11-282-1/+4
* * win32/mkexports.rb (Exports#read_substitution): need to readnobu2011-11-282-6/+16
* * io.c (rb_io_flush): release GVL during fsync() on Windows.usa2011-11-282-9/+16
* * include/ruby/subst.h: typo of r33876.usa2011-11-282-1/+5
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-284-93/+101
* * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move theusa2011-11-283-2/+11
* * 2011-11-28svn2011-11-281-2/+2
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-283-1/+16
* * configure.in: added -fno-strict-overflow. it suppress annoyingkosaki2011-11-272-0/+11
* * io.c (rb_write_error2): get rid of warning on linux. fwritekosaki2011-11-273-2/+11
* * configure.in (stack_protector): disable on mingw. [Bug#5676]nobu2011-11-272-2/+10
* * Makefile.in (DLDFLAGS): also needs -fstack-protector.nobu2011-11-273-4/+3
* * configure.in (-fstack-protector): also needed in DLDFLAGS.nobu2011-11-272-2/+11
* * configure.in: whitespace-cleanup.nobu2011-11-271-4/+4
* * configure.in: whitespace-cleanup.nobu2011-11-271-2/+2
* * thread_pthread.c (add_signal_thread_list): suppress warning fornobu2011-11-271-2/+2
* * insns.def (pop): suppress self-assign warning of clang.nobu2011-11-271-1/+1
* * configure.in: add -fstack-protector into XLDFLAGS as well askosaki2011-11-272-1/+7