Query
Thursday 28 October 2004
2004-10-28 21:15:08 (2 decades ago) by Martin Stjernholm <mast@lysator.liu.se>
- pike/src/docode.c (cvsrev: 1.175) (+6/-2)(8 lines)
branch: 7.6
Disabled the foreach (x[start..], y) optimization since it's buggy and
never kicks in anyway (fixed properly in 7.7).
- pike/src/docode.c (cvsrev: 1.180) (+11/-8)(19 lines)
branch: 7.9
Fixed the foreach (x[start..], y) optimization so that it actually
kicks in.