================================================== Changes from 2016-06-06 00:00:00 +0000 to present. ================================================== ------------------------------------------ version 0.004 at 2017-06-06 13:37:01 +0000 ------------------------------------------ Change: 895ff2cd03b27c0b3589eae353b85db816f157ec Author: Alceu Rodrigues de Freitas Junior Date : 2017-06-06 10:33:47 +0000 Fixed dynamic module generation Renamed the script to a better name Now working on the file generated on blib directory, after pm_to_blib phase of Makefile.PL Using chmod to add write permissions and change it back to original after editing the module Change: 48fe96111bc7b4130989bcbaa5e9c15447b3fd3f Author: Alceu Rodrigues de Freitas Junior Date : 2017-05-26 22:01:15 +0000 Moving Syscalls.pm generation outside Makefile.PL Generating the code from Makefile.PL is generating problems when Inline dependency is not yet installed Created build_my_module.PL to generate the module AFTER the Makefile.PL is executed, during "make" execution Still need to figure out how to make build_my_module.PL to be executed before the Syscalls.pm is copied from lib to blib ------------------------------------------ version 0.004 at 2017-05-15 19:44:08 +0000 ------------------------------------------ Change: fbbc717e85617485b77ae4bc4c3217ce76d76553 Author: Alceu Rodrigues de Freitas Junior Date : 2017-05-15 16:44:08 +0000 Included Inline::C in the Prereqs Due lots of failed reports for release 0.002 due the missing Inline::C Simplified the generation of Linux::NFS::BigDir::Syscalls, no need to create a sub if it will be invoked only once Change: 746d7caeb2f31e3dc8e3186040781e5dabf7042d Author: Alceu Rodrigues de Freitas Junior Date : 2017-05-03 00:51:15 +0000 Moved syscall constant retrival to Makefile.PL Instead of calling the Inline::C function everytime, code to retrieve the constant from corresponding C header file was moved to the Makefile.PL (generated by Dist::Zilla automatically). This should take care of making the distribution portable between Linux architectures and avoid loading/running Inline everytime without need. Change: cb284820e6bf04dfc9b22e6ea5af29444d951c64 Author: Alceu Rodrigues de Freitas Junior Date : 2017-05-03 00:29:41 +0000 Fixed license of the distribution ------------------------------------------ version 0.003 at 2017-05-01 21:36:55 +0000 ------------------------------------------ Change: cc347013f6f73e19793726afeb3278d2553bb49d Author: Alceu Rodrigues de Freitas Junior Date : 2017-05-01 18:36:55 +0000 Added CPANFile Added the plug-in Dist::Zilla::Plugin::CPANFile to add a cpanfile to this distribution, making it easier to install it with cpanm Change: cb12c28e99eba21806b7bdb0ef14c65b25a1d6d6 Author: Alceu Rodrigues de Freitas Junior Date : 2017-05-01 18:30:06 +0000 Removed hardcode values for SYS_getdents syscall Using Inline::C to return respective integer from header files, avoiding using hardcodes or having to rely on h2ph Added more descriptive messages on getdents.t test Added the benchmark.t author test (still not passing, marked as TODO) Added a gitignore due files generated by Inline::C ------------------------------------------ version 0.002 at 2017-05-01 06:49:10 +0000 ------------------------------------------ Change: 6549d1129550c4dde198ef6cdcb44c33c6f15b68 Author: Alceu Rodrigues de Freitas Junior Date : 2017-05-01 03:49:10 +0000 Validations for hardcoded number of SYS_getdents Updated the Pod Added the getdents_safe to the module Expanded the tests to include getdents and getdents_safe validation Change: 241ab401d57ce8aac032243054681f3396d99b7a Author: Olivier Mengué Date : 2017-04-30 19:44:53 +0000 Syscall as constants per archname instead of requiring syscall.ph This simplifies user install that is now fully automated on supported platforms. Additional archs can be easily added by fixing BigDir.pm. See discussion at http://www.nntp.perl.org/group/perl.cpan.testers.discuss/2017/02/msg3 993.html Change: 26b6be00f611a5177241909d5bbf352f17372f9a Author: Alceu Rodrigues de Freitas Junior Date : 2017-02-05 13:17:03 +0000 Fixes for releasing Added install receipt Added more restrictions on dist.ini Fixed the failing test on pod-coverage.t Change: e4438afaeafaa791d24274c83f44eb85e210ac07 Author: Alceu Rodrigues de Freitas Junior Date : 2017-02-05 10:32:16 +0000 Fixing the markdown syntax Change: efca41dbd625d03a8f3efcfc6b5e932ef35359e9 Author: Alceu Rodrigues de Freitas Junior Date : 2017-02-05 10:27:46 +0000 Changes for releasing on CPAN Change: 8edb7dcdc0ea2b9df1377f83fb4a4dd7ad308b82 Author: Alceu Rodrigues de Freitas Junior Date : 2016-12-04 15:44:35 +0000 fixed markdown README Change: fa3f73660931d7ac67de987977f7bb0f0130fba9 Author: Alceu Rodrigues de Freitas Junior Date : 2016-12-04 15:40:28 +0000 Initial release ------------------------------------------ version 000.1 at 2016-12-04 15:17:26 +0000 ------------------------------------------ Change: 1aed81625ace52b13ecd1e539b35ba6f0d19e9f1 Author: Alceu Rodrigues de Freitas Junior Date : 2016-12-04 13:17:26 +0000 Initial commit ================ End of releases. ================