log

age author description
Fri, 13 Nov 2020 14:10:31 +0100 Tassilo Philipp - removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways)
Thu, 12 Nov 2020 19:56:33 +0100 Tassilo Philipp - forgot to bounce version for last commit on oct 27
Tue, 27 Oct 2020 18:44:18 +0100 Tassilo Philipp - python: allow None to be passed for 'p'ointers, always passing NULL
Wed, 15 Apr 2020 21:58:13 +0200 Tassilo Philipp - fixed use after free issue with string handling (keeping strings as copy until after call)
Tue, 14 Apr 2020 18:30:17 +0200 Tassilo Philipp - godc updated to dc 1.1 and added note about missing feature
Tue, 14 Apr 2020 18:23:13 +0200 Tassilo Philipp - erlang binding: update to dc 1.1 and added note about missing feature
Tue, 14 Apr 2020 17:44:04 +0200 Tassilo Philipp - added syscall support to shdc
Mon, 13 Apr 2020 21:58:48 +0200 Tassilo Philipp - shdc: more sig chars for call conv mode selection
Mon, 13 Apr 2020 21:41:59 +0200 Tassilo Philipp - typo fix
Mon, 13 Apr 2020 20:08:54 +0200 Tassilo Philipp - version bump
Mon, 13 Apr 2020 16:28:47 +0200 Tassilo Philipp - bugfix
Mon, 13 Apr 2020 16:07:56 +0200 Tassilo Philipp - added support for signature-based calling convention switch
Sun, 12 Apr 2020 19:37:37 +0200 Tassilo Philipp - breaking changes:
Sat, 11 Apr 2020 20:00:25 +0200 Tassilo Philipp - pydc: added support to get libhandle's path
Sat, 11 Apr 2020 18:02:33 +0200 Tassilo Philipp - allowing 'None' as arg for pydc.load, effectively resulting in dlLoadLibrary(NULL), which is own process