Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl
Commits: d01cf9f4 by Raymond Toy at 2016-12-17T14:06:23-08:00 Regenerated.
- - - - - 1e94ce3a by Raymond Toy at 2016-12-17T17:08:45-05:00 Regenerated cmucl-sunos-os.pot
- - - - - 2b0b4aaf by Raymond Toy at 2016-12-23T09:28:40-08:00 Fix typo: it's GETUID, not GETUIO
- - - - - c73a85c4 by Raymond Toy at 2016-12-24T11:02:50-08:00 Merge branch 'master' into sparc64-dev
- - - - -
3 changed files:
- src/code/exports.lisp - src/i18n/locale/cmucl-sunos-os.pot - src/i18n/locale/cmucl.pot
Changes:
===================================== src/code/exports.lisp ===================================== --- a/src/code/exports.lisp +++ b/src/code/exports.lisp @@ -295,7 +295,7 @@ "UNIX-MSYNC"
;; Motif - "UNIX-GETUIO" + "UNIX-GETUID"
;; Hemlock "UNIX-CFGETOSPEED"
===================================== src/i18n/locale/cmucl-sunos-os.pot ===================================== --- a/src/i18n/locale/cmucl-sunos-os.pot +++ b/src/i18n/locale/cmucl-sunos-os.pot @@ -24,6 +24,10 @@ 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 ""
===================================== src/i18n/locale/cmucl.pot ===================================== --- a/src/i18n/locale/cmucl.pot +++ b/src/i18n/locale/cmucl.pot @@ -13234,10 +13234,6 @@ 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 ""
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/235f6679a20a1e793e1a146da...