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

5996 commits

Author SHA1 Message Date
Marius Vollmer
ee4de8aee3 *** empty log message *** 2001-10-14 20:12:08 +00:00
Marius Vollmer
6473f64d31 (EXTRA_libguile_la_SOURCES): Added "mkstemp.c". 2001-10-14 20:11:44 +00:00
Marius Vollmer
06f2a1b82a (display_backtrace_file_and_line): Only use scm_basename when POSIX
support is compiled in.  Thanks to Chris Cramer.
2001-10-14 20:11:20 +00:00
Marius Vollmer
b3ac6e7592 Do not use an absolute path for <unistd.h> when checking for return
type of usleep.  Thanks to Michael Carmack.
2001-10-14 20:10:16 +00:00
Mikael Djurfeldt
f29d1d2265 * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro. 2001-10-12 09:00:24 +00:00
Rob Browning
f8071ff3fb *** empty log message *** 2001-10-08 22:51:15 +00:00
Rob Browning
c3b87b6fa1 * continuations.c: support ia64 register backing store.
(continuation_mark): mark ia64 register backing store.
(continuation_free): free ia64 register backing store.
(scm_make_continuation): capture ia64 register backing store.
(copy_stack_and_call): copy ia64 register backing store.
2001-10-08 22:50:36 +00:00
Rob Browning
95aaa8a7c5 * continuations.h: support ia64 register backing store.
(struct scm_t_contregs): add ia64 register backing store.
2001-10-08 22:50:24 +00:00
Rob Browning
043a5b0f94 * gc.c: support ia64 register backing store.
(SCM_MARK_BACKING_STORE): new macro.
2001-10-08 22:50:13 +00:00
Mikael Djurfeldt
075acefc27 * emacs.scm (%%load-port, %%emacs-load, %%emacs-eval-request,
%%emacs-select-frame, %%emacs-frame-eval, %%emacs-symdoc,
%%apropos-internal): Use module-define! instead of
builtin-variable.
2001-10-08 12:42:10 +00:00
Mikael Djurfeldt
9cff15e346 * coop.c (mother_awake_p): New variable.
(coop_create): Set mother_awake_p before creating or signalling
mother; wait until mother is going to sleep before returning.
(mother): Reset mother_awake_p before going to sleep.
2001-10-06 16:28:34 +00:00
Thien-Thi Nguyen
b44f159eae *** empty log message *** 2001-10-06 06:47:42 +00:00
Thien-Thi Nguyen
76a008e2e0 (quoted?, clump): New procs, exported. 2001-10-06 06:47:07 +00:00
Dirk Herrmann
2fa1c1d46b * numbers.h: Removed old comment about using SCM_CAR to access
non-pair cells.

(SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM):  Make sure
the return value is signed.  Thanks to Brian Crowder for the bug
report.

(SCM_SRS):  Avoid unnecessary casting and don't unpack input
values.  With this patch, SCM_SRS can be safely used for other
types than scm_t_signed_bits.  However, it should still better be
an internal macro and thus be renamed to SCM_I_SRS.

