Raymond Toy pushed to branch issue-189-move-get-system-info at cmucl / cmucl

Commits:

3 changed files:

Changes:

  • src/i18n/locale/cmucl-linux-os.pot
    ... ... @@ -19,14 +19,6 @@ msgstr ""
    19 19
     msgid "Getpagesize failed: ~A"
    
    20 20
     msgstr ""
    
    21 21
     
    
    22
    -#: src/code/os.lisp
    
    23
    -msgid "Return the system page size"
    
    24
    -msgstr ""
    
    25
    -
    
    26
    -#: src/code/os.lisp
    
    27
    -msgid "get-page-size failed: ~A"
    
    28
    -msgstr ""
    
    29
    -
    
    30 22
     #: src/code/signal.lisp
    
    31 23
     msgid "Stack fault on coprocessor"
    
    32 24
     msgstr ""
    

  • src/i18n/locale/cmucl-os.pot
    1
    +#@ cmucl-os
    
    2
    +
    
    3
    +# SOME DESCRIPTIVE TITLE
    
    4
    +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR
    
    5
    +#
    
    6
    +#, fuzzy
    
    7
    +msgid ""
    
    8
    +msgstr ""
    
    9
    +"Project-Id-Version: PACKAGE VERSION\n"
    
    10
    +"Report-Msgid-Bugs-To: \n"
    
    11
    +"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
    
    12
    +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    
    13
    +"Language-Team: LANGUAGE <LL@li.org>\n"
    
    14
    +"MIME-Version: 1.0\n"
    
    15
    +"Content-Type: text/plain; charset=UTF-8\n"
    
    16
    +"Content-Transfer-Encoding: 8bit\n"
    
    17
    +
    
    18
    +#: src/code/os.lisp
    
    19
    +msgid "Return the system page size"
    
    20
    +msgstr ""
    
    21
    +
    
    22
    +#: src/code/os.lisp
    
    23
    +msgid "get-page-size failed: ~A"
    
    24
    +msgstr ""
    
    25
    +
    
    26
    +#: src/code/os.lisp
    
    27
    +msgid ""
    
    28
    +"Get system information consisting of the user time (in usec), the\n"
    
    29
    +"  system time (in usec) and the number of major page faults."
    
    30
    +msgstr ""
    
    31
    +
    
    32
    +#: src/code/os.lisp
    
    33
    +msgid "Unix system call getrusage failed: ~A."
    
    34
    +msgstr ""
    
    35
    +

  • src/i18n/locale/cmucl-unix.pot
    ... ... @@ -1444,13 +1444,3 @@ msgstr ""
    1444 1444
     msgid "Get the codeset from the locale"
    
    1445 1445
     msgstr ""
    
    1446 1446
     
    1447
    -#: src/code/unix.lisp
    
    1448
    -msgid ""
    
    1449
    -"Get system information consisting of the user time (in usec), the\n"
    
    1450
    -"  system time (in usec) and the number of major page faults."
    
    1451
    -msgstr ""
    
    1452
    -
    
    1453
    -#: src/code/unix.lisp
    
    1454
    -msgid "Unix system call getrusage failed: ~A."
    
    1455
    -msgstr ""
    
    1456
    -