summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2016-05-23 11:26:01 +0200
committerStefan Husmann2016-05-23 11:26:01 +0200
commitdde9f0dec9a6e7e691de6f87a7ca33cb547c170f (patch)
tree7cf02c99c12de3a7cdfdf50b2acf8f50fe5920a5 /PKGBUILD
parent49e64eeddac90bcdbf832d21f6c574c864d461e4 (diff)
downloadaur-dde9f0dec9a6e7e691de6f87a7ca33cb547c170f.tar.gz
Updated version (2.1.2.110.g534139e -> 2.1.2.164.gc95a193).
Changelog ========= get-bytevector-n in Scheme. (c95a193) Fix range checking in new Scheme-to-C port code (4e288ec) More thorough ice-9 sports testing (2c95a21) Merge from stable-2.0 (2badbd0) doc: Fix typo in Web documentation. (a7d0a0d) http: Accept date strings with a leading space for hours. (b9f6e89) Bump user-visible copyright years to 2016. (140496c) SRFI-19: Update the table of leap seconds. (994b7d7) http: Use 'read-header-line' instead of 'read-line*'. (66bc464) http: Accept empty reason phrases. (f53145d) http: Test that responses lacking CR/LF are rejected. (3829047) Bump user-visible copyright years to 2015. (95d146f) Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options. (7d7e4bc) Regenerate SRFI-14 character set data. (cfd4401) build: Add SCM_T_OFF_MAX and SCM_T_OFF_MIN to scmconfig.h. (5de910b) doc: Mention a known-good Flex version number. (a88f94f) Thank David and Kouhei. (34428bc) build: Remove libguile/mkstemp.c, redundant with Gnulib. (7c36145) Remove SIGEV constant definitions. (41f28a9) Add Hurd signal and error constants. (befaad0) Add new Linux errno constants. (cdd0dc8) Fix the rule to check for new signals and errors (9955526) i18n: Add new collation test for posterity. (2e3f6c3) web: Gracefully handle premature EOF when reading chunk header. (0bcf5d7) docs: Fix external representation of <toplevel-define> in tree-il. (d975a8d) web: Fix 'close' method of delimited input ports. (d52edc0) Thank Ricardo. (013e698) doc: Fix menu order for SXML. (e8d3733) doc: Add SXPath documentation from sources (b6c1018) psyntax: Fix bug in match-each+. (bb7075d) Clarify datum->syntax documentation. (a04c849) Fix uses of 'scm_gc_protect', which does not exist, in the manual. (3cf70e3) Heed the reader settings implied by #!r6rs (d77247b) Fix atan procedure when applied to complex numbers. (aa13da5) doc: Fix parameter of 'set-record-type-printer!'. (ea8fa62) i18n: Check for non-POSIX strtol_l. (7413430) Fix typo in the man page. (96b2990) Fix typo in manual. (e7cde8b) doc: Update libgc URL. (93c3b06) Add more R6RS port encoding tests (82357f7) Handle zero-length bytevectors correctly in (system base types). (7b10692) Work around requirement that size be non-zero in GDB 'open-memory'. (8dcf3c6) web: Export 'server-impl' procedures and the 'http' server implementation. (d848067) Correct docstring of 'symlink'. (704c911) tests: Gracefully handle ENOSYS return for 'setaffinity'. (70d8ef7) tests: Make 'test-guild-compile' more reliable. (05bea20) Don't return expressions from void functions in numbers.c (30db824) Implement 'string-utf8-length' and 'scm_c_string_utf8_length'. (e390e57) http: Do not buffer HTTP chunks. (751a55e) tests: Use 'pass-if-equal' in web-http chunked encoding tests. (c6d88d1) Speed up port position access from Scheme (fd17cf9) Implementation of read-delimited in Scheme (a4b0635) Sports refactor (fd5e69d) Add install-sports!, uninstall-sports! functions (1852633) Support for non-blocking I/O (534139e) Fix sports.test (8b6f4df) Test Scheme port implementation (e32dcf2) U+FFFD is the input substitution character (1e058ad) Bump objcode version (da456d2) Update NEWS for release (d6922b4) Remove unused type from ports-internal (745cbb4) Document scm_c_make_port and friends (556ac97) Update port mode bits documentation. (a9d0fe9) Add SCM_OPN to mode bits when making ports (9ecf77a) Update port type documentation (9322902) Use heap-allocated port types instead of ptobnums (cd51ce8) Make scm_t_ptob_descriptor private. (17f9036) Update port documentation (af1c443) Remove scm_t_port_internal (0857498) Make scm_t_port private (e5d2f4e) Make port buffering fields private (9a9e0cc) Make file/line/column fields of ports private (8af6497) Embed scm_t_port in scm_t_port_internal (209d50c) Remove SCM backlink in port structure (fe7ceff) Add random_access_p port type method (6ff542e) Add (ice-9 sports) module (704c428) Beginnings of shunting ports-in-scheme off to a module (d1bb400) Implement lookahead-u8, get-u8 in Scheme (df0dade) %read-char speedup (a8fe0f4) Implement read-char in Scheme. (d28d1a5) %peek-char port argument optional. (ab21af5) peek-char-and-len/iconv uses both returns from fill-input (3ccfa21) Fix bad-utf8-len bug. (9c02ede) clear-stream-start-for-bom-read refactor (0dd1819) Fix port-clear-stream-start-for-bom-read logic. (502e3a2) Scheme peek-char can handle iconv encodings (837a7e0) Factor out iconv to port-decode-char (8ee1899) Simplify decoding error handling (08c67db) Decoding errors do not advance read pointer (1953d29) Fix bug in trampoline_to_c_read (83e5ccb) Speed refactors to Scheme %peek-char (d77b504) Fix port-clear-stream-start-for-bom-read bug (13f2128) Fix use of port-encoding (bed7bdc) Speed up peek-char (0b4b4db) Port to Scheme of new BOM handling (6d15a71) Handle BOM around fill/flush instead of peek/put (86267af) Spead tweaks to Scheme peek-char (d7a111b) Add integer->char and char->integer opcodes (f5b9a53) Initial peek-char implementation in Scheme (2ba6380) Port refactors to help Scheme peek-char (36e3213) Port conversion strategies internally are symbols (383df79) Port encoding internally represented as symbol (d8711b9) Minor tweak to Scheme peek-byte. (422f65f) Changes to Scheme fill-input corresponding to C (4ba59e9) Char readers peek into read buffer (1309ab8) scm_fill_input can guarantee a minimum fill amount (56c48d1) peek-byte in Scheme (6a752bc) Tweak port initialization order (300c85b) Refactor way the-eof-object is defined (555c934) Add SCM port read/write functions (8bad621) Remove port locks (2b47043) Optimize peek-char (8b46a4a) Remove port locking around write, display (ee4854a) scm_lfwrite, not scm_lfwrite_unlocked (15d5304) Remove scm_c_write_unlocked (d0b9d3b) Remove scm_puts_unlocked. (105e365) Remove scm_putc_unlocked. (206b3f6) Remove scm_fill_input_unlocked (7966760) Remove locking in scm_end_input (abf90c4) scm_ungetc, scm_ungets instead of _unlocked variants (122c8e6) Remove scm_unget_{byte,bytes}_unlocked (21650f8) Replace scm_getc with scm_getc_unlocked (cd83872) Remove scm_c_read_bytes_unlocked (9632b24) Remove scm_flush_unlocked / scm_end_input_unlocked (99899b7) Remove port rw_active field (69a1b83) scm_c_read instead of scm_c_read_unlock (4934b69) Refactor to internal get/peek-byte functions (fb577b5) Refactor thread safety for %port-property (3e951f7) Port buffers are Scheme values (5a342f6) peek-u8 correctness and speed refactor (bb6edc5) Port buffer cur/next pointers are Scheme values (ffb4347) Remove "buf" field from port buffers (10dc6d0) Remove size field from port buffers (b869344) Port buffer has-eof? field is SCM value (f629740) Remove unrelated scm_t_port_buffer use in vports (2214fff) Load port bindings in separate (ice-9 ports) module (44b3342) Fix R6RS imports of interfaces that use interfaces (5e470ea) Fix scm_init_struct dependency on port conversion handlers (cf80502) Fix error in exception printer when bootstrapping (110695c) Allow port "write" functions to only write a chunk (a9cf9f4) Update port implementation documentation. (d831408) Port read/write functions take bytevectors (f7027a8) make-chunked-output-port buffering fix (55fb8f4) Fold 2.1.2 NEWS items into cumulative 2.2 NEWS (3ce52fa) Update NEWS for changes to port buffering. (f5a0c16) Generic port facility provides buffering uniformly (8399e7a) Port close functions return void (e8eeeeb) When making soft port, parse handlers into struct (c0d5f8b) Cosmetic changes to vports.c (b51c34e) Fix POLLOUT assignment from port buffers (4bd9038) Flush buffered reads / writes before seeking (b77fb75) Whitespace fixes (b7e49a7) Refactor to rw_random / rw_active port flags (2caae47) Custom binary port internals refactor (b538a96) Cosmetic changes to r6rs-ports.c (693359c) Remove port equal functions (e98f640) Remove port free functions; just close instead (67b147f) Remove port mark functions (4460f1f) Move line-buffing machinery to ports.c (4eb9fd4) Use symbols instead of _IONBF values as args to setvbuf (59a1845) Move setvbuf impl to ports.[ch] (0a0a8d8) display-{application,-backtrace} delegate to Scheme (8a0fc51) Fix frame->stack-vector when no stack is active (737e62f) Fix lower-bound saturation in type inference (43a038f)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c18cb84ec4bd..beca4b7505e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.2.110.g534139e
+pkgver=2.1.2.164.gc95a193
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')