summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-12-05* range.c: Improve documentation for Range. Patch by Chris Zetter.drbrain
2011-12-05* regparse.c (PFETCH_READY): separate gcc specific trick.nobu
2011-12-05* process.c (proc_seteuid_m): fix argument.nobu
2011-12-05* ChangeLog: remove dup entry.nobu
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-12-05* class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu
2011-12-05* signal.c (reserved_signal_p): static.nobu
2011-12-05* include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa
2011-12-05* ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa
2011-12-04* lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr
2011-12-04* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr
2011-12-04* lib/pp.rb: fix rdoc.ktsj
2011-12-04* lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-12-03* variable.c (set_const_visibility): print a warning when no argumentmame
2011-12-03* variable.c (set_const_visibility): Module#private_constant hasmame
2011-12-02* Makefile.in (CFLAGS): append ARCH_FLAG.nobu
2011-12-02* configure.in (UNIVERSAL_INTS): include short int. fix fornobu
2011-12-02* ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac.nobu
2011-12-02* configure.in: check whether -pie or -Wl,-pie is valid asnobu
2011-12-02* configure.in: use $linker_flag for LDFLAGS option which is notnobu
2011-12-02Revert r33926 "* configure.in: use $linker_flag for LDFLAGS option which is not"naruse
2011-12-02* configure.in: use $linker_flag for LDFLAGS option which is notnobu
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: 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-11-30* configure.in: add sys/prctl.h test.kosaki
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* 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* ext/psych/parser.c (parse): parse method can take an option filetenderlove
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-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* ChangeLog: fix some typos.nagachika
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