[cmucl/cmucl][rtoy-unix-core] 2 commits: Regenerated.
Raymond Toy
rtoy at common-lisp.net
Mon May 18 00:05:06 UTC 2015
Raymond Toy pushed to branch rtoy-unix-core at cmucl / cmucl
Commits:
e46eaa11 by Raymond Toy at 2015-05-17T08:15:28Z
Regenerated.
- - - - -
7f683946 by Raymond Toy at 2015-05-17T17:04:37Z
Add exported symbols for solaris unix.lisp.
- - - - -
2 changed files:
- src/code/exports.lisp
- src/i18n/locale/cmucl-unix.pot
Changes:
=====================================
src/code/exports.lisp
=====================================
--- a/src/code/exports.lisp
+++ b/src/code/exports.lisp
@@ -357,7 +357,7 @@
"FIONREAD"
"TERMINAL-SPEEDS"
)
- #-linux
+ #-(or linux solaris)
(:export "TCHARS"
"LTCHARS"
"D-NAMLEN"
@@ -397,8 +397,76 @@
"TTY-OCRNL" "TTY-OFDEL" "TTY-OFILL" "TTY-OLCUC" "TTY-ONLRET" "TTY-ONOCR"
"TTY-XCASE" "UNIX-DUP2" "UNIX-GETITIMER" "UNIX-PID" "UNIX-UNAME"
"UTSNAME"
+ )
+ #+solaris
+ (:export "D-INO"
+ "D-OFF"
+ "EADV"
+ "EBADE"
+ "EBADFD"
+ "EBADMSG"
+ "EBADR"
+ "EBADRQC"
+ "EBADSLT"
+ "EBFONT"
+ "ECANCELED"
+ "ECHRNG"
+ "ECOMM"
+ "EDEADLOCK"
+ "EIDRM"
+ "EILSEQ"
+ "EL2HLT"
+ "EL2NSYNC"
+ "EL3HLT"
+ "EL3RST"
+ "ELIBACC"
+ "ELIBBAD"
+ "ELIBEXEC"
+ "ELIBMAX"
+ "ELIBSCN"
+ "ELNRNG"
+ "EMULTIHOP"
+ "ENOANO"
+ "ENOCSI"
+ "ENODATA"
+ "ENOLCK"
+ "ENOLINK"
+ "ENOMSG"
+ "ENONET"
+ "ENOPKG"
+ "ENOSR"
+ "ENOSTR"
+ "ENOSYS"
+ "ENOTSUP"
+ "ENOTUNIQ"
+ "EOVERFLOW"
+ "EPROTO"
+ "EREMCHG"
+ "ERESTART"
+ "ESRMNT"
+ "ESTALE"
+ "ESTRPIPE"
+ "ETIME"
+ "EUNATCH"
+ "EXFULL"
+ "O_NOCTTY"
+ "RCV1EN"
+ "SIGWAITING"
+ "TTY-CBAUD"
+ "TTY-DEFECHO"
+ "TTY-IUCLC"
+ "TTY-LOBLK"
+ "TTY-OCRNL"
+ "TTY-OFDEL"
+ "TTY-OFILL"
+ "TTY-OLCUC"
+ "TTY-ONLRET"
+ "TTY-ONOCR"
+ "TTY-XCASE"
+ "UNIX-TIMES"
+ "UTSNAME"
+ "XMT1EN"
))
-
(defpackage "FORMAT")
=====================================
src/i18n/locale/cmucl-unix.pot
=====================================
--- a/src/i18n/locale/cmucl-unix.pot
+++ b/src/i18n/locale/cmucl-unix.pot
@@ -1230,3 +1230,9 @@ msgid ""
"found."
msgstr ""
+#: src/code/unix.lisp
+msgid ""
+"Unix-times returns information about the cpu time usage of the process\n"
+" and its children."
+msgstr ""
+
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/compare/0f59b9a32ebf2d210386bd30c52b5d1ee450e295...7f68394600dfa6414f6fae3f1164dbf3e7027c97
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20150518/fb3f5fbd/attachment-0001.html>
More information about the cmucl-cvs
mailing list