Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/general-info/release-21f.md
    ... ... @@ -117,9 +117,12 @@ public domain.
    117 117
         * ~~#363~~ Version numbers added to files and directories.  The
    
    118 118
           distribution layout has changed.
    
    119 119
         * ~~#364~~ Add interface to `mkdtemp` and `mkstemp`
    
    120
    -    * ~~#367~~ Add stream:string-count-octets to count octets in a string
    
    120
    +    * ~~#367~~ Add `stream:string-count-octets` to count octets in a string
    
    121 121
         * ~~#369~~ Improve docstring for `unix::unix-setlocale`
    
    122
    +    * ~~#375~~ `unix-mkstemp` and `unix-mkdtemp` actually returns the
    
    123
    +      file names now.
    
    122 124
         * ~~#379~~ Support GNU-style command-line option names
    
    125
    +    * ~~#382~~ Command-line options are case-sensitive
    
    123 126
       * Other changes:
    
    124 127
       * Improvements to the PCL implementation of CLOS:
    
    125 128
       * Changes to building procedure:
    

  • src/i18n/locale/cmucl-unix.pot
    ... ... @@ -1284,10 +1284,6 @@ msgid ""
    1284 1284
     "  UNIX system call."
    
    1285 1285
     msgstr ""
    
    1286 1286
     
    
    1287
    -#: src/code/unix.lisp
    
    1288
    -msgid "Unknown error [~d]"
    
    1289
    -msgstr ""
    
    1290
    -
    
    1291 1287
     #: src/code/unix.lisp
    
    1292 1288
     msgid ""
    
    1293 1289
     "Perform the UNIX select(2) system call.\n"
    
    ... ... @@ -1454,3 +1450,7 @@ msgid ""
    1454 1450
     "  returned."
    
    1455 1451
     msgstr ""
    
    1456 1452
     
    
    1453
    +#: src/code/unix.lisp
    
    1454
    +msgid "Returns a string that describes the error code Errno"
    
    1455
    +msgstr ""
    
    1456
    +