Raymond Toy pushed to branch issue-369-unix-setlocale-docstring at cmucl / cmucl Commits: 7dc1d888 by Raymond Toy at 2025-01-28T06:15:37-08:00 Apply suggested changes from review. - - - - - 1 changed file: - src/code/unix.lisp Changes: ===================================== src/code/unix.lisp ===================================== @@ -2873,8 +2873,8 @@ (int-syscall ("fork"))) (defun unix-setlocale () - _N"Set all the categories of the locale from the values of the - environment variables using setlocale(LC_ALL, \"\"). + _N"Set all the categories of the locale according to the values of + the environment variables calling setlocale(LC_ALL, \"\"). Returns 0 on success and -1 if setlocale failed." (alien:alien-funcall View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7dc1d888b781f465357bba9a... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7dc1d888b781f465357bba9a... You're receiving this email because of your account on gitlab.common-lisp.net.