grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Function parameters support


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH] Function parameters support
Date: Tue, 18 May 2010 19:20:52 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)

BVK Chaitanya wrote:
> On Wed, May 5, 2010 at 11:06 PM, Seth Goldberg <address@hidden> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]