diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,3 +33,7 @@ Tue Jan 27 17:12:36 EDT 1998 | |||
33 | Wed Jan 28 14:48:12 EDT 1998 | 33 | Wed Jan 28 14:48:12 EDT 1998 |
34 | >> tables can become full of "emptys" slots, and keep growing without limits. | 34 | >> tables can become full of "emptys" slots, and keep growing without limits. |
35 | 35 | ||
36 | ** lstrlib.c | ||
37 | Mon Mar 9 15:26:09 EST 1998 | ||
38 | >> gsub('a', '(b?)%1*' ...) loops (because the capture is empty). | ||
39 | |||