1 Revision history for with
3 0.02 2008-05-14 21:40 UTC
4 + Doc : Added a few caveats.
6 + Fix : scripts/func.pl wasn't printing all the functions it found, so
7 all those core functions were not listed (and hence handled) :
8 chomp dbmopen endprotoent flock gethostbyaddr getnetent
9 getprotobynumber getservbyport index local my printf recv
10 rmdir sethostent setsockopt socketpair symlink tied untie
11 + Fix : Missing 'cmp' operator in the exclude list.
12 + Fix : A wrapped core function call wrongly resulted into a method call
13 when repeated at least two times.
15 0.01 2008-05-08 22:35 UTC
16 First version, released on an unsuspecting world.