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

3964 commits

Author SHA1 Message Date
Michael Livshin
b20e69e3f4 *** empty log message *** 2000-06-18 12:06:43 +00:00
Michael Livshin
6732de1bdf * scmsigs.c (s_scm_sigaction): guard the SIGIOT case with an
#ifdef -- it's missing on at least one platform.  (thanks to
Jan Nieuwenhuizen).
2000-06-18 12:06:01 +00:00
Dirk Herrmann
79494f15d3 * Removed duplicate implementation of list*. 2000-06-16 12:38:41 +00:00
Dirk Herrmann
6a19994066 * The reference count in scm_unprotect_object is always positive. 2000-06-15 08:35:42 +00:00
Mikael Djurfeldt
3243bcc0c7 *** empty log message *** 2000-06-14 22:02:28 +00:00
Mikael Djurfeldt
8878f04033 * eval.c: Updated comment above scm_map. 2000-06-14 22:02:13 +00:00
Mikael Djurfeldt
26c9c3ce4d *** empty log message *** 2000-06-14 15:03:09 +00:00
Mikael Djurfeldt
48552b1dcf * readline.c (scm_readline): Added parenthesis around && within
||.
Fixed up prototype for `reentry_barrier'.
Conditionally #include <unistd.h>.  (Needed for `dup'.)
2000-06-14 15:03:01 +00:00
Mikael Djurfeldt
0f0f08998d * gc.c (scm_protect_object): Avoid looking up the object handle
twice.
(scm_unprotect_object): Abort if scm_unprotect_object is called on
an unprotected object.
2000-06-14 15:00:52 +00:00
Michael Livshin
2dd6a83aed * gc.c (scm_unprotect_object): fix a nasty typo bug (thanks to
Dirk Herrmann).
2000-06-14 14:21:49 +00:00
Mikael Djurfeldt
43fbd20f25 *** empty log message *** 2000-06-14 01:33:20 +00:00
Mikael Djurfeldt
2cf6d0146c * socket.c (scm_getsockopt): Changed type for `optlen' from int to
size_t.
(scm_accept, scm_getsockname, scm_getpeername, scm_recvfrom):
Ditto for `tmp_size'.
(scm_addr_buffer_size): Changed type from int to size_t.
2000-06-14 01:33:10 +00:00
Mikael Djurfeldt
f34d19c740 * random.c: #include <string.h>. (Needed by memcpy.) 2000-06-14 01:33:02 +00:00
Mikael Djurfeldt
97ebbbcac0 *** empty log message *** 2000-06-14 00:59:55 +00:00
Mikael Djurfeldt
f7736e9a6e * guile-snarf.awk.in: Replace the dot_doc_file arg with "-",
indicating stdin, instead of "" and don't reset ARGC.  This is a
workaround for `nawk' in AIX 4.3 on RS6000 but, as far as I know,
it is correct, and perhaps even better.
2000-06-14 00:59:42 +00:00
Gary Houston
14d72d4820 *** empty log message *** 2000-06-14 00:10:16 +00:00
Gary Houston
3efb80f231 * scmsigs.c (scm_init_scmsigs): if HAVE_SIGINTERRUPT is not
defined, add SA_RESTART to the sigaction flags correctly
	(thanks to Dale P. Smith).
2000-06-14 00:09:31 +00:00
Mikael Djurfeldt
fde0a32445 Added section about how to install SLIB. 2000-06-13 19:35:57 +00:00
Mikael Djurfeldt
010d1e9d14 *** empty log message *** 2000-06-13 19:08:37 +00:00
Mikael Djurfeldt
faf2c9d7f8 * strings.c: #include <string.h>. (Thanks to Bill Schottstaedt.) 2000-06-13 19:08:25 +00:00
Mikael Djurfeldt
5a5f3646b5 * net_db.c (scm_resolv_error): Only use macro NETDB_INTERNAL if
defined. It isn't on sgi irix 5.3.  (Thanks to Bill Schottstaedt.)
2000-06-13 19:08:14 +00:00
Mikael Djurfeldt
d99783cb7c *** empty log message *** 2000-06-13 11:45:52 +00:00
Mikael Djurfeldt
43082c8e74 * Makefile.am (.c.doc): Pipe output (the .x contents) to /dev/null. 2000-06-13 11:45:40 +00:00
Mikael Djurfeldt
6c56304f22 Code layout fix 2000-06-13 11:14:35 +00:00
Mikael Djurfeldt
e36a087045 *** empty log message *** 2000-06-13 00:49:57 +00:00
Mikael Djurfeldt
f30c9c8f53 * fports.c (scm_setvbuf): Use free' instead of scm_must_free'
since read and write buffers are allocated by `malloc'.
2000-06-13 00:49:40 +00:00
Mikael Djurfeldt
eb422a4c18 Doc fix 2000-06-13 00:49:28 +00:00
Mikael Djurfeldt
1c4ae8de87 *** empty log message *** 2000-06-13 00:12:27 +00:00
Mikael Djurfeldt
cb18f2a892 * tests/numbers.test, tests/list.test: Updated for new
documentation module.
2000-06-13 00:12:11 +00:00
Mikael Djurfeldt
c47e8cc1fd *** empty log message *** 2000-06-12 23:45:20 +00:00
Mikael Djurfeldt
117e819f43 * gh_test_c.c, gh_test_repl.c: Removed. 2000-06-12 23:44:46 +00:00
Mikael Djurfeldt
95d566aa36 * Makefile.am: Removed old test code. 2000-06-12 23:44:20 +00:00
Mikael Djurfeldt
54cb2def3a *** empty log message *** 2000-06-12 23:35:22 +00:00
Mikael Djurfeldt
2d72b50278 * Makefile.am (dist-hook): Added kludge to fix automake generated
dependencies in the distribution archive Makefile.
2000-06-12 23:35:08 +00:00
Mikael Djurfeldt
50473f71b2 Updated copyright 2000-06-12 21:28:19 +00:00
Mikael Djurfeldt
a8861fa056 *** empty log message *** 2000-06-12 21:27:42 +00:00
Mikael Djurfeldt
4f4d60fddb * symbols.c (scm_intern_obarray_soft,
scm_sysintern0_no_module_lookup): Cast `name' to unsigned char ptr
in calls to scm_strhash.
2000-06-12 21:27:19 +00:00
Mikael Djurfeldt
a4c7145ba4 * strports.c (st_resize_port): Substituted SCM_UCHARS for
SCM_CHARS.
(st_write): Cast argument to strncpy to char ptr.
(scm_mkstrport): Substituted SCM_ROUCHARS for SCM_ROCHARS.
(scm_strport_to_string): Cast argument to scm_makfromstr to char
ptr.
2000-06-12 21:27:04 +00:00
Mikael Djurfeldt
e1c7d601ad * ramap.c (s_scm_array_fill_x): Cast `ve' properly in case
`scm_tc7_uvect'.
2000-06-12 21:26:52 +00:00
Mikael Djurfeldt
b038d983a1 Added comment 2000-06-12 21:26:35 +00:00
Mikael Djurfeldt
c357d54673 * ports.c (scm_ungetc): Cast value to unsigned char ptr before
storing in putback_buf.
(scm_unread_string): Substituted SCM_ROCHARS for SCM_ROUCHARS.
2000-06-12 21:25:41 +00:00
Mikael Djurfeldt
c507087791 * iselect.c (SCM_NLONGBITS): Add workaround for the Sun 4.2
compiler.
2000-06-12 21:25:10 +00:00
Mikael Djurfeldt
dce41066d3 * ioext.c (s_scm_read_line): Cast result of call to
scm_do_read_line to unsigned char ptr.
2000-06-12 21:24:43 +00:00
Mikael Djurfeldt
a9121c98ac * inet_aton.c (inet_aton): Cast init value for `cp'. 2000-06-12 21:24:29 +00:00
Mikael Djurfeldt
30b4dd94a3 * libguile.h: Removed #include "libguile/kw.h". 2000-06-12 21:22:47 +00:00
Mikael Djurfeldt
d230c13028 *** empty log message *** 2000-06-12 18:13:56 +00:00
Mikael Djurfeldt
a57c1cc7ee * gdbint.c (SEND_STRING): Cast argument to char pointer. 2000-06-12 18:13:38 +00:00
Mikael Djurfeldt
6f760c1dc8 * fports.c (fport_flush): Declare `ptr' as unsigned char (was
char).
2000-06-12 18:13:02 +00:00
Mikael Djurfeldt
4f7d2ad67f * Makefile.am (OMIT_DEPENDENCIES): Defined to "libguile.h ltdl.h". (We don't
want these dependencies recorded, since they would get bogus
relative paths; libguile.h is only used in gh.h and guile.c.)
2000-06-12 18:12:51 +00:00
Mikael Djurfeldt
9c8dca4eb6 *** empty log message *** 2000-06-12 17:37:10 +00:00