aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/lib/bigdecimal/math.rb: remove description aboutnaruse2012-03-051-1/+0
* * ext/date/date_strftime.c: reassigned some variables.tadf2012-03-031-35/+34
* * ext/date/date_{parse,strptime}.c [ruby-dev:45303].tadf2012-03-032-14/+15
* * ext/syck/rubyext.c (mktime_do): use ISDIGIT().nobu2012-03-022-2/+2
* * ext/date/date_core.c: reverted r34825.tadf2012-02-281-18/+17
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-281-1/+2
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-2/+2
* * ext/sdbm/_sdbm.c (fitpair): suppress shortening warnigns.nobu2012-02-271-2/+2
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): since methodsnobu2012-02-271-1/+1
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-277-45/+49
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-275-0/+15
* avoid rdoc's warnings.naruse2012-02-254-0/+13
* * ext/dbm/extconf.rb (headers): try ambiguous headers at last.akr2012-02-251-3/+3
* ad comment.akr2012-02-251-0/+9
* update comment.akr2012-02-251-0/+12
* suppress warnings.naruse2012-02-252-10/+8
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-256-5/+222
* * ext/curses/curses.c (Init_curses): use rb_define_const once forakr2012-02-252-23/+27
* * ext/curses/curses.c (Init_curses): make Curses::VERSIONakr2012-02-252-3/+3
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-24/+119
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-231-2/+89
* add comment.akr2012-02-231-1/+4
* * ext/dbm/extconf.rb: unused macro removed.akr2012-02-231-1/+0
* * ext/curses/rain.rb: trap SIGHUP, SIGINT, SIGQUIT and SIGTERM only.akr2012-02-231-1/+1
* * ext/dbm/extconf.rb: use DBM_SUFFIX only to detect header ofakr2012-02-231-6/+4
* * ext/curses/curses.c: use defined() to suppress a warning.akr2012-02-221-2/+2
* * ext/curses/extconf.rb: refactored.akr2012-02-221-19/+19
* * ext/curses/extconf.rb: try to distinguish curses_version is aakr2012-02-222-1/+46
* * ext/curses/extconf.rb: show the chosen header and library.akr2012-02-221-1/+4
* * ext/curses/extconf.rb: refactored.akr2012-02-221-20/+31
* * ext/dbm/extconf.rb: check DBM_SUFFIX for Mac OS X.akr2012-02-212-2/+9
* * ext/dbm/dbm.c (fdbm_initialize): disable Berkeley DB error messages.akr2012-02-212-0/+11
* * ext/curses/curses.c (Init_curses): use curses_version() forakr2012-02-211-1/+1
* update comment.akr2012-02-201-12/+18
* * ext/curses/extconf.rb: fold too long lines.akr2012-02-201-2/+10
* * ext/curses/curses.c (Init_curses): define Curses::VERSION.akr2012-02-201-0/+6
* * ext/curses/extconf.rb: restore $libs and $defs for eachakr2012-02-201-4/+22
* * ext/dbm/extconf.rb: weaken header/library consistency check if db isakr2012-02-201-1/+1
* * ext/dbm/extconf.rb: refine variable names.akr2012-02-201-14/+14
* * ext/dbm/extconf.rb: show header and library found.akr2012-02-191-0/+3
* * ext/dbm/dbm.c (Init_dbm): refine DBM::VERSION definition.akr2012-02-192-11/+22
* * ext/dbm/extconf.rb: detect GDBM's ndbm.h by testing dbm_clearerr isakr2012-02-182-3/+29
* * ext/dbm/extconf.rb: don't choose 'dbm' if _GDB_H_ is defined whichakr2012-02-181-0/+7
* * ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.akr2012-02-182-32/+68
* * ext/dbm/dbm.c (DBM::VERSION): define it by detecting _GDBM_H_ orakr2012-02-181-0/+4
* * ext/dbm/extconf.rb: remove dbm.akr2012-02-171-1/+1
* * ext/dbm/extconf.rb: refine header/libraty mismatch detection.akr2012-02-171-3/+42
* * ext/dbm/extconf.rb: don't check libdbm. It is not a ndbmakr2012-02-171-2/+1
* * ext/dbm/extconf.rb: refactored to split too long conditions.akr2012-02-161-26/+37
* * ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr2012-02-161-1/+2