diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -90,3 +90,9 @@ Fri Apr 30 11:10:20 EST 1999 | |||
90 | >> '$' at end of pattern was matching regular '$', too. | 90 | >> '$' at end of pattern was matching regular '$', too. |
91 | (by anna) | 91 | (by anna) |
92 | 92 | ||
93 | ** lbuiltin.c | ||
94 | Fri May 21 17:15:11 EST 1999 | ||
95 | >> foreach, foreachi, foreachvar points to function in stack when stack | ||
96 | can be reallocated. | ||
97 | (by tomas) | ||
98 | |||