mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Update NEWS.
* NEWS: Update.
This commit is contained in:
parent
c7dec0b231
commit
2e2e13c40a
1 changed files with 20 additions and 0 deletions
20
NEWS
20
NEWS
|
@ -45,6 +45,11 @@ the first Scheme compiler. Because the baseline compiler runs faster
|
|||
and includes less code than the CPS compiler, Guile takes less time to
|
||||
build.
|
||||
|
||||
** New 'pipeline' procedure in (ice-9 popen)
|
||||
|
||||
The 'pipeline' procedure provides a simple way to spawn command pipeline
|
||||
as one would do in a shell.
|
||||
|
||||
** Refreshed bitvector facility
|
||||
|
||||
See "Bit Vectors" in the manual, for more on all of these.
|
||||
|
@ -80,6 +85,21 @@ This replaces bit-invert!.
|
|||
|
||||
These replace the wonky "bit-set*!" procedure.
|
||||
|
||||
* Bug fixes
|
||||
|
||||
** statprof reports the names of primitives
|
||||
|
||||
Previously statprof would show strings like "anon #x1234" for primitives
|
||||
written in C.
|
||||
|
||||
** 'http-get', 'http-post', etc. now honor #:verify-certificates?
|
||||
(<https://bugs.gnu.org/40486>)
|
||||
|
||||
** (web http) parser recognizes the CONNECT and PATCH methods
|
||||
|
||||
** Initial revealed count of file ports is now zero
|
||||
(<https://bugs.gnu.org/41204>)
|
||||
|
||||
* New deprecations
|
||||
|
||||
** Old bitvector interfaces deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue