aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-171-1/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn2010-11-161-1/+1
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-1/+1
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-14/+7
* * ext/iconv/iconv.c (warn_deprecated): show caller position.nobu2010-11-111-1/+25
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-111-0/+13
* * lib/mkmf.rb (try_func): accept variable address.nobu2010-11-111-2/+8
* * fix type warnings.nobu2010-11-115-20/+20
* * ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize): an optionaltenderlove2010-11-051-3/+16
* * ext/fiddle/extconf.rb: fixing ffi library location on windows.tenderlove2010-11-041-1/+1
* * ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove2010-11-022-9/+6
* * ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove2010-11-021-10/+11
* * ext/socket/extconf.rb: win64 is just same with win32 about socket.usa2010-11-011-1/+1
* * ext/fiddle/closure.c (fiddle_closure): embed cif not referencenobu2010-10-301-5/+3
* * ext/objspace/objspace.c (memsize_of): take care ofko12010-10-291-0/+3
* * ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko12010-10-281-13/+28
* * ext/objspace/objspace.c (memsize_of): fix rdoc.ko12010-10-271-3/+53
* * ext/iconv/iconv.c (Init_iconv): warn deprecated use.nobu2010-10-271-0/+1
* * ext/dbm/dbm.c: rdoc based on a patch by mathew meta ATnobu2010-10-201-1/+279
* Commit miss.nobu2010-10-191-131/+0
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-0/+131
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-181-0/+8
* * ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936suke2010-10-161-2/+2
* * ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using commandnobu2010-10-162-7/+13
* * ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, suke2010-10-151-3/+10
* * ext/win32ole/win32ole.c (reg_get_val): expand environment in suke2010-10-141-1/+8
* * ext/syck/rubyext.c (struct mktime_arg): constified.nobu2010-10-121-11/+14
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-7/+9
* * ext/socket/init.c (rsock_init_sock): conditionally used variable.nobu2010-10-121-1/+1
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-2/+3
* * ext/stringio/stringio.c (strio_set_encoding):naruse2010-10-101-5/+17
* * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse2010-10-041-1/+1
* * ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):mrkn2010-09-291-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit):mrkn2010-09-291-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode):mrkn2010-09-291-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2,usa2010-09-291-5/+5
* * ext/openssl/ossl_config.c (parse_config): remove dead declaration.nobu2010-09-291-2/+0
* * ext/bigdecimal/bigdecimal.c (VPrint, VpToString): fix format.nobu2010-09-291-2/+2
* * ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest),wanabe2010-09-264-5/+5
* * ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppresswanabe2010-09-231-5/+5
* * ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr2010-09-212-10/+12
* * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr2010-09-202-4/+1
* * ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):mrkn2010-09-191-3/+3
* * ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr2010-09-182-13/+26
* * ext/bigdecimal/bigdecimal.c (check_rounding_mode): added formrkn2010-09-181-61/+112
* * ext/bigdecimal/bigdecimal.c: fix rounding algorithms for half-downmrkn2010-09-181-54/+111
* * ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr2010-09-182-13/+22
* * ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr2010-09-162-4/+13
* * ext/etc/extconf.rb: use expanded sysconfdir with empty DESTDIR.nobu2010-09-151-1/+1
* * ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr2010-09-152-3/+10