aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-10-07 23:55:49 +1030
committerMark Pulford <mark@kyne.com.au>2011-10-07 23:55:49 +1030
commit049691cb11115fbdb750021556cad3507fad4e69 (patch)
tree3ef83227a086c2dbd70633a55a8425335a8e92fb /TODO
parent48c5cf183fa7cab608168fdec2406a1ca3cb2c11 (diff)
downloadlua-cjson-049691cb11115fbdb750021556cad3507fad4e69.tar.gz
lua-cjson-049691cb11115fbdb750021556cad3507fad4e69.tar.bz2
lua-cjson-049691cb11115fbdb750021556cad3507fad4e69.zip
Add USE_POSIX_SETLOCALE option
Add USE_POSIX_SETLOCALE option for platforms missing uselocale(). Document locale options in README, Makefile & rockspec. Also: - Rename USE_POSIX_LOCALE define to USE_POSIX_USELOCALE. - Use uselocale() by default through Makefile (Linux, OSX). - Use setlocale() by default through rockspec (other platforms).
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9dbde9c..1345448 100644
--- a/TODO
+++ b/TODO
@@ -2,5 +2,3 @@
2 - Optionally create an object for settings. Clone function. 2 - Optionally create an object for settings. Clone function.
3 3
4- Convert documentation into structured source format 4- Convert documentation into structured source format
5
6- Add setlocale() support for non-POSIX 2008 operating systems