pike -V7.0 removes Stdio.read_bytes() but does not readd the global read_bytes().
There's not global efun read_bytes() in Pike 7.0. It seems however that the Pike 7.4 compat Stdio module didn't compile.
/ Henrik Grubbström (Lysator)
Previous text:
2004-04-11 19:03: Subject: read_bytes regression
pike -V7.0 removes Stdio.read_bytes() but does not readd the global read_bytes().
/ Peter Bortas (Kein Paket!)
Correct. The module hit by the regression used import Stdio.
/ Peter Bortas (Kein Paket!)
Previous text:
2004-04-12 14:40: Subject: read_bytes regression
There's not global efun read_bytes() in Pike 7.0. It seems however that the Pike 7.4 compat Stdio module didn't compile.
/ Henrik Grubbström (Lysator)
pike-devel@lists.lysator.liu.se