summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-12-02* ext/json/lib/json/add/rails.rb: removed.naruse
2010-12-02* ext/extmk.rb: remove $makeflags.defined?, it should be $mflags.naruse
2010-12-02* ext/json/generator/extconf.rb: remove the lines which set -O3naruse
2010-12-02* ext/extmk.rb: define $makeflags.defined? like $mflags.naruse
2010-12-01* ext/io/console/console.c (setattr): should retry on EINTR.nobu
2010-12-01* ext/json/lib/json/common.rb: don't use iconv on 1.9.naruse
2010-12-01* ext/json: Update github/flori/json from 1.4.2+ tonaruse
2010-11-29Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain
2010-11-25* ext/dl/callback/mkcallback.rb (gencallback): shouldn't assume thatusa
2010-11-17* lib/mkmf.rb (create_makefile): make extension libraries messagesnobu
2010-11-16* ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn
2010-11-14* etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove
2010-11-12* Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu
2010-11-11* ext/iconv/iconv.c (warn_deprecated): show caller position.nobu
2010-11-11* common.mk: hide long command lines by default. verbose-mode isnobu
2010-11-11* lib/mkmf.rb (try_func): accept variable address.nobu
2010-11-11* fix type warnings.nobu
2010-11-05* ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize): an optionaltenderlove
2010-11-04* ext/fiddle/extconf.rb: fixing ffi library location on windows.tenderlove
2010-11-02* ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove
2010-11-02* ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove
2010-11-01* ext/socket/extconf.rb: win64 is just same with win32 about socket.usa
2010-10-30* ext/fiddle/closure.c (fiddle_closure): embed cif not referencenobu
2010-10-29* ext/objspace/objspace.c (memsize_of): take care ofko1
2010-10-28* ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko1
2010-10-27* ext/objspace/objspace.c (memsize_of): fix rdoc.ko1
2010-10-27* ext/iconv/iconv.c (Init_iconv): warn deprecated use.nobu
2010-10-20* ext/dbm/dbm.c: rdoc based on a patch by mathew meta ATnobu
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-18* ext/digest/digest.c (rb_digest_class_init): Defineknu
2010-10-16* ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936suke
2010-10-16* ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using commandnobu
2010-10-15* ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, suke
2010-10-14* ext/win32ole/win32ole.c (reg_get_val): expand environment in suke
2010-10-12* ext/syck/rubyext.c (struct mktime_arg): constified.nobu
2010-10-12* configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu
2010-10-12* ext/socket/init.c (rsock_init_sock): conditionally used variable.nobu
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-10-10* ext/stringio/stringio.c (strio_set_encoding):naruse
2010-10-04* ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse
2010-09-29* ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):mrkn
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit):mrkn
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode):mrkn
2010-09-29* ext/bigdecimal/bigdecimal.c (BigDecimal_div2, BigDecimal_add2,usa
2010-09-29* ext/openssl/ossl_config.c (parse_config): remove dead declaration.nobu
2010-09-29* ext/bigdecimal/bigdecimal.c (VPrint, VpToString): fix format.nobu
2010-09-26* ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest),wanabe
2010-09-23* ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppresswanabe
2010-09-21* ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr