BVK Chaitanya wrote:
> On Wed, May 5, 2010 at 11:06 PM, Seth Goldberg <seth.goldb...@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: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to