[Git][cmucl/cmucl][issue-369-unix-setlocale-docstring] Update docstring some more and the pot file
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 Update docstring some more and the pot file Forgot to mention the return values which were in the original docstring. Update the pot file for the changed docstring. - - - - - 2 changed files: - src/code/unix.lisp - src/i18n/locale/cmucl-unix.pot Changes: ===================================== src/code/unix.lisp ===================================== @@ -2874,7 +2874,9 @@ (defun unix-setlocale () _N"Set all the categories of the locale from the values of the - environment variables using setlocale(LC_ALL, \"\")" + environment variables using setlocale(LC_ALL, \"\"). + + Returns 0 on success and -1 if setlocale failed." (alien:alien-funcall (alien:extern-alien "os_setlocale" (function c-call:int)))) ===================================== src/i18n/locale/cmucl-unix.pot ===================================== @@ -1418,7 +1418,11 @@ msgid "" msgstr "" #: src/code/unix.lisp -msgid "Call setlocale(3c) with fixed args. Returns 0 on success." +msgid "" +"Set all the categories of the locale from the values of the\n" +" environment variables using setlocale(LC_ALL, \"\").\n" +"\n" +" Returns 0 on success and -1 if setlocale failed." msgstr "" #: src/code/unix.lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4191faa08c887322f8fe0b1b... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4191faa08c887322f8fe0b1b... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)