ruby/ext
tenderlove a7c2faebb0 merge revision(s) 33160,33381,33382,33383,33384,33385:
* ext/psych/lib/psych.rb: update psych version.
    * ext/psych/psych.gemspec: generate new gemspec for new version.

    * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.
    * ext/psych/lib/psych/nodes/node.rb: Rename `to_yaml` to just `yaml`
      in order to avoid YAML::ENGINE switching from replacing this method.
    * test/psych/helper.rb: fix tests for method name change.
    * test/psych/test_document.rb: ditto
    * test/psych/visitors/test_emitter.rb: ditto

    * ext/psych/lib/psych/scalar_scanner.rb: Match values against the
      floating point spec defined in YAML to avoid erronious parses.
    * test/psych/test_numeric.rb: corresponding test.

    * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can be
      constructed with a ScalarScanner.
    * ext/psych/lib/psych/visitors/yaml_tree.rb: ScalarScanner can be
      passed to the YAMLTree visitor.

    * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODING
      for 1.9.2 backwards compatibility.
    * ext/psych/lib/psych/visitors/yaml_tree.rb: Fix Date string
      generation for 1.9.2 backwards compatibility.

    * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged as
      ascii-8bit as binary in YAML.
    * test/psych/test_string.rb: corresponding test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-12-12 17:47:29 +00:00
..
-test- merge revision(s) 33256: 2011-09-12 11:41:30 +00:00
bigdecimal Merge commit r32996 from trunk: 2011-08-17 06:52:00 +00:00
continuation * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
coverage * ext/coverage/coverage.c: resurrect r32071 + add GC guard for 2011-07-04 15:55:06 +00:00
curses * ext/curses/curses.c: Clean up documentation. 2011-06-17 04:10:37 +00:00
date * backport r33106 from trunk. 2011-08-28 06:58:06 +00:00
dbm * enc/utf_16le.c: surpress warning: shorten-64-to-32. 2011-03-21 21:23:42 +00:00
digest * Backport r32950 from trunk. 2011-08-12 17:26:00 +00:00
dl * backport r32981 and r32982 from trunk. 2011-08-16 00:51:58 +00:00
etc * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
fcntl .cvsignore: have not been used already. [Bug #3468] 2010-08-07 05:43:21 +00:00
fiber * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
fiddle Merge commit r32895 from trunk: 2011-08-21 02:35:12 +00:00
gdbm * enc/utf_16le.c: surpress warning: shorten-64-to-32. 2011-03-21 21:23:42 +00:00
iconv * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil. 2010-12-03 23:50:13 +00:00
io * backport r32579, r32581, r32587 by akr and r32588 by kazu. 2011-07-20 22:11:56 +00:00
json merge revision(s) 33142: 2011-08-31 07:02:52 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf merge revision(s) 33225: 2011-09-08 12:18:41 +00:00
objspace * backport r32876 from trunk. 2011-08-07 05:18:22 +00:00
openssl merge revision(s) 33333: 2011-09-27 04:06:02 +00:00
pathname * backport r33086 from trunk. 2011-08-26 23:54:49 +00:00
psych merge revision(s) 33160,33381,33382,33383,33384,33385: 2011-12-12 17:47:29 +00:00
pty * backport r33086 from trunk. 2011-08-26 23:54:49 +00:00
racc/cparse .cvsignore: have not been used already. [Bug #3468] 2010-08-07 05:43:21 +00:00
readline * ext/readline/readline.c: Add examples for Readline.completion_proc=. 2011-07-22 04:54:09 +00:00
ripper * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
sdbm * ext/sdbm/init.c: parenthesize macro arguments. 2011-03-25 12:56:34 +00:00
socket * backport r32977 from trunk 2011-08-15 23:20:44 +00:00
stringio * ext/stringio/stringio.c (strio_read): return new string if nil 2011-08-20 01:43:26 +00:00
strscan * ext/strscan/strscan.c: parenthesize macro arguments. 2011-03-31 11:42:23 +00:00
syck Fix: r32043 may raise NameError. 2011-06-13 07:41:20 +00:00
syslog * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
tk * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw. 2011-06-29 14:11:19 +00:00
win32ole * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
zlib * backport r33023 from trunk. 2011-08-23 06:16:16 +00:00
.document * backport r32981 and r32982 from trunk. 2011-08-16 00:51:58 +00:00
extmk.rb * ext/extmk.rb (extmake): suppresses outputs from extconf.rb. 2011-07-03 14:44:59 +00:00
Setup * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
Setup.atheos * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.emx * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.nt * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00