Skip to content

Commit

Permalink
* ext/syck: removed. Fixes [ruby-core:43360]
Browse files Browse the repository at this point in the history
* test/syck: removed.

* lib/yaml.rb: only require psych, show a warning if people try to set
  the engine to syck.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
tenderlove committed Aug 22, 2012
1 parent b8910f3 commit 5571c73
Show file tree
Hide file tree
Showing 57 changed files with 33 additions and 18,722 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Thu Aug 23 02:37:35 2012 Aaron Patterson <aaron@tenderlovemaking.com>

* ext/syck: removed. Fixes [ruby-core:43360]

* test/syck: removed.

* lib/yaml.rb: only require psych, show a warning if people try to set
the engine to syck.

Thu Aug 23 01:46:53 2012 Aaron Patterson <aaron@tenderlovemaking.com>

* insns.def: search up the cf stack for an object that is an instance
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ with all sufficient information, see the ChangeLog file.
private key to PEM with a password - it has to be at least four characters
long.

* yaml
* Syck has been removed. YAML now completely depends on libyaml being
installed.

=== Language changes

* Added %i and %I for symbol list creation (similar to %w and %W).
Expand Down
1 change: 0 additions & 1 deletion ext/Setup
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#socket
#stringio
#strscan
#syck
#syslog
#tk
#win32ole
Expand Down
1 change: 0 additions & 1 deletion ext/Setup.atheos
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ sdbm
socket
stringio
strscan
syck
syslog
#tk
#win32ole
Expand Down
1 change: 0 additions & 1 deletion ext/Setup.emx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ racc/cparse
socket
stringio
strscan
#syck
#syslog
#tk
#win32ole
Expand Down
1 change: 0 additions & 1 deletion ext/Setup.nacl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
# #socket
# stringio
# strscan
# syck
# #syslog
# #tk
# #tk/tkutil
Expand Down
1 change: 0 additions & 1 deletion ext/Setup.nt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ sdbm
socket
stringio
strscan
syck
#syslog
#tk
win32ole
Expand Down
Loading

0 comments on commit 5571c73

Please sign in to comment.