summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-28 20:09:33 +0100
committerhaawda2017-11-28 20:09:33 +0100
commit921f238cf33b4bac81fd24c53dacdc223c07f380 (patch)
tree500f6a4566d613e65ba2143df36539e290e3123a
parente64f5610ae094f3471c7758e1fd5481a74f358e9 (diff)
downloadaur-921f238cf33b4bac81fd24c53dacdc223c07f380.tar.gz
Updated version (4733.1388bd8a -> 4737.536c5e7f).
Changelog ========= 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) 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, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5ccfc258ca3..0598653c73ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Nov 28 19:09:32 UTC 2017
pkgbase = ccl-git
pkgdesc = The Clozure Common Lisp implementation
- pkgver = 4733.1388bd8a
+ pkgver = 4737.536c5e7f
pkgrel = 1
url = http://ccl.clozure.com/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8ce95e39728c..a4c0f1ea2dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rogof <rogof /at/ gmx /dot/ com>
pkgname=ccl-git
-pkgver=4733.1388bd8a
+pkgver=4737.536c5e7f
pkgrel=1
pkgdesc="The Clozure Common Lisp implementation"
url="http://ccl.clozure.com/"