Revision history for Perl extension Affix.pm
0.09_04 2022-12-31T17:14:44Z
- Struct[] may now contain a code reference
0.08 2022-12-19T22:29:53Z
- Correct struct alignment for perls with quadmath and/or longdouble enabled
0.07 2022-12-17T02:41:44Z
- Pull upstream changes to dyncall 1.5 (unstable)
0.06 2022-12-16T07:20:23Z
- Allow calling convention to be changed in param lists
- Fix quadmath tests (I hope)
- Attempt to build with nmake on Win32 smokers that have gcc but not GNU make (how? why?)
- Fix default struct padding when passing around by value
0.05 2022-12-14T16:57:07Z
- Expose offsetof( ... )
- Pull upstream changes to dyncall 1.4 (stable)
0.04 2022-12-07T00:30:25Z
- Affix.pm is born