Revision history for FFI-TinyCC 0.20 2015-03-11 12:57:12 -0400 - Fix bug in detect_sysinclude_path on Perl 5.18 and earlier introduced in 0.19 0.19 2015-03-11 09:19:47 -0400 - detect_sysinclude_path returns the directories added to the system include path (suggested by calid++) 0.18 2015-03-11 06:44:56 -0400 - Production release identical to 0.17_02 0.17_02 2015-03-10 09:17:52 -0400 - Removed unintended linux system include path from detect_sysinclude_path.t 0.17_01 2015-03-10 05:48:35 -0400 - Added method detect_sysinclude_path, which attempts to find the correct sysinclude path for you (so that TinyCC can find things like ) 0.17 2015-01-27 21:47:45 -0500 - Update FFI::Platypus syntax in examples and documentation A couple of places were using conventions that were removed from Platypus before it went to CPAN. 0.16 2015-01-25 03:58:01 -0500 - FFI::TinyCC::Inline options is not supported on Perl 5.8 a useful diagnostic will be printed if you try to use it on 5.8 tests that test options will skip on 5.8 0.15 2015-01-23 17:03:42 -0500 - use FFI::Platypus::Type::StringArray instead of reinventing it ourselves 0.14 2015-01-22 06:38:34 -0500 - CPAN release identical to 0.12 0.12 2015-01-19 03:15:27 -0500 - FFI::Platypus 0.09 compatability - Development release not posted on CPAN 0.11 2015-01-15 18:51:26 -0500 - migrate to FFI::Platypus. Should still interact with FFI::Raw as before. - Your FFI::Raw code may break if you are not explicitly using FFI::Raw, and depending on FFI::TinyCC to pull it in for you. Stop doing that. - Development release not posted on CPAN 0.10 2015-01-08 10:09:47 -0500 - get_ffi_raw method is deprecated and will issue a warning use FFI::Raw->new_from_ptr instead - FFI::Raw will be removed as a prerequisite in the near future if you are using both FFI::Raw and FFI::TinyCC then you need to explicitly declare BOTH as prerequisites. 0.09 2014-11-17 06:31:51 -0500 - Skip unsupported tests on arm linux 0.08 2014-11-09 07:47:07 -0500 - add Debian kFreeBSD support (skip some unsupported tests) 0.07 2014-11-05 20:53:30 -0500 - add OS X support remove trailing null characters from libtcc.a members (possible Archive::Ar bug) skip dll and exe tests for features not supported on OS X 0.06 2014-11-05 18:07:06 -0500 - skip t/output_file_exe.t test on *BSD and darwin that doesn't seem to be supported there at the moment 0.05 2014-11-05 07:22:26 -0500 - fixed Windows breakage due to hard coded path (doh!) 0.04 2014-11-04 16:58:12 -0500 - better test diagnostics 0.03 2014-11-04 05:31:55 -0500 - testing improvements 0.02 2014-10-28 15:16:44 -0400 - added tcc_eval and tcc_inline interfaces in FFI::TinyCC::Inline 0.01 2014-10-28 09:29:55 -0400 - initial version