1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-12 00:30:20 +02:00
Commit graph

916 commits

Author SHA1 Message Date
Mikael Djurfeldt
1a179b03b0 * lib.scm: Move module the system directives `export',
`export-syntax', `re-export' and `re-export-syntax' into the
  `define-module' form.  This is the recommended way of exporting
  bindings.

* srfi-2.scm, srfi-4.scm, srfi-8.scm, srfi-9.scm, srfi-10.scm,
srfi-11.scm, srfi-14.scm, srfi-16.scm: Move module the system
directives `export', `export-syntax', `re-export' and
`re-export-syntax' into the `define-module' form.  This is the
recommended way of exporting bindings.

* goops.scm, goops/active-slot.scm, goops/compile.scm,
goops/composite-slot.scm, goops/describe.scm, goops/dispatch.scm,
goops/old-define-method.scm, goops/save.scm, goops/util.scm: Move
module the system directives `export', `export-syntax',
`re-export' and `re-export-syntax' into the `define-module' form.
This is the recommended way of exporting bindings.

* slib.scm (array-indexes): New procedure.
(*features*): Extend.  (Probably some of these options should be
set elsewhere.)  (Thanks to Aubrey Jaffer.)

* and-let-star-compat.scm, and-let-star.scm, calling.scm,
  channel.scm, common-list.scm, debug.scm, debugger.scm,
  expect.scm, hcons.scm, lineio.scm, ls.scm, mapping.scm,
  null.scm, optargs.scm, poe.scm, popen.scm, pretty-print.scm,
  q.scm, r5rs.scm, rdelim.scm, regex.scm, runq.scm, safe-r5rs.scm,
  safe.scm, session.scm, slib.scm, streams.scm, string-fun.scm,
  syncase.scm, threads.scm: Move module the system directives
  `export', `export-syntax', `re-export' and `re-export-syntax'
  into the `define-module' form.  This is the recommended way of
  exporting bindings.
2001-10-21 09:49:19 +00:00
Mikael Djurfeldt
39819fa9e4 * boot-9.scm (process-define-module): New options: :export-syntax,
:re-export-syntax
2001-10-17 12:02:13 +00:00
Mikael Djurfeldt
89759084ab * read.c (scm_lreadr): When user-defined hash procedure returns
SCM_UNSPECIFIED: Fall back to standard handling instead of raising
an exception.  (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)

* arrays.scm (read:uniform-vector): Return *unspecified* instead
of raising an exception if hash extend character isn't followed by
the array list. (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)
2001-10-14 16:05:04 +00:00
Mikael Djurfeldt
c81f296a08 * emacs.scm (%%load-port, %%emacs-load, %%emacs-eval-request,
%%emacs-select-frame, %%emacs-frame-eval, %%emacs-symdoc,
%%apropos-internal): Use module-define! instead of
builtin-variable.
2001-10-08 12:40:14 +00:00
Mikael Djurfeldt
5d20b8c7fe * boot-9.scm (process-define-module): Added :re-export. 2001-09-24 11:12:23 +00:00
Thien-Thi Nguyen
af40357bc9 *** empty log message *** 2001-09-19 13:04:22 +00:00
Thien-Thi Nguyen
0755b9dfcb Commentary fix; nfc. 2001-09-19 13:03:25 +00:00
Thien-Thi Nguyen
a7a6705efe *** empty log message *** 2001-09-19 12:57:38 +00:00
Thien-Thi Nguyen
bd83482d50 (process-use-modules): Fix typo. 2001-09-19 12:56:28 +00:00
Mikael Djurfeldt
29251befae * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
$(srcdir) in order to support separate build trees.
2001-09-18 18:17:17 +00:00
Thien-Thi Nguyen
2851e5bc70 *** empty log message *** 2001-09-09 01:03:43 +00:00
Thien-Thi Nguyen
c7bb434f2f (arity): Use new `arglist' procedure property to
present a more detailed argument list.
2001-09-09 01:00:30 +00:00
Thien-Thi Nguyen
4a69c751ef (lambda*): Record the broken-down argument list in
the `arglist' procedure property.
2001-09-09 00:59:02 +00:00
Thien-Thi Nguyen
95e2cd37e9 *** empty log message *** 2001-09-08 02:34:27 +00:00
Thien-Thi Nguyen
05326ffd93 (process-options, getopt-long): Fix omission
bug: Handle multiple occurrances of an option.
2001-09-08 02:30:20 +00:00
Dirk Herrmann
8c494e9973 * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
Dirk Herrmann
431e2ac105 * Remove #& reader extension. 2001-08-31 09:51:25 +00:00
Dirk Herrmann
fc6629a7d5 * Deleted `and-let-star-compat.scm´. 2001-08-31 09:33:55 +00:00
Thien-Thi Nguyen
e09c8eb747 *** empty log message *** 2001-08-30 23:27:48 +00:00
Thien-Thi Nguyen
bbf5a91367 (resolve-interface): When returning a custom
interface, also consult source module's entire binding set,
not just its exported bindings, before throwing error.
2001-08-30 23:25:34 +00:00
Marius Vollmer
b573e74455 *** empty log message *** 2001-08-25 16:12:28 +00:00
Marius Vollmer
0005eb7c2d (resolve-interface): Get variables from the public interface of a
module instead of from the module itselfs.
2001-08-25 16:12:09 +00:00
Marius Vollmer
969e8e458a *** empty log message *** 2001-08-25 16:05:50 +00:00
Marius Vollmer
3307df9557 (AUTOMAKE_OPTIONS): Change "foreign" to "gnu". 2001-08-25 16:05:04 +00:00
Thien-Thi Nguyen
4030287ec0 *** empty log message *** 2001-08-12 18:59:16 +00:00
Thien-Thi Nguyen
3925d0c31f Rewrite.
Touch up docstrings.
Augment commentary.
2001-08-12 18:56:39 +00:00
Neil Jerram
d3b924ba3b * Fix obscure debugger bug - trying to rerun last command when last command
fluid is not yet set.
2001-08-02 19:52:09 +00:00
Thien-Thi Nguyen
8940c16b17 *** empty log message *** 2001-08-02 10:29:32 +00:00
Thien-Thi Nguyen
4f70d598bf Refill to fit in 80 columns.
(process-long-option): Fix bug: Keep track of `optional' value-required
info and use this to determine whether or not the next element is to be
taken as the option arg.
2001-08-02 10:26:52 +00:00
Keisuke Nishida
29aa75ea12 Wrote more informative change log. 2001-08-01 16:50:34 +00:00
Keisuke Nishida
88c4ba2aef * boot-9.scm (process-define-module): Bug fixed. 2001-07-31 14:08:04 +00:00
Marius Vollmer
11057044d8 *** empty log message *** 2001-07-23 22:10:42 +00:00
Marius Vollmer
9d198c1b17 * syncase.scm (psyncomp): Removed, it is now in compile-psyntax.scm.
* Makefile.am (psyntax.pp): Enable rule for psyntax.pp only in
maintainer mode.  Use compile-psyntax.scm for actual compilation.
Make sure the uninstalled guile is used.
(EXTRA_DIST): Distribute compile-psyntax.scm
* compile-psyntax.scm: New file.
2001-07-23 22:09:42 +00:00
Martin Grabmüller
e39bbe80b6 * and-let-star.scm, debug.scm, debugger.scm, history.scm,
lineio.scm, null.scm, optargs.scm, r4rs.scm, r5rs.scm,
	receive.scm, safe-r5rs.scm, streams.scm: Updated copyright notice.
