aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * proc.c (rb_proc_arity): Fix Proc#arity in case of optional argumentsmarcandre2011-12-011-0/+5
* * ext/socket/extconf.rb: add arguments for macro calls.nobu2011-12-011-0/+5
* * lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu2011-12-011-0/+4
* * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.nobu2011-12-011-8/+1
* * include/ruby/subst.h: removed arguments lists so that functionnobu2011-12-011-0/+7
* * ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu2011-12-011-0/+5
* * configure.in (LDFLAGS): -fstack-protector is always needed tonobu2011-12-011-0/+6
* * configure.in: add sys/prctl.h test.kosaki2011-11-301-0/+6
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-301-0/+6
* transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin.duerst2011-11-301-0/+4
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-0/+6
* * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa2011-11-301-0/+11
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-0/+6
* * lib/mkmf.rb: Fix indentations of constants at end of module.drbrain2011-11-291-0/+5
* * io.c (rb_write_error2): suppress unused variable warning.nobu2011-11-291-2/+6
* * lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain2011-11-281-0/+4
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-0/+7
* * ChangeLog: fix some typos.nagachika2011-11-281-2/+2
* * common.mk (INSTRUBY_ARGS): added --mantype to apply mdoc2man.rbyugui2011-11-281-0/+11
* * test/rake/test_rake_directory_task.rbusa2011-11-281-0/+7
* * io.c (rb_write_error2): fwrite() returns ssize_t.nobu2011-11-281-0/+4
* * parse.y (nodetype, nodeline): static. these functions are forusa2011-11-281-0/+5
* * gc.c (initial_params): static. it seems to be forgetten at r33501.usa2011-11-281-0/+4
* * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): removeusa2011-11-281-0/+5
* * win32/mkexports.rb (Exports#initialize): remove old symbol name.usa2011-11-281-0/+4
* * win32/mkexports.rb (Exports#read_substitution): need to readnobu2011-11-281-0/+5
* * io.c (rb_io_flush): release GVL during fsync() on Windows.usa2011-11-281-0/+4
* * include/ruby/subst.h: typo of r33876.usa2011-11-281-0/+4
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-281-1/+8
* * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move theusa2011-11-281-0/+7
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-0/+6
* * configure.in: added -fno-strict-overflow. it suppress annoyingkosaki2011-11-271-0/+5
* * io.c (rb_write_error2): get rid of warning on linux. fwritekosaki2011-11-271-0/+7
* * configure.in (stack_protector): disable on mingw. [Bug#5676]nobu2011-11-271-1/+3
* * Makefile.in (DLDFLAGS): also needs -fstack-protector.nobu2011-11-271-2/+2
* * configure.in (-fstack-protector): also needed in DLDFLAGS.nobu2011-11-271-0/+5
* * configure.in: add -fstack-protector into XLDFLAGS as well askosaki2011-11-271-0/+5
* fix typos and minor editkazu2011-11-271-7/+7
* * configure.in: revert r33832 and r33833. [ruby-core:41313] [Bug #5674]kosaki2011-11-271-10/+0
* * configure.in: workaround to avoid MacOS X build error.kosaki2011-11-271-0/+5
* * configure.in (--no-undefined): r33840 breaks FreeBSD and DragonFlynaruse2011-11-261-3/+3
* * configure.in (--no-undefined): r33840 breaks FreeBSD with gcc47.naruse2011-11-261-0/+6
* * lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse2011-11-261-0/+6
* * io.c (copy_stream_body): use 0666 for permission argument for open.akr2011-11-261-0/+5
* * test/openssl/test_engine.rb: remove side effect of generic engineemboss2011-11-261-0/+6
* * lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse2011-11-261-0/+8
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse2011-11-261-0/+5
* * .travis.yml (script): should be ./configureshyouhei2011-11-261-0/+4
* * .travis.yml (before_script): wrong name, sorry.shyouhei2011-11-261-0/+4
* * .travis.yml (before-script): autoconf required.shyouhei2011-11-261-0/+4