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

6720 commits

Author SHA1 Message Date
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
Marius Vollmer
4ff9f8254e *** empty log message *** 2001-06-14 17:43:39 +00:00
Marius Vollmer
dcb17187c3 * configure.in: Check for rl_filename_completion_function.
* readline.c (s_scm_filename_completion_function): Use
rl_filename_completion_function instead of
filename_completion_function, if we have it.
(scm_init_readline): Use rl_compentry_func_t instead if Function
when _RL_FUNCTION_TYPEDEF is defined.
2001-06-14 17:42:45 +00:00
Marius Vollmer
2e7d963d97 * readline.h (scm_clear_history): New prototype. 2001-06-14 17:41:51 +00:00
Marius Vollmer
4d87842bb3 (SCM_SRS): Cast shiftee to scm_signed_bits_t.
(SCM_INUM): Cast result to scm_signed_bits_t.
2001-06-14 17:41:21 +00:00
Marius Vollmer
4a19973db3 Include <stdint.h> when we have it.
(scm_bits_t): Changed to be a unsigned type.  Use uintptr_t when
available.  Else use "unsigned long".
(scm_signed_bits_t): New.
2001-06-14 17:39:30 +00:00
Marius Vollmer
38956d845c (ptrdiff_t): Typedef to long when configure didn't find
it.
2001-06-14 17:37:38 +00:00
Marius Vollmer
be8dd11837 Updates for load-extension et al. 2001-06-14 17:36:41 +00:00
Marius Vollmer
480cd4aa39 Check for header <stdint.h>. Check for uintptr_t
type.  Use AC_CHECK_TYPES for this.  Do not caus ptrdiff_t to be
`#defined'.
2001-06-14 17:36:03 +00:00
Marius Vollmer
dc35f051e4 (ptrdiff_t): Removed. 2001-06-14 17:34:01 +00:00
Thien-Thi Nguyen
58bee6a81a *** empty log message *** 2001-06-13 16:11:23 +00:00
Thien-Thi Nguyen
98cb966490 Update path to #include file scmconfig.h.
Thanks to Golubev I. N.
2001-06-13 16:10:05 +00:00
Thien-Thi Nguyen
ae83dafdfc Remove SLIB reference for ice-9/match.scm,
since it now is no longer dependent.

Thanks to Dale P. Smith.
2001-06-13 16:05:55 +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
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