summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-05-29bump epochhaawda
2020-08-03switch back to correct branchhaawda
2020-05-25switch to fx-c-headers branchhaawda
2020-01-05fix typo in description of optional dephaawda
2019-06-16major rewritehaawda
2018-11-22rewritehaawda
2017-12-15Updated version (4746.e9fa23f3 -> 4748.1944cfb3).AUR Update Bot
Changelog ========= Merge remote-tracking branch 'upstream/master' (1944cfb3) Revert an attempt to speed up self-tail-calls (fa461a4a) Update README.md (e9fa23f3)
2017-12-06Updated version (4745.6be8298f -> 4746.e9fa23f3).AUR Update Bot
Changelog ========= Update README.md (e9fa23f3)
2017-12-03Updated version (4744.f1286a7d -> 4745.6be8298f).AUR Update Bot
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)
2017-12-02Updated version (4741.b2ec83d4 -> 4744.f1286a7d).AUR Update Bot
Changelog ========= 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)
2017-11-30updatehaawda
2017-11-28Updated version (4733.1388bd8a -> 4737.536c5e7f).haawda
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)
2017-11-23updatehaawda
2017-11-17fetch binaries, so it workshaawda
2017-11-14Updated version (1.12.r16812 -> 4730.030b03e3).haawda
2017-11-14initial uploadhaawda