Query
Wednesday 28 October 2020
2020-10-28 14:06:21 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/buffer.cmod (+84/-0)(84 lines)
branch: 8.0
Stdio.Buffer [search]: Support searching for substrings.
- pike/src/modules/_Stdio/buffer.cmod (+4/-3)(7 lines)
branch: 8.0
Stdio.Buffer [search]: _search() now behaves as documented.
Return UNDEFINED instead of -1 on failure (as -1 is a valid result).
- pike/src/modules/_Stdio/buffer.cmod (+19/-4)(23 lines)
branch: 8.0
Stdio.Buffer [search]: Support specifying the end position.
It is now possible to inform the Stdio.Buffer lfun::_search() that
it shouldn't scan past a certain position.
Also removes an unused variable.
Monday 17 October 2016
2016-10-17 12:51:25 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/buffer.cmod (+84/-0)(84 lines)
branch: 8.1
Stdio.Buffer [search]: Support searching for substrings.
Sunday 16 October 2016
2016-10-16 11:11:29 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/builtin.cmod (+52/-0)(52 lines)
branch: 8.1
String.Buffer [search]: Added lfun::_search().
Saturday 15 October 2016
2016-10-15 14:12:03 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/builtin.cmod (+2/-0)(2 lines)
branch: 8.1
String.Buffer [search]: Declare _search() as protected.
Friday 14 October 2016
2016-10-14 14:20:30 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/buffer.cmod (+4/-3)(7 lines)
branch: 8.1
Stdio.Buffer [search]: _search() now behaves as documented.
Return UNDEFINED instead of -1 on failure (as -1 is a valid result).
Thursday 13 October 2016
2016-10-13 17:03:09 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/buffer.cmod (+19/-4)(23 lines)
branch: 8.1
Stdio.Buffer [search]: Support specifying the end position.
It is now possible to inform the Stdio.Buffer lfun::_search() that
it shouldn't scan past a certain position.
Also removes an unused variable.