Joe
Joe
This code likely needs more work, but it is a start. Not ready to merge - needs more feedback. Also is a follow-up to #227
Best to submit this PR with a large number of changes before going further into other functions where unicode.c can be used as well.
SpiroCPsToBezier0() also returns 1 on pass, or 0 on failure to resolve, therefore it is good if we watch for pass/fail and act accordingly. This helps us avoid assuming good...
Hi Raph, Please update your README file. For users that don't understand what is written in your README file, some developers will take it to imply you mean to say...
Noted that educationnal needed correction, but then noted it wasn't included in locales. Updated fourier.c to include more translations. deleted gimp30-fourier.pot and did: ``` cd po make update-pot make update-po...
Github displays GPL+3 since it's confusing COPYING and COPYING.LESSER, but all we really need is a COPYING file with the right contents. Used LGPL+3 text version found here (to keep...
This started with fixing: -#include +#include "libmtp.h" but then found other details that could possibly be improved. Added -h option. util/mtp-hotplug -h does not return error=1, but returns 0=okay Ran...
Found a better solution for './configure' and the "/usr/lib/udev" problem when running 'make distcheck' and programs like 'rpmbuild -ba' that still required values like {prefix}. The solution was to set:...