PR143: don't hang with invalid locale
authorStefan Ring <stefan@complang.tuwien.ac.at>
Wed, 29 Dec 2010 18:36:32 +0000 (19:36 +0100)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Wed, 29 Dec 2010 18:36:32 +0000 (19:36 +0100)
commitbfcfa2e191ac88ffae3b62a33464c30df608f3ff
tree54b64869545b65deef1e0e125da6e7fee62f2d37
parent6bae923101631eaa6c920566382e9f70426635e3
PR143: don't hang with invalid locale
* THIRDPARTY: Documented lc-messages.m4.
* configure.ac: Added various locale checks.
* m4/lc-messages.m4: New file for detecting LC_MESSAGES.
* src/vm/properties.cpp: Validate locale names before passing them on to
classpath.
THIRDPARTY
configure.ac
m4/lc-messages.m4 [new file with mode: 0644]
src/vm/properties.cpp