This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, rtoy-unix-core has been updated via 822beed88eed7cbdd5e63e338dcb3405e9c3e501 (commit) via 31cb9cfed23654a84c6caef2c0e0d5b305b16ff2 (commit) via 5efddf51e6f717c7a2c0d94ddc1f621db7e5ddbf (commit) via 908514c031461556f762c445bdea2aafdf3db7ae (commit) via ef3824719adb38bf923d493d91942d304523ea29 (commit) via 85c9daef724604a5c84b13aa8fc88255e380d0be (commit) via df425339e0cf09ef687c491e99f6c10238f56b85 (commit) via 0ec33685dff49b910b0c46644f983064c02ab949 (commit) via 394a28dfacbfe6d4557ed8f59152c58b17078f05 (commit) via 5f81e24180fa7721fcad38b9ae3419bd9f2a221d (commit) via 46b8066952521e9d7c43ff101677725425c851a8 (commit) via 70181ee7553a350eedd7acb2815b98dde6ce846c (commit) via 1e4040f32e973a1debcec908e4e69147c31a67ec (commit) via 1fc53cc336bf03c52a438bb237d95080f00dd203 (commit) via 2b39eba64aa3f2b122bcc275e6597f9cb2a5f7f4 (commit) via 55d04a31ba05d20f4e9ab6be9548d374c900b197 (commit) via 37d383ae57c2fc9597cb87eac9551af866885cd3 (commit) via 0a522bd0c8c38f6ee76f0cc2122d9984c4e269aa (commit) via cc8c049fe257b28f470baafcf92b6ceb929582de (commit) via 9918ab2d5794ac01efe17b808b351e25519dc88a (commit) via d46a4bfeff75f685f2ccc4a2627a921e46547c1c (commit) via 8e0c67d0c74e1dd5206d2b068734d863440ca286 (commit) via 4d3255aa1a770f59d2851fd2c85707164ca485f5 (commit) via 3f063954c98d21ea8a95388d01db96a1e056c34d (commit) via a932491bb20a7e2a05cce1bd142870f2a6edfcad (commit) via d36c032a5440e1f2a5e2bbda37962a2a96c6aaac (commit) via 31f691c9565941b4c04309b16a871860246c29e1 (commit) via ea433981ca884c40c90578dd891f37505618ac76 (commit) from db12154da8871000bdfd64e4b11e0a54b9f36d07 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 822beed88eed7cbdd5e63e338dcb3405e9c3e501 Author: Raymond Toy toy.raymond@gmail.com Date: Tue Dec 2 20:18:57 2014 -0800
Try to collect some of the unix export names by file in which they are used.
Mostly as information on who uses what, but otherwise not necessary.
diff --git a/src/code/exports.lisp b/src/code/exports.lisp index d0aa627..25a59f1 100644 --- a/src/code/exports.lisp +++ b/src/code/exports.lisp @@ -226,7 +226,6 @@ "UNIX-MKDIR" "UNIX-RMDIR" "UNIX-UNLINK" - "UNIX-SETITIMER" "TIMEZONE" "TIMEVAL" "SIZE-T" @@ -234,18 +233,42 @@ "INO-T" "DEV-T" "TIME-T" - "FD-SETSIZE" - "FD-ISSET" - "FD-CLR" "TIME-T" "USER-INFO-NAME" "INT64-T" "MODE-T" "UNIX-FAST-SELECT" - "UNIX-IOCTL" - "UNIX-OPENPTY" "UNIX-PIPE" "UNIX-GETPID" + "UNIX-GETHOSTID" + "UNIX-UID" + "UNIX-GID" + "GET-UNIX-ERROR-MSG" + "TCHARS" + "WINSIZE" + "LTCHARS" + "TIMEVAL" + "CLOSE-DIR" + "OPEN-DIR" + "READ-DIR" + "D-NAMLEN" + + ;; filesys.lisp + "UNIX-GETPWUID" + + ;; multi-proc.lisp + "UNIX-SETITIMER" + + ;; run-program.lisp + "SGTTYB" + "UNIX-TTYNAME" + "UNIX-IOCTL" + "UNIX-OPENPTY" + + ;; alien-callback.lisp + "UNIX-MPROTECT" + + ;; internet.lisp "UNIX-SOCKET" "UNIX-CONNECT" "UNIX-BIND" @@ -260,23 +283,13 @@ "UNIX-RECVFROM" "UNIX-SENDTO" "UNIX-SHUTDOWN" - "UNIX-GETHOSTID" "UNIX-FCNTL" - "UNIX-UID" - "UNIX-GID" - "UNIX-GETPWUID" - "UNIX-MPROTECT" - "GET-UNIX-ERROR-MSG" - "SGTTYB" - "TCHARS" - "UNIX-TTYNAME" - "WINSIZE" - "LTCHARS" - "TIMEVAL" - "CLOSE-DIR" - "OPEN-DIR" - "READ-DIR" - "D-NAMLEN" + + ;; serve-event.lisp + "FD-SETSIZE" + "FD-ISSET" + "FD-CLR" + ;; Simple streams "PROT_READ" "UNIX-MMAP"
commit 31cb9cfed23654a84c6caef2c0e0d5b305b16ff2 Author: Raymond Toy toy.raymond@gmail.com Date: Tue Dec 2 19:58:45 2014 -0800
Fix some silly typos!
diff --git a/src/code/exports.lisp b/src/code/exports.lisp index 48cdf00..d0aa627 100644 --- a/src/code/exports.lisp +++ b/src/code/exports.lisp @@ -195,7 +195,7 @@ "MULTIPLY-BIGNUM-AND-FIXNUM" "MULTIPLY-BIGNUMS" "MULTIPLY-FIXNUMS" "NEGATE-BIGNUM" "SUBTRACT-BIGNUM"))
-(defpackage "UINX" +(defpackage "UNIX" (:export "UNIX-CURRENT-DIRECTORY" "UNIX-OPEN" "UNIX-READ" @@ -204,7 +204,7 @@ "UNIX-ERRNO" "UNIX-MAYBE-PREPEND-CURRENT-DIRECTORY" "UNIX-RESOLVE-LINKS" - "UNIX-SIMPIFY-PATHNAME" + "UNIX-SIMPLIFY-PATHNAME" "UNIX-CLOSE" "UNIX-STAT" "UNIX-LSTAT" @@ -255,7 +255,7 @@ "UNIX-SETSOCKOPT" "UNIX-GETPEERNAME" "UNIX-GETSOCKNAME" - "UNIX_RECV" + "UNIX-RECV" "UNIX-SEND" "UNIX-RECVFROM" "UNIX-SENDTO"
commit 5efddf51e6f717c7a2c0d94ddc1f621db7e5ddbf Merge: db12154 908514c Author: Raymond Toy toy.raymond@gmail.com Date: Tue Dec 2 19:57:34 2014 -0800
Merge branch 'master' into rtoy-unix-core
-----------------------------------------------------------------------
Summary of changes: bin/build-utils.sh | 16 ++- bin/build.sh | 2 +- src/code/exports.lisp | 67 ++++++---- src/code/float-trap.lisp | 28 ++++- src/code/irrat-dd.lisp | 153 +++++++++++++++------- src/code/irrat.lisp | 99 +++++++++++---- src/compiler/float-tran.lisp | 4 +- src/compiler/ppc/float.lisp | 57 +++++++++ src/compiler/ppc/parms.lisp | 8 +- src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po | 59 +++++++++ src/i18n/locale/ko/LC_MESSAGES/cmucl.po | 31 +++++ src/lisp/Config.sparc_common | 2 +- src/lisp/Darwin-os.c | 2 +- src/lisp/GNUmakefile | 11 +- src/lisp/log2.c | 139 ++++++++++++++++++++ src/pcl/std-class.lisp | 7 +- src/tools/linker.sh | 17 ++- tests/irrat.lisp | 154 +++++++++++++++++++++++ tests/pcl/defgeneric.lisp | 11 +- tests/trac.lisp | 2 +- 20 files changed, 746 insertions(+), 123 deletions(-) create mode 100644 src/lisp/log2.c create mode 100644 tests/irrat.lisp
hooks/post-receive