1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 03:30:24 +02:00
guile/module/ice-9
Ludovic Courtès f78a1ccede Raise an error for (begin) when `--disable-deprecated'.
* module/ice-9/psyntax.scm (define-expansion-constructors)[begin-form]:
  Emit a syntax-violation error for empty sequences when
  --disable-deprecated.

* test-suite/tests/syntax.test (pass-if-syntax-error): Fix typo in error
  message.
2012-01-05 22:38:06 +01:00
..
and-let-star.scm
arrays.scm
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 current-input-port et al are srfi-39 parameters 2011-12-10 21:37:19 +01:00
buffered-input.scm bugfixes and simplifications to ice-9 buffered-input. 2010-10-05 19:55:37 +02:00
calling.scm
ChangeLog-2008
channel.scm
command-line.scm Fix --listen option to allow other ports 2011-09-10 11:06:32 -07:00
common-list.scm
compile-psyntax.scm generate psyntax-pp in canonical form 2011-09-28 19:42:32 +02:00
control.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
curried-definitions.scm
debug.scm gut ice-9 debug 2010-07-16 17:35:43 +02:00
deprecated.scm Add a deprecated alias for $expt 2011-12-19 01:15:19 +01:00
documentation.scm
eval-string.scm add ice-9 eval-string 2011-03-05 23:16:11 +01:00
eval.scm set names of functions defined at the toplevel from `eval' 2011-11-15 23:41:51 +01:00
expect.scm
format.scm Make `(format #f ...)' always Unicode-capable. 2011-02-08 23:14:00 +01:00
ftw.scm ftw: Include sub-directories in the result of `scandir'. 2011-12-19 22:25:30 +01:00
futures.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
gap-buffer.scm
getopt-long.scm Use default value for make-fluid in Scheme files 2011-11-23 12:54:09 +01:00
hcons.scm
history.scm Use `define-module*' in (ice-9 history). 2010-11-20 00:47:12 +01:00
i18n.scm
lineio.scm
list.scm
ls.scm
mapping.scm
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
null.scm
occam-channel.scm
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 revert 4a2ac0623c 2011-04-13 12:50:41 +02:00
posix.scm
pretty-print.scm Use ellipsis character in truncated pretty-print of sequences 2010-11-08 18:57:29 -08:00
psyntax-pp.scm document invalidity of (begin) as expression; add back-compat shim 2011-12-21 20:14:59 -05:00
psyntax.scm Raise an error for (begin) when `--disable-deprecated'. 2012-01-05 22:38:06 +01:00
q.scm
quasisyntax.scm
r4rs.scm Fix call-with-input-file & relatives for multiple values 2011-05-02 23:23:51 +02:00
r5rs.scm
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
rw.scm
safe-r5rs.scm
safe.scm
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
session.scm add an apropos-hook to ice-9 session 2011-12-12 23:42:04 +01:00
slib.scm
stack-catch.scm deprecate save-stack, stack-saved? 2010-06-19 12:57:31 +02:00
streams.scm
string-fun.scm
syncase.scm
test.scm
threads.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
time.scm
top-repl.scm Gracefully handle `setlocale' errors at the REPL. 2011-04-27 00:57:53 +02:00
vlist.scm Fix documentation for vhash-fold and vhash-fold-right 2011-12-30 23:26:32 -05:00
weak-vector.scm

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