summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-08* ext/extmk.rb (extract_makefile): should sort after map, not beforeusa
2011-12-08update doc and add test for SystemExit.new.akr
2011-12-08* ext/extmk.rb (extract_makefile): need to sort the array of currentusa
2011-12-08* ChangeLog: fix typos.nagachika
2011-12-08Fix invalid test extension.naruse
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-07Ignore generated files in ext/-test-/path_to_classdrbrain
2011-12-07* 2011-12-08svn
2011-12-07It is fixed in FreeBSD 9.0 RC3, not RC2.naruse
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-07FreeBSD 9.0 RC2 fixes the bug.naruse
2011-12-06* 2011-12-07svn
2011-12-06* ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove
2011-12-06fix spaces.akr
2011-12-06* ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr
2011-12-06See the string "GDBM version".naruse
2011-12-06Fix copy and paste miss of r33960.naruse
2011-12-06Skip tests when the lib is with gdbm 1.8.0.naruse
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* 2011-12-06svn
2011-12-05Comment out tests which fails with GDBM-DBM compat mode.naruse
2011-12-05* regparse.c: fix typo.nobu
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* common.mk (newline.c, miniprelude.c): use VPATH.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* 2011-12-05svn
2011-12-04* io.c: suppress unused-value warnings. fixup of r33937.nobu
2011-12-04* lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr
2011-12-04fix a typo.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-04* 2011-12-04svn
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