Rob Browning
c1ca71c343
* .cvsignore: add stamp-h1.
2002-01-16 19:42:03 +00:00
Marius Vollmer
4d8503962e
*** empty log message ***
2001-12-27 13:15:14 +00:00
Marius Vollmer
4bcb1eb1b7
(guile-procedures.txt): Make it dependent on guile.texi, not
...
guile-procedures.texi.
2001-12-27 13:15:01 +00:00
Marius Vollmer
a4d9081190
*** empty log message ***
2001-12-26 15:49:57 +00:00
Marius Vollmer
b447ce35ca
(guile-procedures.txt): When we don't have makeinfo, use "cp" instead.
2001-12-26 15:49:41 +00:00
Thien-Thi Nguyen
59984ff250
*** empty log message ***
2001-12-03 10:56:34 +00:00
Thien-Thi Nguyen
afe292a84f
(OMIT_DEPENDENCIES): Remove macro (obsolete mechanism).
2001-12-03 10:55:52 +00:00
Marius Vollmer
75f88c8d96
*** empty log message ***
2001-11-23 21:54:46 +00:00
Marius Vollmer
da2c268129
(scm_c_use_module): Adapt to changes to `process-use-modules'.
2001-11-23 21:54:30 +00:00
Marius Vollmer
e317a693ce
*** empty log message ***
2001-11-21 20:23:58 +00:00
Marius Vollmer
738ec091d6
(install-exec-hook): Prepend $(DESTDIR) to filename. Thanks to Eric
...
Gillespie, Jr!
2001-11-21 20:23:12 +00:00
Marius Vollmer
46f9303e98
*** empty log message ***
2001-11-20 22:53:00 +00:00
Marius Vollmer
3f831f22ae
(scm_c_export): Do nothing when the first argument is already the
...
terminating NULL. Thanks to Han-Wen Nienhuys!
2001-11-20 22:52:46 +00:00
Thien-Thi Nguyen
782f169b37
*** empty log message ***
2001-11-20 12:37:18 +00:00
Thien-Thi Nguyen
eb4c205c03
(libpath.h): In SCM_BUILD_INFO, also include `buildstamp'.
2001-11-20 12:36:21 +00:00
Rob Browning
112ecb5207
*** empty log message ***
2001-11-19 20:40:39 +00:00
Rob Browning
747c254815
* Makefile.am (libguile_la_LDFLAGS): port changes from 1.7 branch
...
to use --no-undefined and to link libguile against qthreads,
rather than the guile app.
2001-11-19 20:37:58 +00:00
Rob Browning
962c59d412
* version.h.in
...
(SCM_MAJOR_VERSION): renamed from SCM_GUILE_MAJOR_VERSION.
(SCM_MINOR_VERSION): renamed from SCM_GUILE_MINOR_VERSION.
(SCM_MICRO_VERSION): renamed from SCM_GUILE_MICRO_VERSION.
2001-11-18 22:58:38 +00:00
Rob Browning
de33f6f1ca
* version.c
...
(s_scm_major_version): use SCM_MAJOR_VERSION.
(s_scm_minor_version): use SCM_MINOR_VERSION.
(s_scm_micro_version): use SCM_MICRO_VERSION.
(s_scm_version): use SCM_MAJOR_VERSION, SCM_MINOR_VERSION, and
SCM_MICRO_VERSION.
2001-11-18 22:58:27 +00:00
Rob Browning
64fcb02fc1
*** empty log message ***
2001-11-18 22:58:19 +00:00
Neil Jerram
c08deb2b5e
* Updates for string- and vector-move-right/left! docstrings.
...
* Update Tcl war URLs.
2001-11-18 22:20:34 +00:00
Marius Vollmer
8148764973
*** empty log message ***
2001-11-14 01:36:55 +00:00
Marius Vollmer
8c78a1b2d2
(scm_c_export): Call va_end after collecting the symbols.
2001-11-14 01:36:45 +00:00
Neil Jerram
39d2ee3ba5
* Miscellaneous doc and docstring fixes.
2001-11-14 00:02:59 +00:00
Marius Vollmer
8334250f0f
*** empty log message ***
2001-11-13 15:20:25 +00:00
Marius Vollmer
52d145bcbb
(scm_substring_move_left_x, scm_substring_move_right_x): Deprecated.
2001-11-13 15:19:57 +00:00
Thien-Thi Nguyen
45986cc0f3
*** empty log message ***
2001-11-11 20:53:57 +00:00
Thien-Thi Nguyen
a3467149f0
(scm_string_null_p): Docfix; nfc.
2001-11-11 20:52:52 +00:00
Mikael Djurfeldt
2fead26144
* print.c (scm_iprin1): Mark print state as revealed when
...
dispatching to generic write or display.
2001-11-02 14:06:48 +00:00
Mikael Djurfeldt
70dc3aedcf
* unif.c (scm_ra2contig): Fixed memory overwrite bug.
2001-11-02 12:34:39 +00:00
Mikael Djurfeldt
fbac920eb0
* unif.c (scm_uniform_array_read_x, scm_uniform_array_write):
...
Don't apply scm_uniform_vector_length on arrays.
2001-10-28 11:32:39 +00:00
Mikael Djurfeldt
3c82843a38
* read.c (scm_lreadr): When user-defined hash procedure returns
...
SCM_UNSPECIFIED: Fall back to standard handling instead of raising
an exception. (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)
* arrays.scm (read:uniform-vector): Return *unspecified* instead
of raising an exception if hash extend character isn't followed by
the array list. (This prevents parsing of uniform vectors from
interfering with parsing of numbers.)
2001-10-15 11:21:47 +00:00
Gary Houston
81abe9e3a3
* version.c (scm_version): use sprintf instead of snprintf,
...
for portability. thanks to Bill Schottstaedt.
2001-10-14 21:30:02 +00:00
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
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
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
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
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
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
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
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