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
Marius Vollmer
f65811137e
*** empty log message ***
2001-06-25 01:07:36 +00:00
Marius Vollmer
e6b748a832
(re-export-syntax): New.
2001-06-25 01:06:33 +00:00
Marius Vollmer
eb6c2de855
*** empty log message ***
2001-06-16 20:17:50 +00:00
Marius Vollmer
019ac1c987
(system-error-errno): New.
2001-06-16 20:14:24 +00:00
Marius Vollmer
0f002b27a3
*** empty log message ***
2001-06-14 18:26:43 +00:00
Marius Vollmer
45cf8cd6aa
(remove-if, remove-if-not): Fix typo: use
...
`pred', not `pred?', in the body.
2001-06-14 18:22:25 +00:00
Thien-Thi Nguyen
9571723240
*** empty log message ***
2001-06-13 16:03:27 +00:00
Thien-Thi Nguyen
26d9bcd003
No longer use module `(ice-9 slib)'.
...
Use module `(ice-9 pretty-print)'.
No longer require `pretty-print'.
(slib:error): Delete.
(match:error, match:syntax-err): Rewrite.
Thanks to Dale P. Smith.
2001-06-13 16:02:07 +00:00
Thien-Thi Nguyen
b4b50361c9
*** empty log message ***
2001-06-13 09:26:46 +00:00
Thien-Thi Nguyen
9eee1d6c15
Initial revision
2001-06-13 09:25:43 +00:00
Thien-Thi Nguyen
60850aed09
*** empty log message ***
2001-06-13 09:14:07 +00:00
Thien-Thi Nguyen
c771038bda
Clean up some docstrings; nfc.
...
Add Commentary.
Update copyright.
2001-06-13 09:10:20 +00:00
Marius Vollmer
7c95e366c9
*** empty log message ***
2001-06-11 17:23:58 +00:00
Marius Vollmer
de698bfa26
Use `begin-deprecated' instead of testing
...
`include-deprecated-features' when conditionally using the (ice-9
rdelim) module. See below.
2001-06-11 17:23:42 +00:00
Gary Houston
495c67e53b
*** empty log message ***
2001-06-10 20:45:34 +00:00