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

5705 commits

Author SHA1 Message Date
Rob Browning
d2836a7db6 * version.h.in: renamed from version.h.
(SCM_GUILE_MAJOR_VERSION): new public macro.
(SCM_GUILE_MINOR_VERSION): new public macro.
(SCM_GUILE_MICRO_VERSION): new public macro.
2001-09-20 16:46:37 +00:00
Rob Browning
b1bdf8ec8a * versiondat.h.in: removed (obsolete). 2001-09-20 16:46:25 +00:00
Mikael Djurfeldt
a7f54aed6a * error.c, error.h: Made error keys globally accessible.
Applications might want to test for these or use them in a direct
call to scm_error.
2001-09-20 08:18:26 +00:00
Mikael Djurfeldt
147c18a0e4 * num2integral.i.c (NUM2INTEGRAL): Report an error when these
routines are passed an inexact.  This change in behavior is
motivated by concordance with R5RS: It is more common that a
primitive doesn't want to accept an inexact for an exact.
2001-09-20 08:17:25 +00:00
Thien-Thi Nguyen
9d7e6c84ca *** empty log message *** 2001-09-19 13:36:48 +00:00
Thien-Thi Nguyen
9365ee8a20 Fix number typo in "Jump Start" section. 2001-09-19 13:36:05 +00:00
Thien-Thi Nguyen
aee0492fb8 *** empty log message *** 2001-09-19 13:15:38 +00:00
Thien-Thi Nguyen
fab8ab3113 Fix improper `@result' usage. 2001-09-19 13:14:43 +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
Dirk Herrmann
662c553964 * Removed function scm_gc_mark_cell_conservatively. 2001-09-17 20:32:53 +00:00
Gary Houston
6c1b762870 * root.h (scm_root_state): removed the continuation_stack and
continuation_stack_ptr members, which have no apparent purpose.
	(scm_continuation_stack, scm_continuation_stack_ptr): #defines
	removed.
	* root.c (root_mark), init.c (restart_stack, start_stack), gc
	(scm_igc): remove all references to contination_stack and
	continuation_stack_ptr, avoiding allocation of a vector and
	useless processing during gc.
2001-09-15 21:56:52 +00:00
Dirk Herrmann
455c0ac82b * Some renamings and minor fixes. 2001-09-13 22:29:44 +00:00
Dirk Herrmann
22ba637b12 * Simplified handling of static glocal SCM variable. 2001-09-13 21:58:15 +00:00
Dirk Herrmann
c3c4d80154 * Fixed some typing bugs. Thanks to Rob Browning. 2001-09-13 21:22:37 +00:00
Dirk Herrmann
b00418df09 * Added function scm_str2string. Thanks to Martin Baulig. 2001-09-12 19:53:57 +00:00
Gary Houston
6ddd941279 2001-09-12 Gary Houston <ghouston@arglist.com>
* srfi-1.scm (filter): change "caller" to "filter" in check-arg-type.
2001-09-12 19:15:33 +00:00
Thien-Thi Nguyen
998bfc70f0 Add `arity' enhancement news. 2001-09-09 01:09:24 +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
4b642b08d4 ("apples-blimps-catalexis example", "multiple occurances"):
New top-level sections.
2001-09-08 02:33:30 +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
Marius Vollmer
a0d34a0be1 *** empty log message *** 2001-09-06 11:13:27 +00:00
Marius Vollmer
5e7248f272 (scm_done_free): Always subtract size from scm_mallocated
when computing nm, even if it's negative.
(scm_must_malloc): Abort on overflow of scm_mtrigger.
(scm_must_realloc): Likewise.
2001-09-06 11:11:31 +00:00
Thien-Thi Nguyen
06288138ba *** empty log message *** 2001-09-04 19:36:18 +00:00
Thien-Thi Nguyen
a2971fa990 Use outline mode instead of text.
Reword protocol explanation.
Add "make error-signalling functions more consistent" to Eventually.
Move some C-related GOOPS tasks to 1.8.0, take ownership.
2001-09-04 19:32:43 +00:00
Michael Livshin
b10586f098 * numbers.c (scm_sys_check_number_conversions): new function,
defined if Guile is compiled in debugging mode.  currently checks
`scm_num2ulong', should check much much more.

* num2integral.i.c (NUM2INTEGRAL): when converting a bignum to
unsigned, ensure that it's positive.  thanks to Martin Baulig!
2001-09-01 17:17:50 +00:00
Thien-Thi Nguyen
6f84677a95 *** empty log message *** 2001-09-01 04:13:14 +00:00
Thien-Thi Nguyen
f2bd150b2d (1.8.0): Add "move .gdbinit" entry. 2001-09-01 04:10:21 +00:00
Thien-Thi Nguyen
3cc0883ec0 (Sample GDB Initialization File): New section. 2001-09-01 04:09:05 +00:00
Dirk Herrmann
569c483b32 * Improved the readability of some patterns. 2001-08-31 14:48:19 +00:00
Dirk Herrmann
8c494e9973 * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
Dirk Herrmann
dee01b012c * Removed deprecated stuff.
* Some more renamings to SCM_<filename>_H.
2001-08-31 12:13:50 +00:00
Dirk Herrmann
b29058ffee * Remove deprecated macros and typenames.
* Rename header macros to SCM_<filename>_H.
* Prefer !SCM_<foo> over SCM_N<foo>.
2001-08-31 11:17:06 +00:00
Dirk Herrmann
0527e68763 * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +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
Dirk Herrmann
fbd5c45215 * Using provided?´ instead of feature?´. 2001-08-31 09:21:03 +00:00
Dirk Herrmann
f7c6b77886 * Removed deprecated definitions.
* Minor cleanups.
2001-08-31 09:16:23 +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
Neil Jerram
2ccb6ae47b * Added Eric Hanchrow to THANKS. 2001-08-30 20:23:44 +00:00
Neil Jerram
255ea78443 * Group all index nodes together. 2001-08-30 20:19:20 +00:00
Neil Jerram
6c997de266 * Various typo fixes and clarifications merged from the stable CVS branch. 2001-08-30 20:02:13 +00:00
Thien-Thi Nguyen
cf390da164 *** empty log message *** 2001-08-30 18:25:39 +00:00