Skip to content
Commits on Source (9)
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -22,6 +22,7 @@ New in this release:
* Feature enhancements
* Changes
* ASDF 3.2.0
* ANSI compliance fixes:
......
......@@ -26,6 +26,10 @@ msgstr ""
"Eturnsray away ingstray escribingday ersionvay ofway ethay upportingsay "
"oftwaresay."
#: src/code/sunos-os.lisp
msgid "Unix system call getrusage failed: ~A."
msgstr ""
#: src/code/sunos-os.lisp
msgid "Getpagesize failed: ~A"
msgstr "Etpagesizegay ailedfay: ~Away"
......@@ -18958,10 +18958,6 @@ msgstr "Ouldcay otnay uplicateday ilefay escriptorday: ~Away"
msgid "Could not open a temporary file in /tmp"
msgstr "Ouldcay otnay openway away emporarytay ilefay inway /mptay"
 
#: src/code/run-program.lisp
msgid "Cound not create pipe: ~A"
msgstr "Oundcay otnay eatecray ipepay: ~Away"
#: src/code/run-program.lisp
msgid "Invalid option to run-program: ~S"
msgstr "Invalidway optionway otay unray-ogrampray: ~S"
......@@ -30931,6 +30927,9 @@ msgstr ""
"eplacedray ybay ethay\n"
"Unicodeway eplacementray aracterchay."
 
#~ msgid "Cound not create pipe: ~A"
#~ msgstr "Oundcay otnay eatecray ipepay: ~Away"
#~ msgid "Changes the name and nicknames for a package."
#~ msgstr "Angeschay ethay amenay andway icknamesnay orfay away ackagepay."
 
......@@ -23,6 +23,10 @@ msgstr ""
msgid "Returns a string describing version of the supporting software."
msgstr ""
#: src/code/sunos-os.lisp
msgid "Unix system call getrusage failed: ~A."
msgstr ""
#: src/code/sunos-os.lisp
msgid "Getpagesize failed: ~A"
msgstr ""
......@@ -13259,10 +13259,6 @@ msgstr ""
msgid "Could not open a temporary file in /tmp"
msgstr ""
 
#: src/code/run-program.lisp
msgid "Cound not create pipe: ~A"
msgstr ""
#: src/code/run-program.lisp
msgid "Invalid option to run-program: ~S"
msgstr ""
......
......@@ -125,7 +125,7 @@ case $uname_s in
OPT_EXTRA="-Bdynamic"
# See Config.sparc_sunc
OS_LIBS="-lsocket -lnsl -ldl"
OS_LIBS="-lsocket -lnsl -ldl -lrt"
;;
esac
......