All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: merging of gettext branch
Date: Sun, 22 Nov 2009 00:18:35 +0100	[thread overview]
Message-ID: <4B08754B.5000108@gmail.com> (raw)
In-Reply-To: <20091121230904.GA29740@thorin>

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

Robert Millan wrote:
>> +  /*
>> +  Do we want .mo.gz files? Then, the code:
>> +  file = grub_gzio_open (io, 0); // 0: transparent
>> +  if (! file)
>> +    {
>> +      grub_printf("Problems opening the file\n");
>> +      grub_file_close (io);
>> +      return 0;
>> +    }
>> +  */
>>     
>
> Uhm I wonder if we could answer this question before the code is merged; what
> does everyone think about .mo.gz?
>
>   
If it doesn't hurt to support them, then we should.
BTW it's
  file = grub_gzfile_open (argv[0], 1);
actually. But what with seeking in .gz ? Is it efficient?

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



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

  reply	other threads:[~2009-11-21 23:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-21 21:27 merging of gettext branch Carles Pina i Estany
2009-11-21 21:33 ` Carles Pina i Estany
2009-11-21 22:00 ` Robert Millan
2009-11-21 22:14   ` Carles Pina i Estany
2009-11-21 23:09     ` Robert Millan
2009-11-21 23:18       ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2009-11-21 23:40         ` Robert Millan
2009-11-22 12:47           ` Carles Pina i Estany
2009-11-22 12:46       ` Carles Pina i Estany
2009-11-22 17:07         ` Carles Pina i Estany
2009-11-22 18:45           ` Carles Pina i Estany
2009-11-22 21:26             ` Robert Millan
2009-11-22 22:27               ` Carles Pina i Estany

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=4B08754B.5000108@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.