aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_truncate): fix typo. patched bynobu2011-12-121-1/+1
* * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]ktsj2011-12-111-1/+1
* * ext/extmk.rb (extract_makefile): should sort after map, not beforeusa2011-12-081-1/+1
* * ext/extmk.rb (extract_makefile): need to sort the array of currentusa2011-12-081-1/+1
* Fix invalid test extension.naruse2011-12-081-1/+7
* * ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa2011-12-081-0/+1
* * ext/bigdecimal/bigdecimal.c: Document +@, -@, hash, INFINITY, Nan.drbrain2011-12-071-0/+24
* * io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]drbrain2011-12-071-0/+28
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-062-14/+50
* fix spaces.akr2011-12-061-3/+3
* * ext/dbm/dbm.c: use db_version() instead of DB_VERSION_STRING forakr2011-12-062-7/+12
* * ext/dbm/extconf.rb: detect gdbm_version in libgdbm.akr2011-12-062-1/+48
* * 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