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

916 commits

Author SHA1 Message Date
Thien-Thi Nguyen
05f774ae6b *** empty log message *** 2001-09-19 13:06:10 +00:00
Thien-Thi Nguyen
b8ddfa7fd0 Commentary fix; nfc. 2001-09-19 13:05:13 +00:00
Thien-Thi Nguyen
66300f216a *** empty log message *** 2001-09-19 12:59:31 +00:00
Thien-Thi Nguyen
80f3ba2b9f (process-use-modules): Fix typo. 2001-09-19 12:58:34 +00:00
Mikael Djurfeldt
e8f9e6aa3d * Makefile.am (psyntax.pp): Reference compile-psyntax.scm in
$(srcdir) in order to support separate build trees.
2001-09-18 19:28:16 +00:00
Thien-Thi Nguyen
019450287f *** empty log message *** 2001-09-09 01:17:49 +00:00
Thien-Thi Nguyen
4d23670ec4 (arity): Use new `arglist' procedure property to
present a more detailed argument list.
2001-09-09 01:16:42 +00:00
Thien-Thi Nguyen
8d41ec9d0f (lambda*): Record the broken-down argument list in
the `arglist' procedure property.
2001-09-09 01:15:53 +00:00
Thien-Thi Nguyen
dac572954a *** empty log message *** 2001-09-08 19:34:52 +00:00
Thien-Thi Nguyen
81fe97ae29 Use `re-export-syntax'. 2001-09-08 19:34:02 +00:00
Thien-Thi Nguyen
2f2b150b42 *** empty log message *** 2001-09-08 02:38:39 +00:00
Thien-Thi Nguyen
6f7db39f52 (process-options, getopt-long): Fix omission
bug: Handle multiple occurrances of an option.
2001-09-08 02:35:53 +00:00
Thien-Thi Nguyen
d062bad113 *** empty log message *** 2001-08-30 23:32:10 +00:00
Thien-Thi Nguyen
f9da74b0f6 (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:30:12 +00:00
Marius Vollmer
60b3e53eb4 *** empty log message *** 2001-08-25 16:10:50 +00:00
Marius Vollmer
05616098de (resolve-interface): Get variables from the public interface of a
module instead of from the module itselfs.
2001-08-25 16:10:33 +00:00
Thien-Thi Nguyen
19248874cc *** empty log message *** 2001-08-12 19:24:30 +00:00
Thien-Thi Nguyen
b817e7ef1c Rewrite.
Touch up docstrings.
Augment commentary.
2001-08-12 19:21:59 +00:00
Thien-Thi Nguyen
6516d1b1c6 *** empty log message *** 2001-08-02 10:58:00 +00:00
Thien-Thi Nguyen
54292e025e 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:52:37 +00:00
Marius Vollmer
ba7562306f *** empty log message *** 2001-07-23 22:14:37 +00:00
Marius Vollmer
489a7bdd73 * 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.
* syncase.scm (psyncomp): Removed, it is now in
compile-psyntax.scm.
2001-07-23 22:13:30 +00:00
cvs2svn
1b3d27e503 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2001-07-23 22:09:43 +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
48d0e2c1ac * 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:52:33 +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
Martin Grabmüller
445dd140b4 * r5rs.scm: Use re-export' instead of export' for re-exported
primitives.  Thanks Neil!
2001-07-17 18:58:00 +00:00
Neil Jerram
072cb6f740 * debugger.scm (run-last-command): Return current state if
last-command fluid is not yet set.
2001-07-14 22:08:38 +00:00
Marius Vollmer
ee8099b2d9 *** empty log message *** 2001-07-12 23:32:58 +00:00
Marius Vollmer
38b0075c66 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:31:18 +00:00
Marius Vollmer
47fb09e26f 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:31:05 +00:00
Marius Vollmer
f72d1379f7 (compile-interface-spec): Bug fix: the keyword argument is "renamer"
not "rename".
2001-07-12 23:30:46 +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
d9fc89cb3f *** empty log message *** 2001-07-09 14:25:59 +00:00
Rob Browning
8672e3cfc1 * 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:25:42 +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