aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a test.akr2012-02-191-0/+4
* * ext/dbm/extconf.rb: show header and library found.akr2012-02-192-0/+7
* fix typoskazu2012-02-191-3/+3
* * ext/dbm/dbm.c (Init_dbm): refine DBM::VERSION definition.akr2012-02-193-11/+28
* revert r34691 and r34689nari2012-02-192-11/+4
* add assertions.akr2012-02-191-0/+5
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): check pag and dir isakr2012-02-192-0/+7
* * enc/mktable.c (ENC_INFO): constify to suppress warnings.nobu2012-02-191-1/+1
* * gc.c (gc_clear_mark_on_sweep_slots): remove a unused variable.nari2012-02-192-2/+4
* * gc.c (gc_clear_mark_on_sweep_slots): uses slot_sweep() fornari2012-02-192-2/+7
* * regparse.c: fix warnings.nobu2012-02-191-2/+1
* cosmetic change.akr2012-02-181-1/+1
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): check magic numbers.akr2012-02-182-1/+32
* * ext/dbm/extconf.rb: detect GDBM's ndbm.h by testing dbm_clearerr isakr2012-02-183-3/+34
* * regcomp.c, regexec.c: fix-up warnings.nobu2012-02-182-1/+3
* * 2012-02-19svn2012-02-181-2/+2
* * ext/dbm/extconf.rb: don't choose 'dbm' if _GDB_H_ is defined whichakr2012-02-182-0/+13
* * random.c: remove a duplicated comment.mrkn2012-02-182-2/+4
* simplify a test.akr2012-02-181-6/+6
* * ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.akr2012-02-183-32/+80
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): DBM::VERSION shouldakr2012-02-182-0/+8
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): test dbm file suffix.akr2012-02-182-0/+19
* * ext/dbm/dbm.c (DBM::VERSION): define it by detecting _GDBM_H_ orakr2012-02-182-0/+9
* * tool/enc-unicode.rb: don't use 1.9 feature on tools.naruse2012-02-182-4/+8
* * 2012-02-18svn2012-02-171-2/+2
* * lib/fileutils.rb: refactored FileUtil methods to use thetenderlove2012-02-175-201/+212
* * ext/dbm/extconf.rb: remove dbm.akr2012-02-172-1/+5
* * ext/dbm/extconf.rb: refine header/libraty mismatch detection.akr2012-02-172-3/+48
* * ext/dbm/extconf.rb: don't check libdbm. It is not a ndbmakr2012-02-172-2/+7
* * ChangeLog: removed duplicated entry.nobu2012-02-171-5/+0
* * properties.nobu2012-02-170-0/+0
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-1754-7827/+16470
* * enum.c (enum_each_slice): arrays to be yielded can be newlynobu2012-02-172-1/+5
* * enum.c: move work variables to objects not to let called blocksnobu2012-02-173-297/+374
* * tool/merger.rb: remove borders from the commit message which is usednaruse2012-02-172-1/+6
* * common.mk (btest, btest-ruby, test-sample test-knownbugs)nobu2012-02-172-10/+15
* * lib/mkmf.rb (create_header): log the content of header.nobu2012-02-172-3/+8
* * tool/transcode-tblgen.rb (import_ucm): don't use \h because thenaruse2012-02-173-5/+12
* * enum.c (id_lshift): use constant ID.nobu2012-02-162-7/+12
* * ext/dbm/extconf.rb: refactored to split too long conditions.akr2012-02-162-26/+41
* * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr2012-02-162-2/+8
* * 2012-02-17svn2012-02-161-2/+2
* * ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr2012-02-162-1/+7
* * insns.def (splatarray): make new array if flag is set.nobu2012-02-154-2/+17
* * 2012-02-16svn2012-02-151-2/+2
* lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.kazu2012-02-152-1/+5
* * ChangeLog: add ticket ref of r34629.nagachika2012-02-151-1/+1
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-156-1/+69
* fix a typokazu2012-02-151-1/+1
* * ext/fiddle/closure.c (callback): deal with unsinged integers.nobu2012-02-155-31/+80