strlen

2018-02-02 Thread Martin Nilsson (Coppermist) @ Pike (-) developers forum
>Are there any plans to actually remove strlen? No.

strlen

2018-02-02 Thread Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
>https://pike.lysator.liu.se/generated/manual/modref/ex/predef_3A_3A/strlen.html >says that strlen is deprecated and that we are supposed to use sizeof >instead. At the same time, I see new Pike code beeing committed that >use strlen (282a8a93 by Grubba 2018-01-04, a5c5c7cd by Bill

strlen

2018-02-02 Thread ceder (-) Per Cederqvist @ Pike (-) developers forum
Oh. Right. Are there any plans to actually remove strlen? http://pike.lysator.liu.se/docs/man/chapter_3.html documents strlen without mentioning that it is deprecated. It also states that the return type of sizeof is string, which seems wrong.

strlen

2018-02-02 Thread ceder (-) Per Cederqvist @ Pike (-) developers forum
https://pike.lysator.liu.se/generated/manual/modref/ex/predef_3A_3A/strlen.html says that strlen is deprecated and that we are supposed to use sizeof instead. At the same time, I see new Pike code beeing committed that use strlen (282a8a93 by Grubba 2018-01-04, a5c5c7cd by Bill 2017-12-22