tuxpaint-pencil-sharpener/docs
Bill Kendrick 4ba4c11911 Properly handling getenv() returning "" not NULL
i18n code was checking for local-related environment variables
(e.g., "getenv("LANGUAGE")") coming back as a NULL if unset.

However, on my laptop, under Kubuntu 20.04 with GLIBC 2.31, a
"LANGUAGE" env. var. is set, but it's blank.

Tux Paint failed to attempt any fallback (e.g., checking "LANG")
in that situation, which was causing the description text corruption
that was corrected in a previous commit.

That commit also mistakenly suggested that the issue might've been a
difference with GCC versions, but the problem was deeper in Tux Paint's
code (in i18n.c), and was triggered by an unexpected environment.
2020-07-26 17:17:14 -07:00
..
COPYING Treaing COPYING & its HTML like other trans dirs 2017-12-03 11:54:11 -08:00
de
en Completed single image export function 2020-07-26 14:10:03 -07:00
es
fr
gl
html/images Elevate "Fill" from Magic Tool to real Tool 2019-09-12 23:04:13 -07:00
it
ja
ko
nl
nn
pl
pt_br
ru
uk
zh_cn Had moved zh_cn/_tw generated COPYING.txt, not .html 2017-12-03 11:48:51 -08:00
zh_tw Had moved zh_cn/_tw generated COPYING.txt, not .html 2017-12-03 11:48:51 -08:00
AUTHORS.txt Beginning GIF export 2020-07-25 00:18:46 -07:00
CHANGES.txt Properly handling getenv() returning "" not NULL 2020-07-26 17:17:14 -07:00
COPYING.txt
default_colors.txt
dejavu.txt
Makefile Treaing COPYING & its HTML like other trans dirs 2017-12-03 11:54:11 -08:00
README.txt Mend typo in README stub 2018-08-30 01:45:35 -07:00
RELEASE.txt Win32 build (& doc) tweaks 2020-04-10 19:05:52 -07:00

See [locale]/html/README.html or [locale]/README.txt.