aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * file.c (file_path_convert): don't convert it when the path string isnaruse2011-12-093-1/+29
* * 2011-12-09svn2011-12-081-2/+2
* Silence stat redefinition warnings under win32luislavena2011-12-082-0/+6
* Generate temporary file in tmpdir.naruse2011-12-081-4/+12
* * variable.c (set_const_visibility): clear inine-cache when constant'snagachika2011-12-083-3/+38
* * ext/extmk.rb (extract_makefile): should sort after map, not beforeusa2011-12-082-1/+7
* update doc and add test for SystemExit.new.akr2011-12-082-2/+21
* * ext/extmk.rb (extract_makefile): need to sort the array of currentusa2011-12-082-1/+8
* * ChangeLog: fix typos.nagachika2011-12-081-2/+2
* Fix invalid test extension.naruse2011-12-081-1/+7
* * test/rexml/test_order.rb (OrderTester#test_more_ordering): useusa2011-12-082-1/+9
* * test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa2011-12-082-0/+7
* * ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa2011-12-082-0/+6
* * configure.in (RUBY_WERROR_FLAG): append all warning flags whichnobu2011-12-082-4/+11
* * doc/re.rdoc: Document difference between match and =~, options withdrbrain2011-12-072-2/+75
* * doc/re.rdoc: Fix example code to match documentation. Patch bydrbrain2011-12-072-3/+8
* Ignore generated files in ext/-test-/path_to_classdrbrain2011-12-070-0/+0
* * 2011-12-08svn2011-12-071-2/+2
* It is fixed in FreeBSD 9.0 RC3, not RC2.naruse2011-12-071-1/+1
* * configure.in (rpath): fix typo in the help string. a patch fromnobu2011-12-072-1/+7
* * vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu2011-12-073-6/+18
* * ext/bigdecimal/bigdecimal.c: Document +@, -@, hash, INFINITY, Nan.drbrain2011-12-072-0/+29
* * io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]drbrain2011-12-073-0/+63
* FreeBSD 9.0 RC2 fixes the bug.naruse2011-12-071-2/+2
* * 2011-12-07svn2011-12-061-2/+2
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-064-15/+136
* fix spaces.akr2011-12-061-3/+3
* * ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr2011-12-063-7/+20
* See the string "GDBM version".naruse2011-12-061-2/+2
* Fix copy and paste miss of r33960.naruse2011-12-061-2/+2
* Skip tests when the lib is with gdbm 1.8.0.naruse2011-12-061-4/+2
* * ext/dbm/extconf.rb: detect gdbm_version in libgdbm.akr2011-12-063-1/+55
* * range.c: Improve documentation for Range. Patch by Chris Zetter.drbrain2011-12-052-81/+122
* * 2011-12-06svn2011-12-051-2/+2
* Comment out tests which fails with GDBM-DBM compat mode.naruse2011-12-051-0/+6
* * regparse.c: fix typo.nobu2011-12-051-1/+1
* * regparse.c (PFETCH_READY): separate gcc specific trick.nobu2011-12-052-0/+9
* * process.c (proc_seteuid_m): fix argument.nobu2011-12-053-1/+21
* * ChangeLog: remove dup entry.nobu2011-12-051-8/+0
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-0514-23/+63
* * class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu2011-12-058-35/+24
* * common.mk (newline.c, miniprelude.c): use VPATH.nobu2011-12-051-2/+2
* * signal.c (reserved_signal_p): static.nobu2011-12-052-1/+6
* * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa2011-12-055-95/+102
* * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa2011-12-052-8/+9
* * 2011-12-05svn2011-12-041-2/+2
* * io.c: suppress unused-value warnings. fixup of r33937.nobu2011-12-041-4/+4
* * lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr2011-12-042-24/+6
* fix a typo.akr2011-12-041-1/+1
* * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr2011-12-042-1/+4