aboutsummaryrefslogtreecommitdiff
path: root/packages/gettext/0.20.1
Commit message (Collapse)AuthorAgeFilesLines
* Pick up gettext patch for pthread_sigmask build on mingw32Alexey Neyman2020-02-031-0/+356
| | | | | | Fixes #1272. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add gettext 0.20.1Alexey Neyman2019-10-013-0/+34
Two patches from 0.18.8.1 were dropped: - one changing the declaration of environ is no longer needed, the corresponding files no longer have this declaration - one with Woe32 fixes for -O0 may need to be re-added but only after I find what configuration breaks without it; gettext sources overwent a massive restructuring so this patch should not be applied without testing. Signed-off-by: Alexey Neyman <stilor@att.net>