Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/code/unix.lisp
    ... ... @@ -2873,7 +2873,10 @@
    2873 2873
       (int-syscall ("fork")))
    
    2874 2874
     
    
    2875 2875
     (defun unix-setlocale ()
    
    2876
    -  _N"Call setlocale(3c) with fixed args.  Returns 0 on success."
    
    2876
    +  _N"Set all the categories of the locale according to the values of
    
    2877
    +  the environment variables by calling setlocale(LC_ALL, \"\").
    
    2878
    +
    
    2879
    +  Returns 0 on success and -1 if setlocale failed."
    
    2877 2880
       (alien:alien-funcall
    
    2878 2881
        (alien:extern-alien "os_setlocale"
    
    2879 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