[bug-gettext] [bug #44098] Check strings for common problems

2015-01-30 Thread Daiki Ueno
Follow-up Comment #5, bug #44098 (project gettext): Thanks for the review, they are all good points. I'll soon update the patch with tests. On error suppression, maybe we could reuse flags (the --flag option or "xgettext: ..." comment in the source code), though we should probaly name the warnin

Re: [bug-gettext] [bug #43404] gl_locale_name_default() thread issues on OS X

2015-01-30 Thread Daiki Ueno
Sorry for long delay. I've refreshed the patch. Changes from v1 are: - remove unnecessary heap usage in gl_locale_name_default_from_CoreFoundation - move pthread_is_threaded_np check from localename.m4 to intlmacosx.m4 - fix close() error handling as Noah pointed (see below) - handle EINTR for