Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
2556df76
by Raymond Toy at 2023-04-19T07:38:34-07:00
2 changed files:
Changes:
| ... | ... | @@ -15,10 +15,6 @@ msgstr "" |
| 15 | 15 | "Content-Type: text/plain; charset=UTF-8\n"
|
| 16 | 16 | "Content-Transfer-Encoding: 8bit\n"
|
| 17 | 17 | |
| 18 | -#: src/code/linux-os.lisp
|
|
| 19 | -msgid "Unix system call getrusage failed: ~A."
|
|
| 20 | -msgstr ""
|
|
| 21 | - |
|
| 22 | 18 | #: src/code/linux-os.lisp
|
| 23 | 19 | msgid "Getpagesize failed: ~A"
|
| 24 | 20 | msgstr ""
|
| ... | ... | @@ -1448,3 +1448,13 @@ msgstr "" |
| 1448 | 1448 | msgid "Get the codeset from the locale"
|
| 1449 | 1449 | msgstr ""
|
| 1450 | 1450 | |
| 1451 | +#: src/code/unix.lisp
|
|
| 1452 | +msgid ""
|
|
| 1453 | +"Get system information consisting of the user time (in usec), the\n"
|
|
| 1454 | +" system time (in usec) and the number of major page faults."
|
|
| 1455 | +msgstr ""
|
|
| 1456 | + |
|
| 1457 | +#: src/code/unix.lisp
|
|
| 1458 | +msgid "Unix system call getrusage failed: ~A."
|
|
| 1459 | +msgstr ""
|
|
| 1460 | + |