ruby/ext
nagachika b64a3e4120 merge revision(s) r42479,r42490,r42509,r43083,r43084,r43085: [Backport #8756] [Backport #9248]
* parse.y (rb_enc_symname_type): allow ID_ATTRSET for ID_INSTANCE,
	  ID_GLOBAL, ID_CLASS, ID_JUNK too.  [Bug #8756]

	* parse.y (rb_id_attrset): fix inconsistency with literals, allow
	  ID_ATTRSET and return it itself, but ID_JUNK cannot make ID_ATTRSET.
	  and raise a NameError instead of rb_bug() for invalid argument.

	* parse.y (rb_id_attrset, intern_str): allow junk attrset ID for
	  Struct.

	* parse.y (rb_id_attrset): check if the argument is valid type as an
	  attribute.

	* parse.y (rb_id_attrset): allow other than ID_ATTRSET.

	* parse.y (intern_str): ditto.  try stem ID for ID_INSTANCE,
	  ID_GLOBAL, ID_CLASS, ID_JUNK too.  [Bug #8756]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@44911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-11 14:55:00 +00:00
..
-test- merge revision(s) r42479,r42490,r42509,r43083,r43084,r43085: [Backport #8756] [Backport #9248] 2014-02-11 14:55:00 +00:00
bigdecimal merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +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 (Init_coverage): Change list format and 2011-10-10 21:06:39 +00:00
curses merge revision(s) 40117,40118,40333: [Backport #8222] 2013-04-19 17:39:44 +00:00
date merge revision(s) 44086,44126: [Backport #9221] 2013-12-20 18:48:49 +00:00
dbm remove trailing spaces. 2012-09-04 00:57:31 +00:00
digest extconf.rb: git rid of post-1.8 feature 2012-11-27 00:58:52 +00:00
dl merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
etc merge revision(s) 41558: [Backport #8561] 2013-06-22 15:05:31 +00:00
fcntl * ext/fcntl/fcntl.c: update document. use "file descriptor" instead 2013-01-28 03:34:43 +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) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
gdbm * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of 2012-02-27 01:50:27 +00:00
io * ext/io/console/io-console.gemspec: bump. [Backport #7891] 2013-02-24 07:58:55 +00:00
json merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf * remove trailing spaces. 2012-12-05 04:08:17 +00:00
objspace merge revision(s) 39817: [Backport #8116] 2013-04-14 15:22:58 +00:00
openssl merge revision(s) r44402: [Backport #9460] 2014-01-30 15:51:02 +00:00
pathname * ext/pathname/lib/pathname.rb: Hide private methods from RDoc. 2012-12-11 06:25:56 +00:00
psych merge revision(s) 39286,39287: 2013-03-04 14:43:08 +00:00
pty merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
racc/cparse merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
readline * ext/readline/extconf.rb, ext/readline/readline.c: check 2013-02-01 05:37:29 +00:00
ripper vpath.rb: hack for msys make 2013-01-20 13:24:31 +00:00
sdbm * ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438. 2012-07-18 14:09:59 +00:00
socket merge revision(s) r41215,r41216,r41217: [Backport #8627] [Backport #9506] 2014-02-09 16:22:25 +00:00
stringio * ext/stringio/stringio.c (strio_getline): fix not to raise TypeError 2012-12-27 12:21:17 +00:00
strscan merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
syslog merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
tk merge revision(s) r43923,r43925: [Backport #9181] 2014-02-02 12:51:14 +00:00
win32ole merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
zlib merge revision(s) 44569:44572,44576:44579,44581,44590:44594,44607,44608,44614,44615: 2014-01-19 16:28:53 +00:00
.document * ext/.document: Add missing ext modules to .document 2012-12-19 16:04:11 +00:00
extmk.rb merge revision(s) 40080,40081: [Backport #8209] 2013-08-03 14:08:18 +00:00
Setup * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.atheos * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.emx * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.nacl * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.nt * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00