pkgsrc/shells/scsh/patches/patch-al
wiz 7adbff0fdf Update to 0.5.2, provided by Sean Doran in pkg/11142, with some minor
cleanup by me.
Changes: 'open-source', new char-sets and -operations, new regexp system,
some renaming (reduce-* -> *-fold), and lots of bugfixes.
2001-02-27 19:37:46 +00:00

12 lines
334 B
Text

$NetBSD: patch-al,v 1.1 2001/02/27 19:37:47 wiz Exp $
--- scsh/rx/packages.scm.orig Sun Oct 1 07:12:16 2000
+++ scsh/rx/packages.scm Sun Oct 1 07:12:33 2000
@@ -174,6 +174,7 @@
:boolean))
(sre->regexp (proc (:value) :value))
(regexp->sre (proc (:value) :value))
+ nonl-chars
)))