]> git.proxmox.com Git - perlmod.git/history - perlmod-macro/src/attribs.rs
add ability to set the errno value
[perlmod.git] / perlmod-macro / src / attribs.rs
2023-05-02 Wolfgang Bumilleradd ability to set the errno value
2023-05-02 Wolfgang Bumillermacro: add serialize_error attribute
2022-02-25 Wolfgang Bumillermacro: add a write attribute to packages
2022-01-07 Wolfgang Bumillermacro: expose the 'cv' as parameter on exports
2021-12-01 Wolfgang Bumillerdrop imports already in 2021 prelude
2021-11-25 Wolfgang Bumillermacro: implement prototypes
2021-10-15 Wolfgang Bumillerperlmod-macro: improve error handling
2021-10-15 Wolfgang Bumillerperlmod-macro: drop anyhow dependency
2021-10-13 Wolfgang Bumillermacro: support env vars in package attributes
2020-11-25 Wolfgang Bumillerfix #[export(name=...)], drop deprecated make_package
2020-11-24 Wolfgang Bumilleradd 'raw_return' function attribute
2020-10-16 Wolfgang Bumilleradd some function name mangling to xs exports
2020-01-10 Wolfgang Bumillersilence cippy and add some ffi documentation
2020-01-10 Wolfgang Bumillermake_package macro implementation
2020-01-10 Wolfgang Bumillermacro: add export macro, support renaming xs functions