Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/regexp/readme

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Fix regexp bug I introduced back in July 2007.
Some pathological regular expressions will now
produce regexp overflow errors (safe, they just
won't execute properly) again, but common regexps
will now find the right matches when there is a
choice to be made.

This bug was causing the creation of /sys/src/9/port/systab.h
to fail.  After applying it and rebuilding libregexp, sed, 
sam, and acme, you can see that it worked by doing

	cd /sys/src/9/port; rc mksystab | grep SYSsys

and not getting any lines.  Right now you get

	cpu% cd /sys/src/9/port; rc mksystab | grep SYSsys
		[SYSR1]		SYSsysr1,
	cpu% 

Russ

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.