summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2016-09-02 23:46:12 +0200
committerStefan Husmann2016-09-02 23:46:12 +0200
commitae6949fe91da3241193c918610480bc5ad8d6025 (patch)
tree3bc940ce2b762fcab7ab88c5972ca03f92de03d4 /PKGBUILD
parent4d637dc90815cbc7b5382bab8dcf749aaecc9a10 (diff)
downloadaur-ae6949fe91da3241193c918610480bc5ad8d6025.tar.gz
Updated version (2.1.3.123.g0f2f594 -> 2.1.3.126.gb494bc1).
Changelog ========= Fix typo in Nil documentation (b494bc1) Better char<? compilation (3b2cd09) GOOPS caches created vtables (2dbb0e2) Better unboxing (0f2f594) Fabricated expression tweak in CSE (723efdf) Add unboxed logxor on u64 values (49d77b1) GC of non-blocking port does not block (b733ca4) Only ptob->close() after read/write finish (b8a53b9) Fix example in make-custom-binary-input-port documentation (cc9e72b) Set rw_random correctly for all custom binary port types (f46cb25) Avoid flushing buffers for ftell (eeb23e7) Require C99 to build Guile. (9996695) Add tests for make-custom-binary-input/output-port (b9b2352) Correct section number for "Input Ports" tests. (40c6734) Move system* to posix.c, impl on open-process (ad4fe88) Add file descriptor finalizers (2fa2e50) Remove duplicate documentation (4256e06) Remove SCM_I_MAX_PORT_TYPE_COUNT (ebb8cb7) ETag list headers accept sloppy etags (342bd8d) Add prebuilt alias for x86_64-pc-linux-gnu (57aff02) Tweak to conversion strategy access (af360e5) Fix exception when running ",help debug" (aa86ae6) Fix typo about open-pipe (8f2f8db) Recognize alpha as compilation target (b434ea3) Fix typo about variable definitions (2450278) Documentation fixes (96d3cb3) Let assv/assoc shortcircuit to assq where feasible (469970d) Recognize nios2 as compilation target (8ad6766) Capture full path to GUILE_FOR_BUILD. (bcc40bc) Fix grammar in api-compound.texi (978229a) Fix typo about pattern variables (0f1b567) Manual recommends against SRFI-10 (e68dd5c) Implement R6RS custom binary input/output ports (1a1c3bb) Fix compilation of `continue' in `while'. (8da33d9) Avoid compilation warnings about alloca in read.c (d2684fe) Fix --without-threads against threaded BDW-GC (4012143) Reimplement null-threads as inline functions (ca2d00a) Use non-deprecated HAVE_STRUCT_TM_TM_ZONE (315acd5) Use gnulib for basename / dirname (1f14900) Gnulib: Add dirname-lgpl. (8868c85) doc: Add unquote and unquote-splicing examples. (ad7e806) Untabify posix-w32.c (0cf155b) Improve process handling on MS-Windows (62843d5) Allow mkstemp! to have optional "mode" argument (aae3561) doc: Do not gender the programmer. (e868fae) Update uname implementation in posix-w32 (d87915f) Fix unused static variables in net_db.c (da0ee4d) Fix MinGW build error (a58bfb4) Update NEWS (ea223b0) Add popen feature (513344e) Add POSIX shims for MinGW (3231d76) Rename win32-uname.[ch] to posix-w32.[ch] (b2d77c3) Ignore meta/build-env (d32f37e) Factor start_child out of open_process (10ae9cc) More specific status:exit-val et al compilation guards (f632d45) getaffinity, setaffinity docstring cleanup (9222e05) Provide `kill' only if supported by the host (a1cb59c) More robust setuid, setgid, etc detection (a9e726e) Add missing 'const' qualifier. (b505ad9) Unconditionally include <time.h> from Gnulib. (abb0b54) build: Remove unneeded check for 'unsetenv'. (147ba05) build-env: prebuilt .go files are in srcdir (867316f) Add meta/build-env (38f23e7) Avoid Gnulib unistr/* modules (b05b67b) Update Gnulib to 68b6ade. (d484bfb) Update git-version-gen.diff for current gnulib (0d191d1) Update NEWS (85faf8e) tests-suite: resurrect invoking check-guile --coverage. (516f70f) psyntax can trace expand-time changes to the current module (a62d46f) Fix uninstalled-env bug that put prebuilt/ in front (e264117) Fixing GUILE_PROGS wrong versioning checks (ed39782) Do not track some test-suite files (cce3ea2) Fix 'monitor' macro. (d5d7e30) Add -Wmacro-use-before-definition (3e719e0) Fix duplicate case in peval (31c76f1) Add documentation pointer from getopt-long to SRFI-37. (73714b8) Favor "escape continuation" over "one-shot continuation" in manual (5f9134c) Check for strtod_l before using it. (6a5b44d) Constant-folding eq? and eqv? uses deduplication (229d062) Prevent (@ (ice-9 boot-9) x) (ff5cafc) On Darwin, skip tests that depend on setrlimit (9687334) Fix texinfo->html for @acronym, @itemize (bd65845) Parse bytecode to determine minimum arity (d848af9) Fix include-from-path when file found in relative path (5ca24b6) Avoid stifling readline history when looking up options (395582b) Fix typo about `keywords' read option (cab7167) Fix ,profile in pure modules (7d550c4) Add with-input-from-port, etc documentation (20718dd) Clarify use of the term "scanning" in the manual (f84006c) Locale is default port encoding (f23dfc0) Add weak hash table documentation (8a072fc) Fix R6RS fold-left documentation (498cd58) Static default for define-module #:duplicates (3df2293) Fix default-duplicate-binding-handlers for compilation (04d87db) Don't serialize uninterned symbols (1d72d46) Fix memory leak in scm_from_{u,}int64 on 32-bit platforms (2c8ea5a) Remove unused doc/maint (e7f1038) Fix race between SMOB marking and finalization (c01a2a7) Fix relative file name canonicalization on paths with "." (9a95167) Remove unused internal i18n functions (d84f25c) Remove a stale variable use in libguile/Makefile.am (0ef4b76) Fix SCM_DEBUG_TYPING_STRICTNESS bug (3abd8e1) Fix (< 'foo) compilation (0472af4) Fix srfi-64.test for #:select borkage. The irony... (2546849) `define!' instruction returns the variable (f1c0434) Use source file permissions for compiled files (1f6a8f2) Document pretty-print #:max-expr-width (7e88ca6) Importing modules with #:select no longer grovels private bindings (d0d14f4) Detect too-old libunistring at configure-time. (bcc3c6b) Update and-let-star.test (b8f5cdc) Add SRFI-2 (and-let*) test suite. (daf8d33) Fix SRFI-2 (and-let*) implementation. (8ffcd28) Add R6RS bytevector->string, string->bytevector (4e27e3c) Export &i/o-decoding, &i/o-encoding from (rnrs) (59f062e) Implement R6RS output-port-buffer-mode (5d95166) (rnrs hashtables): Hash functions of eq? and eqv? hashtables (d545e45) (rnrs hashtables): Mutation of immutable hashtable ignored (c1abe68) Fix fixnum-range changes in R6RS fixnum bitops (beea630) Add another code coverage test (845c873) Document sigaction + SA_RESTART (e877e1b) Fix peval on (call-with-values foo (lambda (x) x)) (fff0132) Document char-ready? limitations. (5b6eaa9) Fix size measurement in bytevector_large_set (dc7bc06) Fix uri-decode behavior for "+" (687d393) Add reference to the lack of "non-greedy" variants (4cf81b7) Remove link to Emacs' regexp syntax (ff040ee)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfc923d0191a..3f4c51f591af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.3.123.g0f2f594
+pkgver=2.1.3.126.gb494bc1
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')