2001-07-19 20:24:49 +00:00
Martin Grabmüller
90ee03daff * r5rs.scm: Use re-export' instead of export' for re-exported
primitives.  Thanks Neil!
2001-07-17 18:59:17 +00:00
Marius Vollmer
22647fef9f *** empty log message *** 2001-07-12 23:28:53 +00:00
Marius Vollmer
e9965e8fb7 Use re-export' instead of export' for re-exported core bindings. Do
not re-export `numerator', `denominator' and `rationalize' since Guile
does not have them.  Continue to use `export' for `null-environment'.
2001-07-12 23:27:23 +00:00
Marius Vollmer
521194715d Use re-export' instead of export' for re-exported core bindings. Do
not export `unquote' and `unquote-splicing' since there aren't
definitions for them.
2001-07-12 23:27:07 +00:00
Marius Vollmer
6672871b9e (compile-interface-spec): Bug fix: the keyword argument is "renamer"
not "rename".
2001-07-12 23:26:52 +00:00
Rob Browning
4aea9e7b4d *** empty log message *** 2001-07-09 14:28:30 +00:00
Rob Browning
71335c0d9d * boot-9.scm: Fixed the sense of the error message when read-eval?
is #f.  Thanks to Matthias for catching this.
2001-07-09 14:28:03 +00:00
Rob Browning
8630fdfc37 *** empty log message *** 2001-07-06 17:39:12 +00:00
Rob Browning
600c958485 * boot-9.scm: added fix suggested by Matthias for #. read
extension -- now only works if read-eval? is not #f.
2001-07-06 17:38:40 +00:00
Dirk Herrmann
197edeea97 * Don't install a bitvector read-hash extension for letter 'b'. 2001-06-30 19:26:21 +00:00
Martin Grabmüller
5dc13e9830 * Makefile.am (ice9_sources): Removed tags.scm.
* tags.scm: Removed file.
2001-06-30 06:39:17 +00:00
Neil Jerram
941614c6aa Changes to support tracing other than inside the repl-stack that
is set up by the REPL code in boot-9.scm.

	* debug.scm (trace-entry, trace-exit): Conditionalize tracing on
	whether the current stack id is in `traced-stack-ids'.
	(traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack):
	New.
2001-06-29 15:36:47 +00:00
Marius Vollmer
4cda41f629 *** empty log message *** 2001-06-26 23:52:14 +00:00
Marius Vollmer
abf94ef33f (member-if): Put in docstring for member-if, it
was a cut-n-paste error previously.
2001-06-26 23:51:54 +00:00
Neil Jerram
d95c0b76d6 * Handle evaluator traps by calling trap handlers directly rather than
by scm_ithrow and a lazy catch handler.
2001-06-26 21:55:45 +00:00
Michael Livshin
fc7a9e81a6 * streams.scm (stream-for-each-many): typo fix. 2001-06-25 03:27:51 +00:00