summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-12-08* ext/extmk.rb (extract_makefile): need to sort the array of currentusa
2011-12-08* ChangeLog: fix typos.nagachika
2011-12-08* test/rexml/test_order.rb (OrderTester#test_more_ordering): useusa
2011-12-08* test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa
2011-12-08* ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa
2011-12-08* configure.in (RUBY_WERROR_FLAG): append all warning flags whichnobu
2011-12-07* doc/re.rdoc: Document difference between match and =~, options withdrbrain
2011-12-07* doc/re.rdoc: Fix example code to match documentation. Patch bydrbrain
2011-12-07* configure.in (rpath): fix typo in the help string. a patch fromnobu
2011-12-07* vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu
2011-12-07* ext/bigdecimal/bigdecimal.c: Document +@, -@, hash, INFINITY, Nan.drbrain
2011-12-07* io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]drbrain
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove
2011-12-06* ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr
2011-12-06* ext/dbm/extconf.rb: detect gdbm_version in libgdbm.akr
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