summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2016-05-19 03:26:50 +0200
committerStefan Husmann2016-05-19 03:26:50 +0200
commitc2dc98a4d9584b1aa5e056a415ac1d10ec780ff5 (patch)
tree4670c04f7400050e90fe571df3885af1cad46531 /PKGBUILD
parent392a21580a1a4e1c9dfa8605344f69c41cdcaa3b (diff)
downloadaur-c2dc98a4d9584b1aa5e056a415ac1d10ec780ff5.tar.gz
Updated version (2.1.2.108.ge32dcf2 -> 2.1.2.109.g8b6f4df).
Changelog ========= 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 533a19415906..d951dfe128a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.2.108.ge32dcf2
+pkgver=2.1.2.109.g8b6f4df
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')