ruby/ext
tenderlove 6b3bac29fe merge revision(s) r36583, r36458, r36414, r36103, r35690, r35681, r35658, r35657, r35655, r35492: [Backport #6815]
* ext/psych/lib/psych.rb: updated to released version.

    * ext/psych/psych.gemspec: ditto

    * ext/psych/emitter.c (initialize): allow a configuration object to be
      passed to the constructor so that mutation isn't required after
      instantiation.

    * ext/psych/lib/psych/handler.rb: add configuration object

    * ext/psych/lib/psych/visitors/emitter.rb: use configuration object if
      extra configuration is present.

    * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchors
      are properly referenced. Patched by Joe Rafaniello via Github:
        https://github.com/tenderlove/psych/pull/69
    * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto
    * test/psych/test_alias_and_anchor.rb: test for change

    * ext/psych/lib/psych.rb: bumping psych to 1.3.3
    * ext/psych/psych.gemspec: ditto

    * ext/psych/extconf.rb: Use an exception instaed of bare abort.

    * ext/psych/parser.c (transcode_string): fix encoding index names.
      Thanks markizko for reporting.

    * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with string
      subclass dumping and loading.

    * test/psych/test_array.rb: pertinent tests

    * test/psych/test_string.rb: ditto

    * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps to
      Psych::Omap objects rather than hashes. [Bug #6425]

    * test/psych/test_omap.rb: pertinent test.

    * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference to
      custom coders so that GC does not impact dumped yaml reference ids.

    * ext/psych/lib/psych/json/yaml_events.rb: implicit styles should not
      be changeable for JSON events.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-08-07 20:50:05 +00:00
..
-test- merge revision(s) 35595: [Backport #6446] 2012-05-25 01:40:58 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC, 2012-05-11 05:09:58 +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 merge revision(s) 36455: [Backport #6772] 2012-07-29 02:23:21 +00:00
date merge revision(s) 35002: [Backport #6135] 2012-03-30 05:15:10 +00:00
dbm merge revision(s) 34644: 2012-02-17 01:16:19 +00:00
digest * ext/digest/md5/extconf.rb: use pkg_config for openssl so that 2012-05-15 16:10:46 +00:00
dl merge revision(s) 36281: 2012-07-04 10:36:28 +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 revision(s) 34626,34627: 2012-02-15 21:31:16 +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 merge revision(s) 34917: 2012-03-06 03:48:34 +00:00
json Merge eacb6564c05ff7428bcbb3c34f72655b1b5d6ca3. 2012-04-16 11:15:31 +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 * ext/openssl/ossl_x509cert.c: Fix doc typo. 2012-03-31 03:12:47 +00:00
pathname Revert r36279; it breaks C API compatibility. 2012-07-03 15:38:58 +00:00
psych merge revision(s) r36583, r36458, r36414, r36103, r35690, r35681, r35658, r35657, r35655, r35492: [Backport #6815] 2012-08-07 20:50:05 +00:00
pty merge revision(s) 33468: 2012-01-03 01:00:23 +00:00
racc/cparse .cvsignore: have not been used already. [Bug #3468] 2010-08-07 05:43:21 +00:00
readline * remove trailing spaces. 2012-02-09 03:25:07 +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 * remove trailing spaces. 2012-02-09 03:25:07 +00:00
stringio merge revision(s) 34376: 2012-03-06 03:32:28 +00:00
strscan * ext/strscan/strscan.c: parenthesize macro arguments. 2011-03-31 11:42:23 +00:00
syck merge revision(s) 34908: 2012-03-06 02:43:21 +00:00
syslog merge revision(s) 35737: 2012-05-21 07:24:34 +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 merge revision(s) 34552: [Bug #6516] 2012-05-30 08:21: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