This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjna-java.
commit a34f600a87253c2f936a6192b8765f2ae1f97466 Merge: 04a0d2f c5a6c46 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 5 15:09:45 2017 +0200 Updated version 4.4.0 from 'upstream/4.4.0' with Debian dir 58b6ac99382cde81e5433579850282cdd39c5de8 CHANGES.md | 17 +++ README.md | 12 +- .../com/sun/jna/BuildArmSoftFloatDetector.java | 53 +++++++ build.xml | 160 +++++++++++++-------- .../src/com/sun/jna/platform/win32/Ddeml.java | 1 + .../src/com/sun/jna/platform/win32/DdemlUtil.java | 2 +- .../src/com/sun/jna/platform/win32/GDI32Util.java | 26 +++- .../src/com/sun/jna/platform/win32/ShellAPI.java | 15 +- .../src/com/sun/jna/platform/win32/Shlwapi.java | 13 +- .../com/sun/jna/platform/win32/ShlwapiTest.java | 24 ++++ native/Makefile | 10 -- native/dispatch.c | 7 - native/testlib.c | 10 ++ nbproject/project.xml | 107 ++++++++++++++ src/com/sun/jna/ELFAnalyser.java | 140 ++++++++++++++++++ src/com/sun/jna/Function.java | 3 +- src/com/sun/jna/Native.java | 67 +++++++-- src/com/sun/jna/Platform.java | 40 +++++- test/com/sun/jna/ELFAnalyserTest.java | 108 ++++++++++++++ test/com/sun/jna/NativeTest.java | 11 ++ test/com/sun/jna/PlatformTest.java | 55 ++++--- test/com/sun/jna/VarArgsTest.java | 7 + 22 files changed, 751 insertions(+), 137 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

