mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Steffen Nurpmeso <steffen@sdaoden.eu>
To: Rich Felker <dalias@libc.org>
Cc: musl@lists.openwall.com
Subject: Re: Regex: behaviour of ? after () atom
Date: Fri, 07 Sep 2018 18:22:15 +0200	[thread overview]
Message-ID: <20180907162215.wcMZu%steffen@sdaoden.eu> (raw)
In-Reply-To: <20180907160847.GN1878@brightrain.aerifal.cx>

Rich Felker wrote in <20180907160847.GN1878@brightrain.aerifal.cx>:
 |On Fri, Sep 07, 2018 at 06:00:46PM +0200, Steffen Nurpmeso wrote:
 |> Rich Felker wrote in <20180907153302.GM1878@brightrain.aerifal.cx>:
 |>|On Fri, Sep 07, 2018 at 05:25:17PM +0200, Steffen Nurpmeso wrote:
 |>|> Rich Felker wrote in <20180907151821.GL1878@brightrain.aerifal.cx>:
 |>|>|On Fri, Sep 07, 2018 at 03:38:05PM +0200, Steffen Nurpmeso wrote:
 ...
 |Your stopping condition is just wrong -- you're stopping after seeing
 |that the first subexpression does not match anything, and failing to
 |inspect the others. If you get rid of that stopping condition and
 |add code to print the rest, you'll see (each line is i, rm_so, rm_eo):
 |
 |1 -1 -1
 |2 0 5
 |3 5 9
 |4 -1 -1
 |5 -1 -1
 |6 -1 -1
 |...

I see.  Indeed.  And no other bug to report somewhere else just as
last time, sorry for the noise.

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)


      reply	other threads:[~2018-09-07 16:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-07 13:38 Steffen Nurpmeso
2018-09-07 15:18 ` Rich Felker
2018-09-07 15:25   ` Steffen Nurpmeso
2018-09-07 15:33     ` Rich Felker
2018-09-07 16:00       ` Steffen Nurpmeso
2018-09-07 16:08         ` Rich Felker
2018-09-07 16:22           ` Steffen Nurpmeso [this message]

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=20180907162215.wcMZu%steffen@sdaoden.eu \
    --to=steffen@sdaoden.eu \
    --cc=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).