* Notable changes
** SRFI-105 curly infix expressions are supported
** Reader options may now be per-port
** Futures may now be nested
** `GUILE_LOAD_PATH' et al can now add directories to the end of
the path
** `load-in-vicinity' search for `.go' files in `%load-compiled-path'
** Extension search order fixed, and LD_LIBRARY_PATH preserved
** Optimize calls to `equal?' or `eqv?' with a constant argument
* Manual updates
** SRFI-9 records now documented under "Compound Data Types"
** (ice-9 and-let-star) and (ice-9 curried-definitions) now documented
* New interfaces
** New "functional record setters" as a GNU extension of SRFI-9
** web: New `http-get*', `response-body-port', and `text-content-type?'
procedures
** `string-split' accepts character sets and predicates
** R6RS SRFI support
** `define-public' is no a longer curried definition by default
etc. see NEWS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=57
* Notable changes
** New optimization pass: common subexpression elimination (CSE)
** Improvements to the partial evaluator
** Run finalizers asynchronously in asyncs
** Update SRFI-14 character sets to Unicode 6.1
** Better source information for datums
** Improved error and warning messages
** A few important bug fixes in the HTTP modules.
** Pretty-print improvements
** Fix memory leak involving applicable SMOBs
** Support for HTTP/1.1 chunked transfer coding
** Micro-optimizations
** Incompatible change to `scandir'
* New interfaces
** New C function: `scm_to_pointer'
** New C inline functions: `scm_new_smob', `scm_new_double_smob'
** (ice-9 format): Add ~h specifier for localized number output.
** (web response): New procedure: `response-must-not-include-body?'
** New predicate: 'supports-source-properties?'
** New C helpers: `scm_c_values', `scm_c_nvalues'
** Newly public inline C function: `scm_unget_byte'
** (language tree-il): New functions: `tree-il=?', `tree-il-hash'
** New fluid: `%default-port-conversion-strategy'
** New syntax: `=>' within `case'
** (web http): `make-chunked-input-port', `make-chunked-output-port'
** (web http): `declare-opaque-header!'
* New deprecations
** `close-io-port' deprecated
** `scm_sym2var' deprecated
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=54
** Guile has a new optimizer, `peval'.
** New module: `(web client)', a simple synchronous web client.
** Users can now install compiled `.go' files.
** Remove Front-Cover and Back-Cover text from the manual.
** More helpful `guild help'.
** New macro: `define-syntax-rule'
** The `,time' REPL meta-command now has more precision.
** `(ice-9 match)' can now match records.
** New module: `(language tree-il debug)'.
** New functions: `scm_is_exact', `scm_is_inexact'.
** Fix order of importing modules and resolving duplicates handlers.
** Fix a number of bugs involving extended (merged) generics.
** Fix invocation of merge-generics duplicate handler.
** Fix write beyond array end in arrays.c.
** Fix read beyond end of hashtable size array in hashtab.c.
** (web http): Locale-independent parsing and serialization of dates.
** Ensure presence of Host header in HTTP/1.1 requests.
** Fix take-right and drop-right for improper lists.
** Fix leak in get_current_locale().
** Fix recursive define-inlinable expansions.
** Check that srfi-1 procedure arguments are procedures.
** Fix r6rs `map' for multiple returns.
** Fix scm_tmpfile leak on POSIX platforms.
** Fix a couple of leaks (objcode->bytecode, make-boot-program).
** Fix guile-lib back-compatibility for module-stexi-documentation.
** Fix --listen option to allow other ports.
** Fix scm_to_latin1_stringn for substrings.
** Fix compilation of untyped arrays of rank not 1.
** Fix unparse-tree-il of <dynset>.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=28
** `guile-tools' renamed to `guild'
** New control operators: `shift' and `reset'
** `while' as an expression
** Disallow access to handles of weak hash tables
** More precision for `get-internal-run-time', `get-internal-real-time'
** Guile now measures time spent in GC
** Add `gcprof'
** `map', `for-each' and some others now implemented in Scheme
** Add `scm_peek_byte_or_eof'.
** Implement #:stop-at-first-non-option option for getopt-long
** Improve R6RS conformance for conditions in the I/O libraries
** All deprecated routines emit warnings
** Constants in compiled code now share state better
** VLists: optimize `vlist-fold-right', and add `vhash-fold-right'
** UTF-8 ports to bypass `iconv' entirely
** Compiler speedups
** VM speed tuning
** SRFI-1 list-set optimizations
** `memq', `memv' optimizations
** Deprecate scm_whash API
** Deprecate scm_struct_table
** Deprecate scm_internal_dynamic_wind
** Deprecate scm_immutable_cell, scm_immutable_double_cell
** Fix double-loading of script in -ds case
** -x error message fix
** iconveh-related cross-compilation fixes
** Fix small integer return value packing on big endian machines.
** Fix hash-set! in weak-value table from non-immediate to immediate
** Fix call-with-input-file & relatives for multiple values
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=13