1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
Commit graph

2929 commits

Author SHA1 Message Date
Jim Blandy
8854e65479 *** empty log message *** 1999-09-25 23:13:09 +00:00
Jim Blandy
d4a2839e92 * numbers.c (scm_number_to_string): Signal an error if radix is
less than two.  (Thanks to Jorgen Schaefer.)
1999-09-25 23:11:23 +00:00
Jim Blandy
fac688761c *** empty log message *** 1999-09-25 18:18:38 +00:00
Jim Blandy
cc36e791ad Start a new version. 1999-09-25 18:13:01 +00:00
Jim Blandy
b27c88f695 *** empty log message *** 1999-09-25 17:36:42 +00:00
Jim Blandy
bab4e1ccba *** empty log message *** 1999-09-25 17:27:37 +00:00
Jim Blandy
60a059e680 * Makefile.am (EXTRA_libguile_la_SOURCES): Add memmove.c here,
so automake will actually generate rules for it.
* Makefile.in: Regenerated.
1999-09-25 17:26:14 +00:00
Jim Blandy
0203715d75 *** empty log message *** 1999-09-23 06:09:57 +00:00
Jim Blandy
966476c163 Include pointer to NEWS item about readline. 1999-09-23 05:37:30 +00:00
Jim Blandy
5d195868f9 Add explanation of licensing issues to the description of the
readline interface.
1999-09-23 05:36:00 +00:00
Jim Blandy
fc97c626b4 *** empty log message *** 1999-09-22 19:59:11 +00:00
Jim Blandy
52b30d5e8d * configure.in: Call AM_PROG_CC_STDC.
* configure, aclocal.m4: Regenerated.
1999-09-22 19:58:54 +00:00
Jim Blandy
9da7f71781 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
libtool knows how to get ANSI C behavior from the compiler.
* configure: Regenerated.
1999-09-22 19:58:39 +00:00
Marius Vollmer
621e832470 Added description of readline stuff. 1999-09-22 19:47:30 +00:00
Jim Blandy
0dcad30f73 *** empty log message *** 1999-09-22 04:37:18 +00:00
Jim Blandy
2fb362976f * backtrace.c: #include "_scm.h" before testing whether
HAVE_UNISTD_H is #defined.
1999-09-22 04:36:56 +00:00
Jim Blandy
b717f2b111 ... to injury. 1999-09-21 04:21:36 +00:00
Jim Blandy
95b09b8fa1 Add insults. 1999-09-21 04:21:10 +00:00
Jim Blandy
65b57e21cb *** empty log message *** 1999-09-20 23:57:55 +00:00
Jim Blandy
5f2125be10 Doc fix. 1999-09-20 23:57:44 +00:00
Jim Blandy
fe5b6bebaa * tests/ports.test: Check that our input functions cope when
current-input-port is closed.
1999-09-20 23:57:08 +00:00
Jim Blandy
24e720c8d5 *** empty log message *** 1999-09-20 23:36:16 +00:00
Jim Blandy
4cc81ec6ca * read.c (scm_read): Don't assume that scm_cur_inp is always open.
* ports.c (scm_read_char): Same.
* ioext.c (scm_read_line): Same.
(Thanks to Bernard Urban.)
1999-09-20 23:34:57 +00:00
Mikael Djurfeldt
920ffdaa76 *** empty log message *** 1999-09-20 23:05:51 +00:00
Mikael Djurfeldt
2cc4167286 * vectors.c (scm_vector_move_right_x): Bugfix: Remove side effect
in SCM_ASSERT macro.
numbers.c: Removed #ifndef SCM_RECKLESS at places where type
checking may invoke a generic.  (Thanks to Michael Livshin.)
1999-09-20 23:01:33 +00:00
Jim Blandy
d033ad5377 *** empty log message *** 1999-09-20 22:52:08 +00:00
Jim Blandy
f88fdc6e32 * tests/regexp.test: Check regexp-substitute/global when there are
no matches.  (Duh.)
1999-09-20 22:52:02 +00:00
Jim Blandy
83c0c66087 *** empty log message *** 1999-09-20 22:42:04 +00:00
Mikael Djurfeldt
ff725a178e Fix 1999-09-20 22:25:10 +00:00
Mikael Djurfeldt
3a8514f7e7 *** empty log message *** 1999-09-20 22:17:14 +00:00
Mikael Djurfeldt
73ef98d674 Fix 1999-09-20 22:10:38 +00:00
Mikael Djurfeldt
b3c8a0f568 * __scm.h (SCM_WTA_DISPATCH_0, SCM_GASSERT0): New macros. 1999-09-20 22:09:21 +00:00
Gary Houston
de881428b8 typing correction 1999-09-20 22:04:51 +00:00
Mikael Djurfeldt
afe93bdb38 *** empty log message *** 1999-09-20 21:52:48 +00:00
Mikael Djurfeldt
0e3aa89fda * numbers.c (scm_max, scm_min, scm_sum, scm_difference,
scm_product, scm_divide): Bugfix: Don't pass SCM_UNDEFINED to the
generic function if the asubr is called with only one arg.
1999-09-20 21:51:50 +00:00
Gary Houston
7ee92fcefd * configure.in: check availability of siginterrupt.
* scmsigs.c (scm_sigaction): add SA_RESTART to flags only if
	HAVE_RESTARTABLE_SYSCALLS.
	(scm_init_scmsigs): use siginterrupt if it's available.  not
	everyone who has restartable syscalls has SA_RESTART it seems.
	(scm_sigaction): use scm_num2long/scm_long2num when converting
	SIG_DFL/SIG_IGN, in case it doesn't fit in an INUM.  use
	scm_integer_p to test the type.
1999-09-20 21:32:23 +00:00
Mikael Djurfeldt
240ed66f84 *** empty log message *** 1999-09-19 14:37:31 +00:00
Mikael Djurfeldt
daf516d661 *** empty log message *** 1999-09-19 14:35:53 +00:00
Jim Blandy
d4c83f63ff *** empty log message *** 1999-09-19 01:01:25 +00:00
Mikael Djurfeldt
394a535ed0 *** empty log message *** 1999-09-19 00:00:01 +00:00
Jim Blandy
293b302524 *** empty log message *** 1999-09-18 22:19:39 +00:00
Jim Blandy
0ade87701e *** empty log message *** 1999-09-18 22:13:54 +00:00
Gary Houston
913238c5b4 regenerated Makefile.in 1999-09-18 19:09:25 +00:00
Gary Houston
08b8c6948d 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
* configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
	testing for SA_RESTART.

1999-09-18  Gary Houston  <ghouston@freewire.co.uk>

	* _scm.h, scmsigs.c: replace HAVE_RESTARTS with
	HAVE_RESTARTABLE_SYSCALLS.
1999-09-18 17:13:38 +00:00
Gary Houston
e684c60f44 1999-09-18 Gary Houston <ghouston@freewire.co.uk>
* strports.c (scm_strport_to_string): create the string from
	pt->read_buf instead of an expression that evaluates to the
	same thing.

	* gdbint.c (gdb_print): don't just use SCM_CHARS to get a C string
	from the port: the port's buffer may not be NUL terminated.
1999-09-18 08:36:35 +00:00
Mikael Djurfeldt
46a47bedc2 Regenerated 1999-09-17 18:54:09 +00:00
Jim Blandy
8ae4d7ba12 Fix name of snapshot directory. 1999-09-17 17:10:50 +00:00
Jim Blandy
14a7a25d4d Run automake after everything else, as per Tom Tromey's advice. 1999-09-17 17:10:25 +00:00
Jim Blandy
f89a27fae7 *** empty log message *** 1999-09-17 17:09:38 +00:00
Jim Blandy
18f468f8ca *** empty log message *** 1999-09-17 16:40:50 +00:00