~ chicken-core (chicken-5) cf48879e151b1568d7aea3a32b745535c7d78d66
commit cf48879e151b1568d7aea3a32b745535c7d78d66
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Wed Mar 26 18:27:23 2014 -0300
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Wed Mar 26 19:05:21 2014 -0300
manual/Unit library: update the possible return values for build-platform, software-version, machine-type and software-type
Note that I've removed macos from possible return value for
`software-type', as it doesn't seem to be detected in chicken.h (maybe
it was a leftover).
diff --git a/manual/Unit library b/manual/Unit library
index 936ec8e9..a8197efe 100644
--- a/manual/Unit library
+++ b/manual/Unit library
@@ -471,6 +471,8 @@ building the executing system, which is one of the following:
intel
clang
sun
+ metrowerks
+ watcom
unknown
@@ -516,6 +518,7 @@ machine's byte-order.
Returns a symbol specifying the processor on which this process is
currently running, which is one of the following:
+ arm
alpha
mips
hppa
@@ -546,9 +549,9 @@ data are run before exit procedures.
Returns a symbol specifying the operating system on which this process
is currently running, which is one of the following:
+ android
windows
unix
- macos
ecos
unknown
@@ -566,8 +569,12 @@ process is currently running, which is one of the following:
openbsd
macosx
hpux
+ dragonfly
+ haiku
solaris
sunos
+ aix
+ hurd
unknown
Trap