All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: REG_EXTENDED (was Re: Release of 2.00~rc1)
Date: Mon, 25 Jun 2012 11:12:13 +0200	[thread overview]
Message-ID: <4FE82B6D.4010906@gmail.com> (raw)
In-Reply-To: <4FE75CDD.4090502@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1738 bytes --]

On 24.06.2012 20:30, Vladimir 'φ-coder/phcoder' Serbinenko wrote:

> On 24.06.2012 09:29, Robert Mabee wrote:
> 
>> On 06/23/2012 04:59 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>>> Hello, all. I'm proud to introduce 2.00~rc1 to you.
>>> It's available as
>>> ftp://alpha.gnu.org/gnu/grub/grub-2.00~rc1.tar.gz
>>> or
>>> ftp://alpha.gnu.org/gnu/grub/grub-2.00~rc1.tar.xz
>>> As far as I'm aware all issues have been either postponed or resolved
>>> correctly, so I'll release 2.00 on Monday. Give ~rc1 a spin over the
>>> weekend and report any issues.
>>>
>> Missed this one, where the symbol belongs to some other interface,
>> but has a value close enough to require an insane test (a filename
>> containing a newline) to get incorrect results:
>>
> 
> It wasn't presented as something that fixed any real issue but something
> that would be just cleaner. Dangerous cleanups aren't appropriate for
> freeze time. Please be more precise about the real issues.
> 

Please be more exact as to why this patch is needed.

>> === modified file 'grub-core/commands/wildcard.c'
>> --- old/grub-core/commands/wildcard.c 2012-06-08 20:54:21 +0000
>> +++ new/grub-core/commands/wildcard.c 2012-06-24 06:55:33 +0000
>> @@ -153,7 +153,7 @@
>> buffer[i] = '\0';
>> grub_dprintf ("expand", "Regexp is %s\n", buffer);
>>
>> - if (regcomp (regexp, buffer, RE_SYNTAX_GNU_AWK))
>> + if (regcomp (regexp, buffer, REG_EXTENDED))
>> {
>> grub_free (buffer);
>> return 1;
>>
>>
>> _______________________________________________
>> Grub-devel mailing list
>> Grub-devel@gnu.org
>> https://lists.gnu.org/mailman/listinfo/grub-devel
> 
> 
> 



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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

  reply	other threads:[~2012-06-25  9:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-23 20:59 Release of 2.00~rc1 Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-23 21:30 ` Aleš Nesrsta
2012-06-23 21:57   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-24  7:29 ` Robert Mabee
2012-06-24 18:30   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-25  9:12     ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2012-06-25 18:23   ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-26  2:16     ` Robert Mabee
2012-06-26  2:46       ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-27  4:40         ` Robert Mabee
2012-06-25 14:29 ` David Cantrell
2012-06-26 18:27 ` Bruce Dubbs
2012-06-26 20:03   ` Vladimir 'φ-coder/phcoder' Serbinenko

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=4FE82B6D.4010906@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.