From e9166baef6e4fe75d48b5025d43b7a5669c3b263 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 Feb 2002 09:52:48 +0000 Subject: * parse.y (expr_value, arg_value, primary_value): value_expr() check in place. * eval.c (block_pass): "&nil" should clear block given. * dir.c (push_braces): remove MAXPATHLEN dependency. * dir.c (dir_s_globd): ditto. * dln.c (init_funcname): ditto. * dln.c (load_1): ditto. * dln.c (dln_load): ditto. * configure.in: add GNU/Hurd switches. * pack.c (pack_pack): allows comment in template strings. * pack.c (pack_unpack): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index b611e7c1c..83f5ffcc6 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,11 @@ +: Array#pack, String#unpack + + allows comment in template strings. + +: Array#pack, String#unpack + + new templates 'q' and 'Q' for 64bit integer (signed and unsigned respectively). + : Array#fill takes block to get the values to fill. -- cgit