Raymond Toy pushed to branch issue-369-unix-setlocale-docstring at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/code/unix.lisp
    ... ... @@ -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))))
    

  • src/i18n/locale/cmucl-unix.pot
    ... ... @@ -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