summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-07-08* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove
2010-07-08* ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove
2010-07-08* ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove
2010-07-07* ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove
2010-07-07* ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove
2010-07-07* ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu
2010-07-06* ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove
2010-07-06* io/console/console.c (winsize_row): should return actual screenusa
2010-07-05* ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove
2010-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove
2010-07-05* ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove
2010-07-05* ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove
2010-07-03* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn
2010-07-03* ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove
2010-07-03* ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove
2010-06-29 * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD.tarui
2010-06-28* ext/fiddle/fiddle.h: fixed typo.nobu
2010-06-28* ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffitenderlove
2010-06-25 * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui
2010-06-23* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaroundakr
2010-06-23* ext/socket/raddrinfo.c (str_is_number): renamed from str_isnumber toakr
2010-06-23* ext/socket/raddrinfo.c: don't use __P.akr
2010-06-23* ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64suke
2010-06-23add a comment.akr
2010-06-23* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr
2010-06-23* ext/pty: moved documents and samples to the appropriate places.nobu
2010-06-23* NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu
2010-06-23Clean warnings: unused variables.naruse
2010-06-22* ext/socket/lib/socket.rb: suppress warnings.akr
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove
2010-06-15* ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.mame
2010-06-15* ext/fiddle/extconf.rb: De Morgan's laws.eban
2010-06-15* ext/fiddle/extconf.rb: use pkg_config to find ffi.h.eban
2010-06-13* ext/fiddle/closure.c (dealloc): refix workaround r28300.naruse
2010-06-12* ext/dl/lib/dl.rb: don't require when already loaded.naruse
2010-06-12* ext/fiddle/closure.c (dealloc): workaround fix for libffi'snaruse
2010-06-11* ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu
2010-06-11* ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.mame
2010-06-11* ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse
2010-06-04* ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu
2010-06-03* ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu
2010-06-03* ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu
2010-06-03* ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa
2010-06-02* ext/tk/lib/tk.rb: fix typo and race condition.nagai
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-05-31* ext/readline/extconf.rb: reject GPLv3 readline. [ruby-dev:39172]naruse
2010-05-31* ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai
2010-05-30* ext/nkf/nkf-utf8/nkf.c: updated to b856dd07.naruse
2010-05-29* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame
2010-05-25update doc.akr