1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module/ice-9
Andy Wingo 7565b9fc09 add file-port-close-on-exec?; popen takes advantage of it.
* libguile/fports.c (scm_i_evict_port): Use F_DUPFD_CLOEXEC if the port
  is CLOEXEC.
  (scm_file_port_close_on_exec_p): New interface.
  (scm_i_fdes_to_port): Use F_GETFD on the fd to see if it is cloexec,
  and if it is, mark it in the scm_t_fport.  That way popen.scm won't
  have to do anything about it.

* module/ice-9/popen.scm (ensure-fdes): No need for false-if-exception
  here.
  (open-process): Rework the port-for-each call to not bother with file
  descriptors that are CLOEXEC.
2012-02-14 22:47:15 +01:00
..
and-let-star.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
arrays.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
binary-ports.scm Add get-string-n' and get-string-n!' for R6RS ports 2011-03-13 22:39:14 +01:00
boot-9.scm Merge remote-tracking branch 'origin/stable-2.0' 2012-02-11 18:14:48 +01:00
buffered-input.scm bugfixes and simplifications to ice-9 buffered-input. 2010-10-05 19:55:37 +02:00
calling.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ChangeLog-2008
channel.scm deprecate arity access via (procedure-properties proc 'arity) 2010-04-17 16:28:52 +02:00
command-line.scm Fix --listen option to allow other ports 2011-09-10 11:06:32 -07:00
common-list.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
compile-psyntax.scm globally unique marks and labels using syntax-session-id 2012-01-26 12:08:58 +01:00
control.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
curried-definitions.scm fix curried definitions for value defines 2010-04-08 21:01:52 +02:00
debug.scm gut ice-9 debug 2010-07-16 17:35:43 +02:00
deprecated.scm deprecate fluid-let-syntax in favor of syntax-parameterize 2012-01-06 19:36:58 +01:00
documentation.scm remove program-name, program-documentation 2010-04-17 15:21:08 +02:00
eval-string.scm add ice-9 eval-string 2011-03-05 23:16:11 +01:00
eval.scm Merge remote-tracking branch 'origin/stable-2.0' 2012-01-30 20:27:35 +01:00
expect.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
format.scm format: Add specifier ~h for localized number output. 2012-02-03 16:35:06 +01:00
ftw.scm ftw: Add an error' parameter to file-system-fold'. 2012-01-08 16:16:21 +01:00
futures.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
gap-buffer.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
getopt-long.scm Use default value for make-fluid in Scheme files 2011-11-23 12:54:09 +01:00
hcons.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
history.scm Use `define-module*' in (ice-9 history). 2010-11-20 00:47:12 +01:00
i18n.scm i18n: Provide default values for when Gnulib has no replacement. 2012-02-03 20:11:00 +01:00
lineio.scm remove (ice-9 lineio)'s dependency on (ice-9 readline) 2009-08-18 17:52:46 +02:00
list.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
local-eval.scm "fix" local-eval for introduced toplevels 2012-01-30 20:28:10 +01:00
ls.scm nested module fixen to (ice-9 ls) 2010-04-24 17:42:00 +02:00
mapping.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
match.scm Update (ice-9 match) from Chibi-Scheme. 2011-10-16 18:36:20 +02:00
match.upstream.scm Update (ice-9 match) from Chibi-Scheme. 2011-10-16 18:36:20 +02:00
networking.scm Add `getaddrinfo' and related procedures. 2010-02-14 20:56:47 +01:00
null.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
occam-channel.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
optargs.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
poe.scm (ice-9 poe) does not get handles from weak hash tables 2011-05-01 23:01:13 +02:00
poll.scm ice-9/poll: verify sizeof(struct pollfd) 2011-12-04 22:45:03 +01:00
popen.scm add file-port-close-on-exec?; popen takes advantage of it. 2012-02-14 22:47:15 +01:00
posix.scm nanosecond timestamp support in stat and utime 2010-01-17 16:56:34 +01:00
pretty-print.scm Improve the usage of variable names in Scheme docstrings. 2012-02-02 12:24:40 +01:00
psyntax-pp.scm Merge remote-tracking branch 'origin/stable-2.0' 2012-01-30 20:27:35 +01:00
psyntax.scm Merge remote-tracking branch 'origin/stable-2.0' 2012-01-30 20:27:35 +01:00
q.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
quasisyntax.scm add quasisyntax 2009-11-14 17:25:12 +01:00
r4rs.scm Improve the usage of variable names in Scheme docstrings. 2012-02-02 12:24:40 +01:00
r5rs.scm fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
r6rs-libraries.scm rnrs modules #:replace as appropriate 2010-06-20 23:59:57 +02:00
rdelim.scm read-delimited is clearer and conses less 2010-12-03 18:04:09 +01:00
README
receive.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
regex.scm define* in ice-9 regex 2010-07-09 17:05:24 +02:00
runq.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00
rw.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
safe-r5rs.scm fix some uses of %module-public-interface 2010-04-24 17:43:52 +02:00
safe.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
save-stack.scm deprecate the-last-stack 2010-06-19 13:43:33 +02:00
scm-style-repl.scm remove evaluator-traps-interface 2010-09-24 18:44:21 +02:00
serialize.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
session.scm add an apropos-hook to ice-9 session 2011-12-12 23:42:04 +01:00
slib.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stack-catch.scm deprecate save-stack, stack-saved? 2010-06-19 12:57:31 +02:00
streams.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
string-fun.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
syncase.scm deprecated sc-expand in deprecated (ice-9 syncase) 2010-04-07 00:05:34 +02:00
test.scm Placate a number of `syntax-check' verifications. 2012-01-05 23:38:10 +01:00
threads.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
time.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
top-repl.scm Gracefully handle `setlocale' errors at the REPL. 2011-04-27 00:57:53 +02:00
vlist.scm vlist: Use (ice-9 format). 2012-01-24 10:03:02 +01:00
weak-vector.scm remove weak pairs, rewrite weak vectors 2011-10-24 12:54:14 +02:00

This directory contains various bits of Guile Scheme code.
Most of these are packaged as modules, with foo.scm implementing
the module `(ice-9 foo)'.

The non-module files are:

boot-9.scm	-- loaded on guile startup
		   implements module system + lots of other stuff
arrays.scm	-- loaded by boot-9.scm
networking.scm	-- loaded by boot-9.scm
posix.scm	-- loaded by boot-9.scm
r4rs.scm	-- loaded by boot-9.scm