Raymond Toy pushed to branch issue-369-unix-setlocale-docstring at cmucl / cmucl
Commits:
-
4191faa0
by Raymond Toy at 2025-01-08T19:59:09-08:00
2 changed files:
Changes:
... | ... | @@ -2874,7 +2874,9 @@ |
2874 | 2874 | |
2875 | 2875 | (defun unix-setlocale ()
|
2876 | 2876 | _N"Set all the categories of the locale from the values of the
|
2877 | - environment variables using setlocale(LC_ALL, \"\")"
|
|
2877 | + environment variables using setlocale(LC_ALL, \"\").
|
|
2878 | + |
|
2879 | + Returns 0 on success and -1 if setlocale failed."
|
|
2878 | 2880 | (alien:alien-funcall
|
2879 | 2881 | (alien:extern-alien "os_setlocale"
|
2880 | 2882 | (function c-call:int))))
|
... | ... | @@ -1418,7 +1418,11 @@ msgid "" |
1418 | 1418 | msgstr ""
|
1419 | 1419 | |
1420 | 1420 | #: src/code/unix.lisp
|
1421 | -msgid "Call setlocale(3c) with fixed args. Returns 0 on success."
|
|
1421 | +msgid ""
|
|
1422 | +"Set all the categories of the locale from the values of the\n"
|
|
1423 | +" environment variables using setlocale(LC_ALL, \"\").\n"
|
|
1424 | +"\n"
|
|
1425 | +" Returns 0 on success and -1 if setlocale failed."
|
|
1422 | 1426 | msgstr ""
|
1423 | 1427 | |
1424 | 1428 | #: src/code/unix.lisp
|