mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
*** empty log message ***
This commit is contained in:
parent
2cf6d0146c
commit
43fbd20f25
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
* random.c: #include <string.h>. (Needed by memcpy.)
|
||||||
|
|
||||||
* guile-snarf.awk.in: Replace the dot_doc_file arg with "-",
|
* guile-snarf.awk.in: Replace the dot_doc_file arg with "-",
|
||||||
indicating stdin, instead of "" and don't reset ARGC. This is a
|
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,
|
workaround for `nawk' in AIX 4.3 on RS6000 but, as far as I know,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue