Revision history for String-Random-Regexp-regxstring
0.01 26/06/2024-02:27
First version, released on an unsuspecting world.
0.02 26/06/2024-02:45
Added Perl minimum version to be 5.16 because of an XS in earlier versions.
0.03 02/07/2024-11:00
XS code now frees received results array of strings.
Pod enhancements.
0.04 02/07/2024-13:00
Now exporting the main sub by default.
1.00 02/07/2024-14:00
Only one input parameter is required for sub generate_random_strings().
1.01 18/07/2024-17:00
Wasting my time debugging on MS Windows :(
1.02 18/07/2024-17:00
After getting "free to wrong pool" on threaded Perls,
I set a MyFree() function in XS code so as to
free externally malloc'ed memory with libc's free()
as per https://www.perlmonks.org/?node_id=742205
1.03 10/10/2024
Refreshed.
1.04 22/10/2024
The comment in the function signature of file
String-Random-Regexp-regxstring.xs (function
generate_random_strings_xs) caused trouble with
latest Perl versions (e.g. 5.41.5).
I have removed the C-style comment
in the XS function signature and that
keeps the XS compiler happy for newer Perl versions.
Added SEE ALSO in documentation.