All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Pelletier <subdino2004@yahoo.fr>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: [PATCHv2] dprintf implementation
Date: Fri, 25 Feb 2005 12:52:44 +0100	[thread overview]
Message-ID: <421F118C.5000504@yahoo.fr> (raw)
In-Reply-To: <Pine.LNX.4.58.0502250913020.11536@youzen.ext.b2.fi>

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

dprintf patch, take 2.

grub_strword (string, word) : searches for word (a serie of
non-word-separators eventualy ended by word-separators) in string (a
succession of 0 or more words which can begin by word-separator(s))
grub_iswordseparator : matches any separator

Note : var="value1 value2" currently stores
"value1
in var, so I would advice using ',' for tests.

I hope this time nothing will be wrong with mime & '~'.

Vincent Pelletier

2005-02-25  Vincent Pelletier  <subdino2004@yahoo.fr>

	* include/grub/misc.h (grub_dprintf): New macro.
	(grub_real_dprintf): New prototype.
	(grub_strword): Likewise.
	(grub_iswordseparator): Likewise.
	* kern/misc.c (grub_real_dprintf): New function.
	(grub_strword): Likewise.
	(grub_iswordseparator): Likewise.


[-- Attachment #2: dprintf_2.diff --]
[-- Type: audio/x-mp3, Size: 3812 bytes --]

  reply	other threads:[~2005-02-25 12:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-21 21:04 [PATCH] dprintf implementation Vincent Pelletier
2005-02-23 23:11 ` Hollis Blanchard
2005-02-24  8:02   ` Vincent Pelletier
2005-02-24  8:49     ` Aki Tossavainen
2005-02-24 19:30     ` Yoshinori K. Okuji
2005-02-24 22:42       ` Vincent Pelletier
2005-02-25  0:18       ` Hollis Blanchard
2005-02-25  7:14         ` Aki Tossavainen
2005-02-25 11:52           ` Vincent Pelletier [this message]
2005-02-25 16:02             ` [PATCHv2] " Hollis Blanchard
2005-02-25 16:13               ` Aki Tossavainen
2005-02-25 16:41                 ` Hollis Blanchard
2005-02-25 17:12               ` Yoshinori K. Okuji
2005-02-25 18:04                 ` Vincent Pelletier
2005-02-25 18:58                   ` Yoshinori K. Okuji
2005-04-14  3:31                 ` Hollis Blanchard
2005-04-14  7:13                   ` Vincent Pelletier
2005-04-14 14:08                     ` Vincent Pelletier
2005-05-09  2:06                       ` Hollis Blanchard
2005-04-14 11:37                   ` Yoshinori K. Okuji

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=421F118C.5000504@yahoo.fr \
    --to=subdino2004@yahoo.fr \
    --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.