aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa2011-12-052-2/+3
* * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa2011-12-051-8/+0
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-0/+8
* * ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac.nobu2011-12-021-6/+8
* * ext/socket/extconf.rb: get rid of warnings bynobu2011-12-011-4/+5
* * ext/socket/extconf.rb: add arguments for macro calls.nobu2011-12-011-6/+6
* * ext/bigdecimal/bigdecimal.h (Real): suppress false warning fromnobu2011-12-011-1/+7
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-302-0/+15
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-2/+2
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-8/+11
* Don't break tests.naruse2011-11-291-2/+2
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-2/+2
* * 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