From be6d215f674f3d148d3f80a0553e8b2aa6da51d7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 9 Mar 1998 15:28:08 -0300 Subject: BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty). --- bugs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index df6a0ef9..b1bee0fc 100644 --- a/bugs +++ b/bugs @@ -33,3 +33,7 @@ Tue Jan 27 17:12:36 EDT 1998 Wed Jan 28 14:48:12 EDT 1998 >> tables can become full of "emptys" slots, and keep growing without limits. +** lstrlib.c +Mon Mar 9 15:26:09 EST 1998 +>> gsub('a', '(b?)%1*' ...) loops (because the capture is empty). + -- cgit v1.2.3-55-g6feb