aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-281-0/+1
* * ext/tk/tcltklib.c (eventloop_sleep): unused.nobu2011-11-271-0/+2
* * ext/openssl/extconf.rb: remove checks for available functions.emboss2011-11-262-15/+0
* * ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss2011-11-261-0/+1
* * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss2011-11-233-13/+13
* * ext/psych/lib/psych.rb: remove autoload from psychtenderlove2011-11-212-9/+3
* * ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu2011-11-201-1/+6
* * ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings.nobu2011-11-201-1/+1
* * ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings.nobu2011-11-201-17/+23
* * lib/pathname.rb (Pathname#find): return an enumerator ifakr2011-11-191-0/+3
* * ext/io/console/console.c (console_raw, console_set_raw)nobu2011-11-181-26/+65
* * ext/io/console/console.c (console_cooked, console_set_cooked):nobu2011-11-181-2/+56
* * ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531].akr2011-11-171-1/+1
* * ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove2011-11-171-1/+1
* * ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa2011-11-161-2/+0
* * ext/openssl/ossl_asn1.c: get rid of potential overflow.nobu2011-11-151-11/+11
* * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr2011-11-152-3/+3
* * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr2011-11-142-0/+2
* add comment.akr2011-11-141-2/+2
* * ext/-test-/num2int/num2int.c: should return valid values.nobu2011-11-141-0/+8
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+25
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-143-0/+88
* * ext/dbm/extconf.rb: use convertible_int.nobu2011-11-132-10/+3
* * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag afterakr2011-11-131-0/+1
* update comments.akr2011-11-132-2/+2
* * ext/dbm/extconf.rb: rollback for each headers for each libraries.akr2011-11-131-7/+5
* * ext/dbm/extconf.rb: treat libc as a choice for a library whichakr2011-11-131-2/+4
* * ext/dbm/extconf.rb: duplicate $libs and $defs when save them.akr2011-11-131-2/+2
* * ext/dbm/extconf.rb: rollback $libs and $defs when db detection isakr2011-11-131-0/+11
* * ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.nobu2011-11-121-2/+2
* update comment.akr2011-11-121-2/+2
* * ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbmakr2011-11-122-7/+2
* * ext/dbm/extconf.rb: db_prefix is not required now.akr2011-11-111-7/+4
* * ext/gdbm/gdbm.c (fgdbm_initialize): use GDBM_CLOEXEC if available.akr2011-11-111-0/+5
* * ext/dbm/extconf.rb: fix dbm_pagfno and dbm_dirfno detection withakr2011-11-111-3/+3
* add comment.akr2011-11-111-1/+1
* add comment.akr2011-11-101-0/+2
* * ext/dbm/extconf.rb: set DB_DBM_HSEARCH macro to check dbm_pagfno andnobu2011-11-101-4/+9
* * ext/dbm/extconf.rb: check for dsize as LONG_LONG.nobu2011-11-101-4/+6
* * ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext):drbrain2011-11-091-0/+8
* add comment.akr2011-11-091-1/+2
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove2011-11-083-20/+27
* * ext/dbm/dbm.c (fdbm_fetch, fdbm_key, fdbm_delete, fdbm_store)nobu2011-11-083-24/+80
* * ext/tk/tcltklib.c (rb_thread_critical): fix type.nobu2011-11-081-55/+59
* * ext/pty/pty.c (MasterDevice): define only when used.akr2011-11-081-64/+62
* * ext/-test-/old_thread_select/extconf.rb: ignore deprecatednobu2011-11-081-0/+3
* * ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flagnaruse2011-11-081-4/+4
* * ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn'tnaruse2011-11-081-2/+3
* * ext/gdbm/gdbm.c (fgdbm_initialize): set close-on-exec flag.akr2011-11-071-0/+4
* add comment.akr2011-11-071-0/+1