<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/plumb, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>all: remove need for `-fcommon`</title>
<updated>2025-07-25T16:25:11+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2025-07-23T10:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=156e745be9f6a1b19b0f8e2a931148786d7acad4'/>
<id>156e745be9f6a1b19b0f8e2a931148786d7acad4</id>
<content type='text'>
Use `extern` where appropriate so that we can remove `-fcommon`
on macOS and others.  On macOS, `-fcommon` generates a number of
linker warnings.

I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD
and illumos.  I am not in a position to test on AIX or other
more esoteric platforms, however.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use `extern` where appropriate so that we can remove `-fcommon`
on macOS and others.  On macOS, `-fcommon` generates a number of
linker warnings.

I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD
and illumos.  I am not in a position to test on AIX or other
more esoteric platforms, however.
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: increase NMATCHSUBEXP up to 100</title>
<updated>2023-03-31T12:17:47+00:00</updated>
<author>
<name>Igor Burago</name>
<email>igor@igorburago.com</email>
</author>
<published>2023-03-30T16:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=727ce0e1235dec1fec65ab2b95469d5a276d006e'/>
<id>727ce0e1235dec1fec65ab2b95469d5a276d006e</id>
<content type='text'>
Thus up to two-digit subexpression match variables are supported
($1 through $99) in addition to the entire expression match ($0).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thus up to two-digit subexpression match variables are supported
($1 through $99) in addition to the entire expression match ($0).
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: use strtoul to parse subexpression match variable substitutions</title>
<updated>2023-03-30T14:44:30+00:00</updated>
<author>
<name>Igor Burago</name>
<email>igor@igorburago.com</email>
</author>
<published>2022-10-11T18:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=a4d35dc3fde82457d1998c89aec8127914913b61'/>
<id>a4d35dc3fde82457d1998c89aec8127914913b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: increase NMATCHSUBEXP up to libregexp's NSUBEXP</title>
<updated>2023-03-30T14:44:30+00:00</updated>
<author>
<name>Igor Burago</name>
<email>igor@igorburago.com</email>
</author>
<published>2022-07-28T09:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=0790296f7313acc91cff47286e4f156304b2161c'/>
<id>0790296f7313acc91cff47286e4f156304b2161c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: allow multi-digit subexpression match variable substitutions</title>
<updated>2023-03-30T14:44:30+00:00</updated>
<author>
<name>Igor Burago</name>
<email>igor@igorburago.com</email>
</author>
<published>2022-07-27T09:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=6c0efecd1303f22f86194d6eee7038651582f086'/>
<id>6c0efecd1303f22f86194d6eee7038651582f086</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: parametrize the number of stored match pattern subexpressions</title>
<updated>2023-03-30T14:44:30+00:00</updated>
<author>
<name>Igor Burago</name>
<email>igor@igorburago.com</email>
</author>
<published>2022-07-27T08:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=760cf867056b1ef1ca2bf23dbe477d066e6562fb'/>
<id>760cf867056b1ef1ca2bf23dbe477d066e6562fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: allow underscores in variable names in plumbing rules</title>
<updated>2022-09-07T13:31:36+00:00</updated>
<author>
<name>Igor Burago</name>
<email>ib@iburago.org</email>
</author>
<published>2022-07-29T13:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=29fae81fb76c854f41b493ab6c8a67e2ae834a58'/>
<id>29fae81fb76c854f41b493ab6c8a67e2ae834a58</id>
<content type='text'>
Fixes #561.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #561.
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: set match variables past the first non-matching subexpression</title>
<updated>2022-09-07T13:30:40+00:00</updated>
<author>
<name>Igor Burago</name>
<email>ib@iburago.org</email>
</author>
<published>2022-07-27T07:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4f801be05521d52e3e5a43b3ed4b4a1206ed871e'/>
<id>4f801be05521d52e3e5a43b3ed4b4a1206ed871e</id>
<content type='text'>
Fixes #563.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #563.
</pre>
</div>
</content>
</entry>
<entry>
<title>plumber: fail on buffer exhaustion or runaway quotes in string expansion</title>
<updated>2022-09-06T17:21:23+00:00</updated>
<author>
<name>Igor Burago</name>
<email>ib@iburago.org</email>
</author>
<published>2022-08-16T12:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e4b913866b759d4744b8636ac73a8775447dd28e'/>
<id>e4b913866b759d4744b8636ac73a8775447dd28e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libthread: add threadmaybackground</title>
<updated>2020-12-30T05:12:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-12-30T05:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b3a20a96eb2b91a5b0b8a8fb506e20a2fb50ebe8'/>
<id>b3a20a96eb2b91a5b0b8a8fb506e20a2fb50ebe8</id>
<content type='text'>
Programs that want to background themselves now need
to define threadmaybackground returning 1.
This avoids a confusing (to people and debuggers)
extra parent process for all the threaded programs
that will never want to background themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Programs that want to background themselves now need
to define threadmaybackground returning 1.
This avoids a confusing (to people and debuggers)
extra parent process for all the threaded programs
that will never want to background themselves.
</pre>
</div>
</content>
</entry>
</feed>
