Changes for version 0.08_08
- bumped required Perl to 5.8.9 as PL_use_safe_putenv did not appear till 5.8.6 and sv_usepvn_flags() did not appear till 5.8.9.
- dropped err.h from libswish3.c as Solaris (for one) does not seem to have it.
- added alloca.h to libswish3.c as Solaris (for one) seems to need it.
Changes for version 0.08_07
- fix (finally, I hope) the mysterious segfaults on freebsd tests. The problem was Perl's my_setenv() interfering with the native setenv().
- fix "Bad realloc() ignored" error on freebsd by using sv_usepvn_flags() instead of sv_usepvn_mg().
Changes for version 0.08_06
- tweek tests to allow for any locale with UTF-8 encoding
- dump %Config to try and trace freebsd setenv/putenv/malloc issue (more of same issue addressed in 0.08_05)
Changes for version 0.08_05
- revert debugging from 0.08_04
- check for USE_MYMALLOC in %Config and abort Makefile.PL
Changes for version 0.08_04
- add some debugging on stderr for cpantesters only.
Changes for version 0.08_03
- put locale support detection directly into Makefile.PL to avoid even attempting to build without UTF-8 locale present.
Changes for version 0.08_02
- more debugging of missing locales.
Changes for version 0.08_01
- fix duplicate constant definitions in XS/Constants.xs.
- setlocale() explicitly to en_US.UTF-8 to see if that fixes cpantesters.
Modules
Perl interface to libswish3