9front - general discussion about 9front
 help / color / mirror / Atom feed
* plumber filename matching
@ 2013-10-29  4:13 Ethan Grammatikidis
  2013-10-29  4:27 ` [9front] " sl
  0 siblings, 1 reply; 3+ messages in thread
From: Ethan Grammatikidis @ 2013-10-29  4:13 UTC (permalink / raw)
  To: 9front

I'm planning to make small changes to /sys/lib/plumb/basic to match
filenames containing commas. (Currently they are ignored.) If anyone can
find a problem with this, please reply.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] plumber filename matching
  2013-10-29  4:13 plumber filename matching Ethan Grammatikidis
@ 2013-10-29  4:27 ` sl
  2013-10-29 22:52   ` Ethan Grammatikidis
  0 siblings, 1 reply; 3+ messages in thread
From: sl @ 2013-10-29  4:27 UTC (permalink / raw)
  To: 9front

> I'm planning to make small changes to /sys/lib/plumb/basic to match
> filenames containing commas. (Currently they are ignored.) If anyone can
> find a problem with this, please reply.

Can you post the proposed changes?

sl


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] plumber filename matching
  2013-10-29  4:27 ` [9front] " sl
@ 2013-10-29 22:52   ` Ethan Grammatikidis
  0 siblings, 0 replies; 3+ messages in thread
From: Ethan Grammatikidis @ 2013-10-29 22:52 UTC (permalink / raw)
  To: 9front

On Tue, Oct 29, 2013, at 04:27 AM, sl@9front.org wrote:
> > I'm planning to make small changes to /sys/lib/plumb/basic to match
> > filenames containing commas. (Currently they are ignored.) If anyone can
> > find a problem with this, please reply.
> 
> Can you post the proposed changes?

for each stanza containing "arg isfile":
for each line beginning "data matches":
add "," to the large range regexp.

for example:
data matches '[a-zA-Z¡-￿0-9_\-./]+'
would be changed to
data matches '[a-zA-Z¡-￿0-9_\-./,]+'

stanzas containing "arg isfile" have two such lines.
the comma will be added to both.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-29 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29  4:13 plumber filename matching Ethan Grammatikidis
2013-10-29  4:27 ` [9front] " sl
2013-10-29 22:52   ` Ethan Grammatikidis

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).