1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
Commit graph

5705 commits

Author SHA1 Message Date
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
Dirk Herrmann
00d8d838bb * Simplified the goops macro system a bit and fixed a bug. 2001-06-11 08:51:28 +00:00
Gary Houston
495c67e53b *** empty log message *** 2001-06-10 20:45:34 +00:00
Gary Houston
6eb396fe09 * boot-9.scm: use the (ice-9 rdelim) module if
include-deprecated-features is true.
2001-06-10 20:44:45 +00:00
Gary Houston
811727c704 * rdelim.c (scm_init_rdelim_builtins): don't try to activate the
(ice-9 rdelim) module in (guile) and (guile-user).  it didn't
	work reliably anymore.  try it from boot-9.scm instead.
2001-06-10 20:42:31 +00:00
Marius Vollmer
6a9003d3a4 *** empty log message *** 2001-06-09 18:15:32 +00:00
Marius Vollmer
53802ea86d (scm_lfwrite): Maintain columnd and row count in port.
Thanks to Matthias Köppe!
2001-06-09 18:15:08 +00:00
Marius Vollmer
3cc34e16be Use (ice-9 and-let-star).
(format:out): Initialize format:output-col with current column of
`port', if it has one.  Else leave it alone.  Thanks to Matthias
Köppe!
2001-06-09 18:14:36 +00:00
Marius Vollmer
1987c8ee57 (lambda*): Make sure that BODY is always put into a
real body context so that it can contain internal definitions.
Thanks to Matthias Köppe!
2001-06-09 18:14:22 +00:00
Marius Vollmer
269ce4390e (generic-write): Use `object->string' to print
unknown objects.
2001-06-09 18:14:08 +00:00
Marius Vollmer
0a892a2cbd Added paragraph about new export' behaviour and new re-export'
statement.
2001-06-09 18:12:14 +00:00
Neil Jerram
12e5078cbb * Fix rogue text caused by line breaking a comment. 2001-06-08 22:35:30 +00:00
Michael Livshin
a88ff5b650 * snarf.h, filter-doc-snarfage.c: more changes to cope with
space-happy C preprocessors.
2001-06-08 14:49:05 +00:00
Michael Livshin
47bcd6465f * filter-doc-snarfage.c, guile-snarf.in: try to cope with spaces
inside cookies.  thanks to Matthias Köppe!
2001-06-08 13:48:39 +00:00
Dirk Herrmann
bab246f334 * Fixed some bugs, some reported by Matthias Koeppe. 2001-06-08 10:02:33 +00:00
Dirk Herrmann
dcb410ec07 * Fix SCM <--> scm_t_bits related typing problems.
Thanks to Matthias Koeppe for the bug report.
2001-06-07 23:10:33 +00:00
Dirk Herrmann
e81d98ec2d * Introduce SCM_UNUSED and mark unused function parameters.
* Introduce SCM_DEBUG_PAIR_ACCESSES.
* Extend the possibilities of SCM_DEBUG_CELL_ACCESSES.
2001-06-07 21:12:19 +00:00
Martin Grabmüller
563058efbe * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
(delete-duplicates): Now the first occurrence of an element is
	retained, as required.
	(member, assoc): Fixed wrong order of equality predicate
	application.
2001-06-07 17:54:40 +00:00
Martin Grabmüller
5b33ed3df9 Added scheme module file. 2001-06-07 12:18:01 +00:00
Martin Grabmüller
e9680547d3 * README: Update.
* srfi-1.scm: New file.
2001-06-07 04:27:37 +00:00
Martin Grabmüller
d36350e841 * box-dynamic-module/box-module.scm: New file. 2001-06-06 20:14:51 +00:00
Dirk Herrmann
17fa3fcf36 * Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION. 2001-06-05 20:48:28 +00:00
Martin Grabmüller
97b4221044 Added authorship information. 2001-06-05 17:43:16 +00:00
Martin Grabmüller
e01970a51d * configure.in: Generate examples/box-dynamic-module/Makefile. 2001-06-05 17:35:42 +00:00
Martin Grabmüller
8779d59588 * box-dynamic-module: New directory, implements the box type in a
shared library and places the definitions in a C-only module.

	Thanks to Thomas Wawrzinek for this, too!

	* box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
	box-module/box.c (mark_box): Fixed typo in comment.
