guix/guix
Ludovic Courtès 76832d3420
Remove most uses of the _IO*F constants.
These constants, for use with 'setvbuf', were deprecated in Guile 2.2
and disappeared in Guile 3.0.  Here we keep these constants in
build-side code where removing them is not feasible.

* guix/build/download-nar.scm (download-nar): Adjust 'setvbuf' calls to
the Guile 2.2+ API.
* guix/build/download.scm (open-socket-for-uri): Likewise.
(open-connection-for-uri, url-fetch): Likewise.
* guix/build/make-bootstrap.scm (make-stripped-libc): Likewise.
* guix/build/union.scm (setvbuf) [guile-2.0]: New conditional wrapper.
(union-build): Adjust to new API.
* guix/ftp-client.scm (ftp-open, ftp-list, ftp-retr): Likewise.
* guix/http-client.scm (http-fetch): Likewise.
* guix/inferior.scm (proxy): Likewise.
* guix/scripts/substitute.scm (fetch, http-multiple-get): Likewise.
* guix/self.scm (compiled-modules): Likewise.
* guix/ssh.scm (remote-daemon-channel, store-import-channel)
(store-export-channel): Likewise.
* guix/ui.scm (initialize-guix): Likewise.
* tests/publish.scm (http-get-port): Likewise.
* guix/store.scm (%newlines): Adjust comment.
2019-01-09 14:47:53 +01:00
..
build Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
build-system
import
scripts Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
store
tests
base16.scm
base32.scm
base64.scm
build-system.scm
cache.scm
channels.scm self: Move all modules into a single directory. 2019-01-07 23:50:56 +01:00
ci.scm
combinators.scm
config.scm.in
cpio.scm
cve.scm
cvs-download.scm
derivations.scm
describe.scm
discovery.scm
docker.scm
download.scm
elf.scm
ftp-client.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
gexp.scm gexp: 'gexp->script' does not emit load-path expression when unnecessary. 2019-01-07 23:50:56 +01:00
git-download.scm
git.scm
glob.scm
gnu-maintenance.scm
gnupg.scm
grafts.scm
graph.scm
hg-download.scm
http-client.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
i18n.scm
inferior.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
licenses.scm
man-db.scm
memoization.scm
modules.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm
pki.scm
profiles.scm
profiling.scm
progress.scm
records.scm
scripts.scm
search-paths.scm
self.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
serialization.scm
sets.scm
ssh.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
status.scm maint: Remove 'cond-expand' forms for Guile 2.0. 2019-01-09 14:47:53 +01:00
store.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
svn-download.scm
swh.scm
tests.scm
ui.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
upstream.scm
utils.scm
workers.scm
zlib.scm