(SCM_MAKINUM, SCM_INUM):  Use proper casting.
2001-10-05 17:55:31 +00:00
Thien-Thi Nguyen
36d7fa6434 *** empty log message *** 2001-10-05 17:05:24 +00:00
Thien-Thi Nguyen
2c41c2704a *** empty log message *** 2001-10-05 17:03:33 +00:00
Thien-Thi Nguyen
3ac56740e5 (install-data-local): Look in `$(srcdir)'
for file and-let-star-compat.scm.
2001-10-05 17:02:46 +00:00
Thien-Thi Nguyen
c1775bc45f *** empty log message *** 2001-10-05 16:02:15 +00:00
Thien-Thi Nguyen
8e628376f8 (Writing): Add entry for `display'. Include in R5RS Index. 2001-10-05 16:01:29 +00:00
Thien-Thi Nguyen
a2ee75bc8f *** empty log message *** 2001-10-04 21:02:45 +00:00
Thien-Thi Nguyen
70adc1ba85 (scm_wta): Replace intptr_t' use w/ scm_t_bits'.
Thanks to I. N. Golubev.
2001-10-04 20:59:15 +00:00
Gary Houston
b856b51a4c * continuations.h, unif.h: in the descriptions of the bit patterns
of the heap cells, make bit 0 the least significant.
2001-10-03 20:49:45 +00:00
Thien-Thi Nguyen
7fb78f5adb *** empty log message *** 2001-09-30 22:37:05 +00:00
Thien-Thi Nguyen
8e2a4b7e5c (EXTRA_DIST): Add BUGS file. 2001-09-30 22:36:00 +00:00
Thien-Thi Nguyen
458c887c68 Initial revision 2001-09-30 22:35:19 +00:00
cvs2svn
fb876f4521 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2001-09-30 22:29:57 +00:00
Thien-Thi Nguyen
c14bde861d Initial revision 2001-09-30 22:29:56 +00:00
Thien-Thi Nguyen
1e151db86c *** empty log message *** 2001-09-30 18:27:39 +00:00
Thien-Thi Nguyen
d4c76567e6 (module-name->filename-frag, display-module-commentary): New procs.
(display-commentary): Also handle refs that look like module names.
2001-09-30 18:26:40 +00:00
Thien-Thi Nguyen
53b5d2ccf8 *** empty log message *** 2001-09-30 18:25:17 +00:00
Thien-Thi Nguyen
109f654e7f (module-name->filename-frag, display-module-commentary): New procs.
(display-commentary): Also handle refs that look like module names.
2001-09-30 18:24:10 +00:00
Rob Browning
5faa601029 *** empty log message *** 2001-09-27 14:57:41 +00:00
Martin Grabmüller
201e2170f3 Some cosmetic doc fixes. 2001-09-26 17:25:39 +00:00
Martin Grabmüller
40f316d0b7 Some cosmetic doc fixes. 2001-09-26 17:24:54 +00:00
Thien-Thi Nguyen
6ad49af36c *** empty log message *** 2001-09-26 03:17:26 +00:00
Thien-Thi Nguyen
0926602706 (SCM_MAKE_CHAR): Use scm_t_bits' instead of intptr_t'.
Thanks to Golubev I. N.
2001-09-26 03:16:26 +00:00
Thien-Thi Nguyen
cf4ee84106 *** empty log message *** 2001-09-26 03:15:44 +00:00
Thien-Thi Nguyen
f5dd4f5419 (SCM_MAKE_CHAR): Use scm_t_bits' instead of intptr_t'.
Thanks to Golubev I. N.
2001-09-26 03:14:15 +00:00
Thien-Thi Nguyen
b0b7f4b6ad *** empty log message *** 2001-09-26 02:48:05 +00:00
Thien-Thi Nguyen
bd4e3e609b (Syntax Rules): Add `cindex' directive.
Thanks to suggestion by Alex Schroeder.
2001-09-26 02:47:21 +00:00
Thien-Thi Nguyen
523f81bad8 *** empty log message *** 2001-09-26 02:46:30 +00:00
Thien-Thi Nguyen
a55040896d (Syntax Rules): Add `cindex' directive.
Thanks to suggestion by Alex Schroeder.
2001-09-26 02:45:17 +00:00
Thien-Thi Nguyen
2cbad7d913 *** empty log message *** 2001-09-26 02:19:28 +00:00
Thien-Thi Nguyen
fa08b58ea8 Add bugfix item to "Eventually". 2001-09-26 02:17:12 +00:00
Gary Houston
ec10ef3942 * ports.c (scm_drain_input): extended the docstring. thanks to
Alex Schroeder and Thien-Thi Nguyen.
2001-09-25 22:59:16 +00:00
Gary Houston
4a151b3da9 * ports.c (scm_drain_input): extended the docstring. thanks to
Alex Schroeder and Thien-Thi Nguyen.
2001-09-25 22:46:13 +00:00
Mikael Djurfeldt
4f39d095cb * boot-9.scm (process-define-module): Added :re-export. 2001-09-24 11:13:43 +00:00
Mikael Djurfeldt
5d20b8c7fe * boot-9.scm (process-define-module): Added :re-export. 2001-09-24 11:12:23 +00:00
Mikael Djurfeldt
5ea2971668 * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
SCM_VALIDATE_FLOAT_COPY, SCM_VALIDATE_DOUBLE_COPY): New
macros. (The NUM names might soon change.)
2001-09-23 21:28:05 +00:00
Mikael Djurfeldt
581ded70a3 * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
SCM_VALIDATE_FLOAT_COPY, SCM_VALIDATE_DOUBLE_COPY): New
macros. (The NUM names might soon change.)

* numbers.h: Added missing declarations.
2001-09-23 21:25:26 +00:00