2001-06-05 17:33:40 +00:00
Dirk Herrmann
71c771efdf * Added Jost to THANKS and AUTHORS list.
* Updated my personal authoring data.
2001-06-05 15:18:46 +00:00
Marius Vollmer
feeedafb9c *** empty log message *** 2001-06-04 22:18:59 +00:00
Marius Vollmer
5a3ea50184 Use re-export' instead of export' when re-exporting
`class-of'.
2001-06-04 22:18:12 +00:00
Marius Vollmer
4a68d142ae (keyword_print): Substract 1 from length of symbol name, accounting
for the silly dash.
2001-06-04 22:17:17 +00:00
Marius Vollmer
f228362b10 (scm_hasher): Use SCM_UNPACK in the case labels so that
non-pointers are being compared.  Thanks to Alexander Klimov!
2001-06-04 22:16:43 +00:00
Marius Vollmer
bef38a17c4 (scm_c_register_extension): Allow NULL as library
name.
(load_extension): Ignore NULL library names when comparing.
2001-06-04 22:16:27 +00:00
Marius Vollmer
0e9eeb6cc9 (scm_registered_modules, scm_clear_registered_modules): Do not emit
deprecation warning.
2001-06-04 22:15:15 +00:00
Marius Vollmer
89d06712d9 (module-ensure-local-variable!): Renamed from
`module-ensure-variable!'.  Make sure that there really is a local
variable, not just a visible one.
(module-ensure-variable!): See above.
(module-export!): Behave like always when deprecated features are
enabled, but issue a warning when re-exporting a variable.  When
deprecated features are disabled, only export local variables,
creating them uninitialized when they don't yet exist.
(module-re-export!): New.  Use this for re-exporting imported
variables.
(re-export): New, to go with `module-re-export!'.

(named-module-use!, top-repl): Use resolve-interface
instead of resolve-module to get at the used module.
2001-06-04 22:14:16 +00:00
Marius Vollmer
9a7d04c37c Added kluge at top that keeps `export' from
re-exporting the `format' variable of the `(guile)' module.
2001-06-04 22:09:39 +00:00
Gary Houston
0df9aac51b *** empty log message *** 2001-06-04 22:05:02 +00:00
Gary Houston
4bcdfe4641 *** empty log message *** 2001-06-04 21:52:21 +00:00
Gary Houston
1fb9789efd * scheme-io.texi (Block Reading and Writing): added
write-string/partial, updated read-string!/partial.
2001-06-04 21:51:01 +00:00
Gary Houston
db387bb7b9 * rw.scm (ice-9): export write-string/partial. 2001-06-04 21:49:36 +00:00
Gary Houston
99004a2863 * rw.c (scm_write_string_partial): new procedure implementing
write-string/partial in (ice-9 rw).
	* rw.h: declare scm_write_string_partial.
2001-06-04 21:48:25 +00:00
Marius Vollmer
f480396be5 *** empty log message *** 2001-06-03 23:34:08 +00:00
Marius Vollmer
c22adbeb3b Added exception notice to all files. 2001-06-03 23:32:27 +00:00
Marius Vollmer
a0e0793ff7 Include "deprecation.h". 2001-06-03 23:31:14 +00:00
Marius Vollmer
a482f2cc7b Added exception notice to all files.
(module-export!): Revert 2001-06-02 change.  It
caused more problems than it solved by accidentally re-exporting
importing bindings once in a while.
2001-06-03 23:29:45 +00:00
Gary Houston
ac30b1e6b1 *** empty log message *** 2001-06-03 19:58:03 +00:00
Michael Livshin
b3372ff632 *** empty log message *** 2001-06-03 14:59:19 +00:00