log

age author description
2020-11-13 Tassilo Philipp - removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways)
2020-11-12 Tassilo Philipp - forgot to bounce version for last commit on oct 27
2020-10-27 Tassilo Philipp - python: allow None to be passed for 'p'ointers, always passing NULL
2020-04-15 Tassilo Philipp - fixed use after free issue with string handling (keeping strings as copy until after call)
2020-04-14 Tassilo Philipp - godc updated to dc 1.1 and added note about missing feature
2020-04-14 Tassilo Philipp - erlang binding: update to dc 1.1 and added note about missing feature
2020-04-14 Tassilo Philipp - added syscall support to shdc
2020-04-13 Tassilo Philipp - shdc: more sig chars for call conv mode selection
2020-04-13 Tassilo Philipp - typo fix
2020-04-13 Tassilo Philipp - version bump
2020-04-13 Tassilo Philipp - bugfix
2020-04-13 Tassilo Philipp - added support for signature-based calling convention switch
2020-04-12 Tassilo Philipp - breaking changes:
2020-04-11 Tassilo Philipp - pydc: added support to get libhandle's path
2020-04-11 Tassilo Philipp - allowing 'None' as arg for pydc.load, effectively resulting in dlLoadLibrary(NULL), which is own process