summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-03 16:52:14 +0100
committerhaawda2017-12-03 16:52:14 +0100
commit3e5d58d73a2915bf65fec58764d1911e315a15ab (patch)
tree6f6577d2a2deed231c98d609626867e79e39d5a9
parentaef5eeb97f18765057299b10b043894d242ef084 (diff)
downloadaur-3e5d58d73a2915bf65fec58764d1911e315a15ab.tar.gz
Updated version (4744.f1286a7d -> 4745.6be8298f).
Changelog ========= Refer to the GitHub page for CCLDoc (6be8298f) Create LICENSE (f1286a7d) Merge pull request #89 from xrme/blurb (2742cf78) Update blurb (8f55ab22) Merge pull request #83 from jkordani/basename-fix (b2ec83d4) Merge pull request #88 from xrme/no-svnversion (868d06eb) Don't use svnversion in kernel makefiles (54760f42) Merge pull request #87 from svspire/master (536c5e7f) We do *not* want -D_DARWIN_NO_64_BIT_INODE here (1388bd8a) Go back to using mod instad of rem in %bignum-random (6333b0da) Use xcrun to set SDKROOT when on Yosemite and later (6d5b7fd3) Swap parameters to error message to be in correct order. (669926d9) Bugfix to ccl::basename. Specifying a directory now yields a relative pathspec instead of an absolute, i.e. #P"/one/two/three/" ->> #P"three/" instead of #P"/three/" (ffb95c37) Merge pull request #80 from xrme/ucontext-fix (030b03e3) Function prototypes for arch_prctl (7dc156fa) Include stdio_ext.h on Solaris and Linux (for __fpurge) (2cb1f901) On Linux, use ucontext_t rather than struct ucontext (a87d61b8) Fix STREAM-LISTEN on concatenated streams. (#64) (09fc19ba) Fix stream-eofp on concatenated streams. (#63) (58f135c1) Make FD-STREAM-EOFP reliably return T when at EOF. (#62) (db89a35b) building in both cygwin and msys2 (#58) (74e21084) Merge pull request #57 from ailisp/pthread-mingw64 (1aa27a22) Relocate Hans Huebner's advice-based profiler into tools directory (7585935a) Merge pull request #56 from ailisp/pmcl-kernel-typo (5696dbb1) fix need libpthread-1.dll in windows 64 build (2b2e958b) fix typo (5c05edf6) Merge pull request #47 from eugeneia/issue-44 (19f105c9) defmacro - record fully qualified argstring (7addcf11) New script for buildbot workers to use to get bootstrapping binaries (f00d4bab) Merge pull request #39 from xrme/freebsd-executable-name (caa3ba40) In determine_executable_name, use sysctl(3) on FreeBSD (e25db62d) Fixed #'editor-error so it wouldn't drop into the Altconsole when you e.g. do a Show Callers in the IDE and then select an :INTERNAL function. (cb495c3c) Listified an argument. Because sometimes value isn't a list and that causes the IDE debugger to throw to the AltConsole. I've seen this most often with asdf when trying to invoke a backtrace after asdf throws an error. Does the &lexpr case need the same fix? (c99246fc) In with-output-to-vector, make :default the default external-format (9089fcfd) Express auto-flush-stream tick interval in terms of *ticks-per-second* (47fd1930) Merge pull request #30 from gzacharias/bignum-random (2de5067a) Normalize bignums in 32 bit bignum-random, should fix trac ticket:1403 (aadabd86) Merge pull request #29 from gzacharias/bignum-random (b09087d9) In %bignum-random, normalize generated bignum (46178016) Merge pull request #28 from gzacharias/master (c7d30089) Use defloadvar instead of defparamter for NSString values (ac0206af) Update bundled ASDF to version 3.2.0 (54af55ae) Merge pull request #21 from tfeb/ignore-app (6832662a) Ignore the built application on OSX (45bfa0e0) Fix non-literal-null-conversion warning (3f6e5086) Fix warnings about shifting a negative signed value (94903107) Less horrible .gitignore (7a1a5d90) If mman.h doesn't define MAP_NORESERVE, just define it to be 0 (0d3ee721) Quote SVN_REVISION (9a15c59f) Merge pull request #18 from tfeb/tfeb-gitignore-fixes (190cf3d9) gitignore: ignore some more ephemera (3e5296c9) Merge pull request #6 from eval-apply/gitignore (e6d92042) add object files to the git ignore (6cfb549f) Create README.md (9e7f2fb3)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 515914d37d49..4ee6d8fdb6df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 2 06:56:56 UTC 2017
+# Sun Dec 3 15:52:14 UTC 2017
pkgbase = ccl-git
pkgdesc = The Clozure Common Lisp implementation
- pkgver = 4744.f1286a7d
+ pkgver = 4745.6be8298f
pkgrel = 1
url = http://ccl.clozure.com/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3f5fdd743e20..fd99c5819e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rogof <rogof /at/ gmx /dot/ com>
pkgname=ccl-git
-pkgver=4744.f1286a7d
+pkgver=4745.6be8298f
pkgrel=1
pkgdesc="The Clozure Common Lisp implementation"
url="http://ccl.clozure.com/"