aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-071-4/+35
* * ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove2010-07-062-5/+12
* * io/console/console.c (winsize_row): should return actual screenusa2010-07-061-1/+1
* * ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove2010-07-051-2/+6
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove2010-07-051-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove2010-07-051-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove2010-07-052-17/+17
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn2010-07-032-1/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove2010-07-033-13/+35
* * ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove2010-07-031-2/+2
* * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD.tarui2010-06-291-0/+1
* * ext/fiddle/fiddle.h: fixed typo.nobu2010-06-281-2/+2
* * ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffitenderlove2010-06-281-0/+49
* * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui2010-06-251-2/+2
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaroundakr2010-06-231-20/+21
* * ext/socket/raddrinfo.c (str_is_number): renamed from str_isnumber toakr2010-06-231-4/+4
* * ext/socket/raddrinfo.c: don't use __P.akr2010-06-231-1/+1
* * ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64suke2010-06-231-3/+8
* add a comment.akr2010-06-231-0/+1
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr2010-06-231-0/+27
* * ext/pty: moved documents and samples to the appropriate places.nobu2010-06-237-380/+0
* * NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu2010-06-233-31/+46
* Clean warnings: unused variables.naruse2010-06-231-1/+1
* * ext/socket/lib/socket.rb: suppress warnings.akr2010-06-221-2/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove2010-06-181-4/+4
* * ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.mame2010-06-151-1/+2
* * ext/fiddle/extconf.rb: De Morgan's laws.eban2010-06-151-1/+1
* * ext/fiddle/extconf.rb: use pkg_config to find ffi.h.eban2010-06-151-1/+1
* * ext/fiddle/closure.c (dealloc): refix workaround r28300.naruse2010-06-131-7/+7
* * ext/dl/lib/dl.rb: don't require when already loaded.naruse2010-06-121-1/+1
* * ext/fiddle/closure.c (dealloc): workaround fix for libffi'snaruse2010-06-121-0/+4
* * ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu2010-06-111-10/+4
* * ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.mame2010-06-111-3/+7
* * ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse2010-06-111-2/+2
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu2010-06-041-1/+4
* * ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu2010-06-031-0/+7
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu2010-06-032-12/+2
* * ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa2010-06-031-1/+1
* * ext/tk/lib/tk.rb: fix typo and race condition.nagai2010-06-021-4/+9
* * ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove2010-06-021-1/+1
* * ext/readline/extconf.rb: reject GPLv3 readline. [ruby-dev:39172]naruse2010-05-311-1/+7
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-314-120/+573
* * ext/nkf/nkf-utf8/nkf.c: updated to b856dd07.naruse2010-05-301-6/+6
* * ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame2010-05-291-0/+1
* update doc.akr2010-05-251-0/+2
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+1
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-226-19/+50
* * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu2010-05-211-3/+3
* * ext/syck/implicit.c (YYFILL): suppress warnings.nobu2010-05-211-1/+1
* * suppress warnings.nobu2010-05-217-30/+32