1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/ice-9
Andy Wingo 0fb81f95b0 add exception_on_error optional arg to primitive-load-path
* libguile/init.c (scm_load_startup_files): Use
  scm_c_primitive_load_path.

* libguile/load.c (scm_primitive_load_path): Add an optional arg,
  exception_on_error, which if #f will cause primitive-load-path to just
  return #f if no file is found. This is to help out the semantics of
  try-module-autoload. We can't just catch misc-error, because loading
  the file could raise any exception.
  (scm_c_primitive_load_path): Add the extra arg to
  scm_primitive_load_path.

* libguile/load.h: Adapt scm_primitive_load_path prototype.

* module/ice-9/boot-9.scm (try-module-autoload): Refactor slightly to be
  clearer.
2009-06-03 22:20:55 +02:00
..
debugger merge ice-9, srfi, oop makfiles into module makefile 2009-04-24 19:40:55 +02:00
debugging merge ice-9, srfi, oop makfiles into module makefile 2009-04-24 19:40:55 +02:00
and-let-star.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
arrays.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
boot-9.scm add exception_on_error optional arg to primitive-load-path 2009-06-03 22:20:55 +02:00
buffered-input.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
calling.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
ChangeLog-2008 move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
channel.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
common-list.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
compile-psyntax.scm new language: tree-il. psyntax generates it when run in compile mode. 2009-05-07 17:32:01 +02:00
debug.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
debugger.scm repl.scm relies on `display-backtrace' to do everything, some naming tweaks 2008-12-26 18:07:20 +01:00
deprecated.scm Fix explicitely' typos, should be explicitly' 2009-05-20 18:51:03 +01:00
documentation.scm update docs, clean up VM vestiges, macro docs, fix (/ a b c) 2009-05-24 13:09:01 +02:00
emacs.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
expect.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
format.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
ftw.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
gap-buffer.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
gds-client.scm Merge commit 'origin/master' into vm 2009-01-12 21:36:39 +01:00
gds-server.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
getopt-long.scm Replace eval-case with eval-when 2009-03-06 13:29:13 +01:00
hcons.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
history.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
i18n.scm Replace eval-case with eval-when 2009-03-06 13:29:13 +01:00
lineio.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
list.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
ls.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
mapping.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
match.scm fix bad syntax in define-macro, (ice-9 match), and (oop goops) 2009-04-25 12:50:53 +02:00
networking.scm make sure we compile boot code in (guile), not (guile-user) 2009-04-24 23:10:31 +02:00
null.scm ice-9 syncase now deprecated, woo 2009-04-24 14:34:23 +02:00
occam-channel.scm ice-9 syncase now deprecated, woo 2009-04-24 14:34:23 +02:00
optargs.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
poe.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
popen.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
posix.scm make sure we compile boot code in (guile), not (guile-user) 2009-04-24 23:10:31 +02:00
pretty-print.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
psyntax-pp.scm source location tracking in psyntax, booya! 2009-05-22 21:12:42 +02:00
psyntax.scm source location tracking in psyntax, booya! 2009-05-22 21:12:42 +02:00
q.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
r4rs.scm make sure we compile boot code in (guile), not (guile-user) 2009-04-24 23:10:31 +02:00
r5rs.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
rdelim.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
README move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
receive.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
regex.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
runq.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
rw.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
safe-r5rs.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
safe.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
serialize.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
session.scm Merge commit '53d81399be' into vm-check 2009-03-17 15:59:40 +01:00
slib.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
stack-catch.scm fix backtraces with compiled boot-9 2009-05-26 21:51:42 +02:00
streams.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
string-fun.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
syncase.scm syncase early in boot-9, defmacros in terms of syntax-case -- halfway working 2009-04-24 14:20:30 +02:00
test.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
threads.scm fix expansion of (ice-9 threads) 2009-05-22 12:45:49 +02:00
time.scm distcheck fix, fix (ice-9 time) 2009-05-26 16:03:37 +02:00
weak-vector.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01: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