Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/sockets @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | b86e9061a6d0 |
children |
rev | line source |
---|---|
9642 | 1 Description: |
10537
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
2 General facilities for using sockets |
9642 | 3 |
4 Files: | |
5 lib/sockets.c | |
6 lib/sockets.h | |
11426
d40b890c5200
Remove dependency from 'close' module to -lws2_32 on native Windows.
Bruno Haible <bruno@clisp.org>
parents:
10741
diff
changeset
|
7 lib/w32sock.h |
9642 | 8 m4/sockets.m4 |
9 | |
10 Depends-on: | |
13617 | 11 socketlib |
9642 | 12 sys_socket |
14595
32d72ffe29dd
ioctl: Remove link dependency on native Windows.
Bruno Haible <bruno@clisp.org>
parents:
13617
diff
changeset
|
13 fd-hook |
15752
b86e9061a6d0
New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.
Bruno Haible <bruno@clisp.org>
parents:
14595
diff
changeset
|
14 msvc-nothrow |
9642 | 15 |
16 configure.ac: | |
17 gl_SOCKETS | |
18 | |
19 Makefile.am: | |
20 lib_SOURCES += sockets.h sockets.c | |
21 | |
22 Include: | |
23 "sockets.h" | |
24 | |
10537
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
25 Link: |
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
26 $(LIBSOCKET) |
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
27 |
9642 | 28 License: |
10741
27ae240b71f0
modules/sockets (License): Change from LGPL to LGPLv2+.
Simon Josefsson <simon@josefsson.org>
parents:
10537
diff
changeset
|
29 LGPLv2+ |
9642 | 30 |
31 Maintainer: | |
32 Simon Josefsson |