From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] Function parameters support
Date: Tue, 18 May 2010 19:20:52 +0200 [thread overview]
Message-ID: <4BF2CC74.7020305@gmail.com> (raw)
In-Reply-To: <AANLkTimHbtbED6Dn4AcmHFC-6qlpRppECjnW0YtMvwaB@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]
BVK Chaitanya wrote:
> On Wed, May 5, 2010 at 11:06 PM, Seth Goldberg <seth.goldberg@oracle.com> wrote:
>
>> This is a *great* start, but can you please add support for $* ...
>>
>>
>
> Support for $@, $* and their double quoted forms is added. Its
> available in people/bvk/func-params branch.
>
> One known bug is, "$@" currently expands to "" when no parameters are
> given which i don't want to fix, until somebody really needs it
> (because it needs to be handled as a special case).
>
> NOTE: As part of supporting $@, $* parameters, i had to rewrite
> arglist to argv conversion code, so patch become little big :(
>
>
Allocation leads to quadratic algorithm. Needs to be replaces with
doubling size every time.
Other than that discussed on IRC and approved into exp.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]
next prev parent reply other threads:[~2010-05-18 17:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-05 8:58 [PATCH] Function parameters support BVK Chaitanya
2010-05-05 17:36 ` Seth Goldberg
2010-05-07 6:14 ` BVK Chaitanya
2010-05-12 5:26 ` BVK Chaitanya
2010-05-12 5:35 ` Seth Goldberg
2010-05-18 17:20 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2010-05-19 12:40 ` BVK Chaitanya
2010-05-09 13:40 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-05-12 4:59 ` BVK Chaitanya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BF2CC74.7020305@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.