gnulib.git
15 years agorandom_r: new module
Jim Meyering [Wed, 22 Oct 2008 09:19:27 +0000 (11:19 +0200)]
random_r: new module

* modules/random_r: New file.
* m4/random_r.m4: New file.
* lib/random_r.c: New file, from glibc.
* modules/random_r-tests: New file.
* tests/test-random_r.c: New file.
* lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r): Declare.
(RAND_MAX): Define.
* m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
* modules/stdlib: Substitute them, too.
* MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
* doc/glibc-functions/initstate_r.texi: Mention the new module.
* doc/glibc-functions/random_r.texi: Likewise.
* doc/glibc-functions/setstate_r.texi: Likewise.
* doc/glibc-functions/srandom_r.texi: Likewise.
* config/srclist.txt: Mention it.

15 years agoselinux-h: search for LIB_SELINUX and mark it as a link requirement
David Lutterkort [Wed, 22 Oct 2008 18:07:49 +0000 (11:07 -0700)]
selinux-h: search for LIB_SELINUX and mark it as a link requirement

15 years agoselinux-h: mark parameters of stub functions as intentionally unused
Jim Meyering [Wed, 22 Oct 2008 18:07:50 +0000 (11:07 -0700)]
selinux-h: mark parameters of stub functions as intentionally unused

* lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
* lib/se-context.in.h: Likewise.

15 years agolib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
Simon Josefsson [Wed, 22 Oct 2008 16:06:15 +0000 (18:06 +0200)]
lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.

15 years agogetgroups: Avoid invoking test with wrong parameters.
Simon Josefsson [Wed, 22 Oct 2008 12:13:47 +0000 (14:13 +0200)]
getgroups: Avoid invoking test with wrong parameters.

15 years agoglthread/thread: avoid compiler warning
Eric Blake [Wed, 22 Oct 2008 11:47:28 +0000 (05:47 -0600)]
glthread/thread: avoid compiler warning

* lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
Add unreachable abort to silence compiler.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agonetdb: also supply struct addrinfo for cygwin 1.5.x
Eric Blake [Wed, 22 Oct 2008 11:34:48 +0000 (05:34 -0600)]
netdb: also supply struct addrinfo for cygwin 1.5.x

* m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
older cygwin.
* lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
cygwin.
* doc/posix-headers/netdb.texi (netdb.h): Document this.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoUpdate entry about pspp.
Bruno Haible [Wed, 22 Oct 2008 10:36:51 +0000 (12:36 +0200)]
Update entry about pspp.

15 years agoupdate from texinfo
Karl Berry [Tue, 21 Oct 2008 23:52:50 +0000 (16:52 -0700)]
update from texinfo

15 years agose-linux-h: remove ENOTSUPP-defining code; instead, use errno
Jim Meyering [Tue, 21 Oct 2008 15:18:53 +0000 (17:18 +0200)]
se-linux-h: remove ENOTSUPP-defining code; instead, use errno

* modules/selinux-h (Depends-on): Add errno.
(configure.ac): Add AC_REQUIRE([AC_C_INLINE]).
* lib/se-context.in.h: Remove code to define ENOTSUPP.
* lib/se-selinux.in.h: Likewise.

15 years agoselinux-h: new module (from coreutils/gl/)
Jim Meyering [Tue, 21 Oct 2008 15:06:17 +0000 (17:06 +0200)]
selinux-h: new module (from coreutils/gl/)

* modules/selinux-h: New file.
* lib/se-context.in.h: New file.
* lib/se-selinux.in.h: New file.
* m4/selinux-context-h.m4: New file.
* m4/selinux-selinux-h.m4: New file.

15 years agoCleanup and simplify winsock split changes.
Bruno Haible [Tue, 21 Oct 2008 15:15:43 +0000 (17:15 +0200)]
Cleanup and simplify winsock split changes.
Simplification.
* lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
* lib/close.c (_gl_close_fd_maybe_socket): Make static.

Simplification.
* lib/ioctl.c (ioctl): Don't undefine.
* lib/socket.c (socket): Don't undefine.

Remove unused module indicator macros.
* m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
GNULIB_$1 as a C macro.

* doc/posix-functions/close.texi: Undo last change.
* doc/posix-functions/ioctl.texi: Merge the two paragraphs about
Windows platforms.

15 years agoAdd gethostname() declaration to <unistd.h>.
Bruno Haible [Tue, 21 Oct 2008 11:13:09 +0000 (13:13 +0200)]
Add gethostname() declaration to <unistd.h>.

15 years agoAdd missing module dependencies.
Bruno Haible [Tue, 21 Oct 2008 10:33:07 +0000 (12:33 +0200)]
Add missing module dependencies.

15 years agoSplit winsock.c into many smaller files.
Simon Josefsson [Tue, 21 Oct 2008 10:17:19 +0000 (12:17 +0200)]
Split winsock.c into many smaller files.
* lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
* lib/accept.c: New file, based on winsock.c.
* lib/bind.c: New file, based on winsock.c.
* lib/connect.c: New file, based on winsock.c.
* lib/getpeername.c: New file, based on winsock.c.
* lib/getsockname.c: New file, based on winsock.c.
* lib/getsockopt.c: New file, based on winsock.c.
* lib/ioctl.c: New file, based on winsock.c.
* lib/listen.c: New file, based on winsock.c.
* lib/recv.c: New file, based on winsock.c.
* lib/recvfrom.c: New file, based on winsock.c.
* lib/send.c: New file, based on winsock.c.
* lib/sendto.c: New file, based on winsock.c.
* lib/setsockopt.c: New file, based on winsock.c.
* lib/shutdown.c: New file, based on winsock.c.
* lib/socket.c: New file, based on winsock.c.
* lib/w32sock.h: New file, based on winsock.c.
* lib/winsock.c: Remove file.
* modules/accept: Likewise.
* modules/bind: Likewise.
* modules/connect: Likewise.
* modules/getpeername: Likewise.
* modules/getsockname: Likewise.
* modules/getsockopt: Likewise.
* modules/ioctl: Likewise.
* modules/listen: Likewise.
* modules/recv: Likewise.
* modules/recvfrom: Likewise.
* modules/send: Likewise.
* modules/sendto: Likewise.
* modules/setsockopt: Likewise.
* modules/shutdown: Likewise.
* modules/socket: Use socket.c instead of winsock.c.
* modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
* doc/posix-functions/accept.texi: Doc fix.
* doc/posix-functions/bind.texi: Doc fix.
* doc/posix-functions/close.texi: Doc fix.
* doc/posix-functions/connect.texi: Doc fix.
* doc/posix-functions/getpeername.texi: Doc fix.
* doc/posix-functions/getsockname.texi: Doc fix.
* doc/posix-functions/getsockopt.texi: Doc fix.
* doc/posix-functions/ioctl.texi: Doc fix.
* doc/posix-functions/listen.texi: Doc fix.
* doc/posix-functions/recv.texi: Doc fix.
* doc/posix-functions/recvfrom.texi: Doc fix.
* doc/posix-functions/send.texi: Doc fix.
* doc/posix-functions/sendto.texi: Doc fix.
* doc/posix-functions/setsockopt.texi: Doc fix.
* doc/posix-functions/shutdown.texi: Doc fix.
* doc/posix-functions/socket.texi: Doc fix.

15 years agoTake into account the role of SIGABRT_COMPAT on Windows 2008.
Bruno Haible [Mon, 20 Oct 2008 23:12:33 +0000 (01:12 +0200)]
Take into account the role of SIGABRT_COMPAT on Windows 2008.

15 years agoMove the lstat() declaration to <sys/stat.h>.
Bruno Haible [Mon, 20 Oct 2008 23:05:43 +0000 (01:05 +0200)]
Move the lstat() declaration to <sys/stat.h>.

15 years agoTests for posix_spawn function.
Bruno Haible [Mon, 20 Oct 2008 23:03:08 +0000 (01:03 +0200)]
Tests for posix_spawn function.

15 years agoUse gnulib's sys/wait.h replacement.
Bruno Haible [Mon, 20 Oct 2008 22:58:48 +0000 (00:58 +0200)]
Use gnulib's sys/wait.h replacement.

15 years agocanon-host: Include netdb.h instead of getaddrinfo.h.
Jim Meyering [Mon, 20 Oct 2008 12:00:31 +0000 (14:00 +0200)]
canon-host: Include netdb.h instead of getaddrinfo.h.

15 years agoTest against another AIX bug.
Bruno Haible [Mon, 20 Oct 2008 11:10:37 +0000 (13:10 +0200)]
Test against another AIX bug.

15 years agoMake the check on MacOS X.
Bruno Haible [Mon, 20 Oct 2008 11:08:37 +0000 (13:08 +0200)]
Make the check on MacOS X.

15 years agoUse AC_LANG_SOURCE instead of AC_LANG_PROGRAM.
Bruno Haible [Mon, 20 Oct 2008 11:06:51 +0000 (13:06 +0200)]
Use AC_LANG_SOURCE instead of AC_LANG_PROGRAM.

15 years agolib/netdb.in.h: Don't define GNU specific constants.
Simon Josefsson [Mon, 20 Oct 2008 10:08:43 +0000 (12:08 +0200)]
lib/netdb.in.h: Don't define GNU specific constants.
Reported by Bruno Haible <bruno@clisp.org>.

15 years agoMove getaddrinfo.h declarations to netdb.h.
Simon Josefsson [Mon, 20 Oct 2008 07:53:42 +0000 (09:53 +0200)]
Move getaddrinfo.h declarations to netdb.h.
* lib/getaddrinfo.h: Remove file.
* modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
* m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
* lib/netdb.in.h: Add declarations from getaddrinfo.h.
* m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
* modules/netdb: Substitute GNULIB_GETADDRINFO.
* lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
* tests/test-getaddrinfo.c: Likewise.
* lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
* NEWS: Mention change.

15 years agoRemove unneeded code.
Bruno Haible [Sun, 19 Oct 2008 21:51:06 +0000 (23:51 +0200)]
Remove unneeded code.

15 years agoRestore the ChangeLog tail.
Bruno Haible [Sun, 19 Oct 2008 21:44:30 +0000 (23:44 +0200)]
Restore the ChangeLog tail.

15 years agoMake use of sys_wait module.
Bruno Haible [Sun, 19 Oct 2008 21:29:38 +0000 (23:29 +0200)]
Make use of sys_wait module.

15 years agoNew module 'sys_wait'.
Bruno Haible [Sun, 19 Oct 2008 21:27:14 +0000 (23:27 +0200)]
New module 'sys_wait'.

15 years agoRemove redundant test for unistd.h.
Bruno Haible [Sun, 19 Oct 2008 20:07:52 +0000 (22:07 +0200)]
Remove redundant test for unistd.h.

15 years agoAssume that waitpid() fills an 'int' status, not a 'union wait'.
Bruno Haible [Sun, 19 Oct 2008 19:58:22 +0000 (21:58 +0200)]
Assume that waitpid() fills an 'int' status, not a 'union wait'.

15 years agoNew module 'atoll'.
Bruno Haible [Sun, 19 Oct 2008 17:11:37 +0000 (19:11 +0200)]
New module 'atoll'.

15 years agoAdd strtoull() declaration to <stdlib.h>.
Bruno Haible [Sun, 19 Oct 2008 16:50:15 +0000 (18:50 +0200)]
Add strtoull() declaration to <stdlib.h>.

15 years agoAdd strtoll() declaration to <stdlib.h>.
Bruno Haible [Sun, 19 Oct 2008 16:42:31 +0000 (18:42 +0200)]
Add strtoll() declaration to <stdlib.h>.

15 years agoSpecify include file for bcopy().
Bruno Haible [Sun, 19 Oct 2008 14:54:34 +0000 (16:54 +0200)]
Specify include file for bcopy().

15 years agoUpdate doc regarding mingw.
Bruno Haible [Sun, 19 Oct 2008 14:47:58 +0000 (16:47 +0200)]
Update doc regarding mingw.

15 years agoAvoid a compilation error on mingw.
Bruno Haible [Sun, 19 Oct 2008 12:08:13 +0000 (14:08 +0200)]
Avoid a compilation error on mingw.

15 years agoMove the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible [Sun, 19 Oct 2008 12:05:30 +0000 (14:05 +0200)]
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.

15 years agoAdd getusershell(), setusershell(), endusershell() declarations to <unistd.h>.
Bruno Haible [Sun, 19 Oct 2008 11:07:15 +0000 (13:07 +0200)]
Add getusershell(), setusershell(), endusershell() declarations to <unistd.h>.

15 years agoAdd a getloadavg() declaration to <stdlib.h>.
Bruno Haible [Sun, 19 Oct 2008 10:57:06 +0000 (12:57 +0200)]
Add a getloadavg() declaration to <stdlib.h>.

15 years agoMove the lchmod() declaration to <sys/stat.h>.
Bruno Haible [Sun, 19 Oct 2008 10:50:40 +0000 (12:50 +0200)]
Move the lchmod() declaration to <sys/stat.h>.

15 years agoMove the dirfd() declaration to <dirent.h>.
Bruno Haible [Sun, 19 Oct 2008 10:47:52 +0000 (12:47 +0200)]
Move the dirfd() declaration to <dirent.h>.

15 years agoMove the euidaccess() declaration to <unistd.h>.
Bruno Haible [Sun, 19 Oct 2008 10:43:15 +0000 (12:43 +0200)]
Move the euidaccess() declaration to <unistd.h>.

15 years agoMove the getdomainname() declaration to <unistd.h>.
Bruno Haible [Sun, 19 Oct 2008 01:36:00 +0000 (03:36 +0200)]
Move the getdomainname() declaration to <unistd.h>.

15 years agoRestore the ChangeLog tail.
Bruno Haible [Sat, 18 Oct 2008 23:49:18 +0000 (01:49 +0200)]
Restore the ChangeLog tail.

15 years agoNew module 'dirent'.
Bruno Haible [Sat, 18 Oct 2008 23:44:46 +0000 (01:44 +0200)]
New module 'dirent'.

15 years agoAvoid -Wunused-parameter warnings in public gnulib header files.
Bruno Haible [Sat, 18 Oct 2008 21:08:51 +0000 (23:08 +0200)]
Avoid -Wunused-parameter warnings in public gnulib header files.

15 years agoDocument existing modules.
Bruno Haible [Sat, 18 Oct 2008 12:17:41 +0000 (14:17 +0200)]
Document existing modules.

15 years agoAvoid compilation error due to MacOS X 10.5 gcc cross-compilation bug.
Bruno Haible [Sat, 18 Oct 2008 01:15:17 +0000 (03:15 +0200)]
Avoid compilation error due to MacOS X 10.5 gcc cross-compilation bug.

15 years agoAvoid gcc warnings because of #pragma GCC system_header on older gcc.
Bruno Haible [Sat, 18 Oct 2008 00:43:18 +0000 (02:43 +0200)]
Avoid gcc warnings because of #pragma GCC system_header on older gcc.

15 years agoAvoid gcc warnings because of #pragma GCC system_header on older gcc.
Bruno Haible [Fri, 17 Oct 2008 23:41:46 +0000 (01:41 +0200)]
Avoid gcc warnings because of #pragma GCC system_header on older gcc.

15 years agoignore-value: don't depend on inline module
Jim Meyering [Fri, 17 Oct 2008 11:43:21 +0000 (13:43 +0200)]
ignore-value: don't depend on inline module

* modules/ignore-value (Depends-on): Remove 'inline'.
(configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
Suggestion from Bruno Haible.

15 years agoNew implementation of condition variables for Win32.
Bruno Haible [Fri, 17 Oct 2008 11:33:22 +0000 (13:33 +0200)]
New implementation of condition variables for Win32.

15 years agomodules/recvfrom (Depends-on): Add dependency on getpeername.
Simon Josefsson [Fri, 17 Oct 2008 09:54:40 +0000 (11:54 +0200)]
modules/recvfrom (Depends-on): Add dependency on getpeername.

15 years agoignore-value: new module
Jim Meyering [Thu, 16 Oct 2008 21:20:44 +0000 (23:20 +0200)]
ignore-value: new module

* modules/ignore-value: New file.
* lib/ignore-value.h: New file.
* MODULES.html.sh (Compiler warning management): New section,
just for this module.  More to come.

15 years agoopen-safer.c: avoid 'signed and unsigned in conditional...' warning
Paul Eggert [Thu, 16 Oct 2008 19:48:54 +0000 (21:48 +0200)]
open-safer.c: avoid 'signed and unsigned in conditional...' warning

* lib/open-safer.c (open_safer): Use an "if/else" statement in place
of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.

15 years agoupdate from texinfo
Karl Berry [Thu, 16 Oct 2008 17:13:34 +0000 (10:13 -0700)]
update from texinfo

15 years agoopenat-die.c: avoid 'no previous prototype' warning
Jim Meyering [Thu, 16 Oct 2008 12:35:41 +0000 (14:35 +0200)]
openat-die.c: avoid 'no previous prototype' warning

* lib/openat-die.c: Include "openat.h".
Reported by Reuben Thomas <rrt@sc3d.org>.

15 years agoFixes for netdb.h.
Simon Josefsson [Thu, 16 Oct 2008 07:26:07 +0000 (09:26 +0200)]
Fixes for netdb.h.
* m4/netdb_h.m4: Assume that if netdb.h exists, it works.
* lib/netdb.in.h: Fix typo.
Reported by Bruno Haible  <bruno@clisp.org>

* lib/netdb.in.h: Include sys/socket.h for platforms without
netdb.h, to get structures like hostent on MinGW.
* modules/netdb (Depends-on): Add sys_socket.

15 years agoupdate from texinfo
Karl Berry [Thu, 16 Oct 2008 00:51:16 +0000 (17:51 -0700)]
update from texinfo

15 years agoAdd netdb.h replacement module.
Simon Josefsson [Wed, 15 Oct 2008 12:48:59 +0000 (14:48 +0200)]
Add netdb.h replacement module.
Currently empty and unused, but that will change soon.

15 years agognulib.texi (Getaddrinfo and WINVER): Sync documentation with code.
Simon Josefsson [Wed, 15 Oct 2008 12:20:43 +0000 (14:20 +0200)]
gnulib.texi (Getaddrinfo and WINVER): Sync documentation with code.

15 years agoautoupdate
Karl Berry [Tue, 14 Oct 2008 15:13:35 +0000 (08:13 -0700)]
autoupdate

15 years agoAdd a comment.
Bruno Haible [Tue, 14 Oct 2008 01:54:08 +0000 (03:54 +0200)]
Add a comment.

15 years agoInclude <sys/ioctl.h>, for ioctl().
Yoann Vandoorselaere [Tue, 14 Oct 2008 01:43:12 +0000 (03:43 +0200)]
Include <sys/ioctl.h>, for ioctl().

15 years agoFix syntax error in native Win32 code.
Bruno Haible [Tue, 14 Oct 2008 01:40:49 +0000 (03:40 +0200)]
Fix syntax error in native Win32 code.

15 years agoFix getaddrinfo emulation for systems with struct sockaddr.sa_len.
Paolo Bonzini [Mon, 13 Oct 2008 17:49:44 +0000 (19:49 +0200)]
Fix getaddrinfo emulation for systems with struct sockaddr.sa_len.

2008-10-13  Paolo Bonzini  <bonzini@gnu.org>

fix getaddrinfo emulation for systems with struct sockaddr.sa_len
* m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
struct sockaddr.sa_len.
* lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.

15 years agopmccabe2html: Add css and css_url parameters.
Simon Josefsson [Mon, 13 Oct 2008 10:20:30 +0000 (12:20 +0200)]
pmccabe2html: Add css and css_url parameters.

15 years agoComplete ChangeLog entry.
Bruno Haible [Mon, 13 Oct 2008 02:41:25 +0000 (04:41 +0200)]
Complete ChangeLog entry.

15 years agoCorrect use of uninitialized variable on AIX.
Bruno Haible [Mon, 13 Oct 2008 02:27:50 +0000 (04:27 +0200)]
Correct use of uninitialized variable on AIX.

15 years agoMerge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib
Bruno Haible [Mon, 13 Oct 2008 00:35:20 +0000 (02:35 +0200)]
Merge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib

15 years agoAdd a comment.
Bruno Haible [Mon, 13 Oct 2008 00:32:53 +0000 (02:32 +0200)]
Add a comment.

15 years agoupdate from texinfo
Karl Berry [Mon, 13 Oct 2008 00:30:52 +0000 (17:30 -0700)]
update from texinfo

15 years agoMerge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib
Bruno Haible [Sun, 12 Oct 2008 23:46:58 +0000 (01:46 +0200)]
Merge branch 'master' of ssh://haible@git.sv.gnu.org/srv/git/gnulib

15 years agoupdate from texinfo
Karl Berry [Sun, 12 Oct 2008 22:19:19 +0000 (15:19 -0700)]
update from texinfo

15 years agoComment.
Bruno Haible [Sun, 12 Oct 2008 19:56:57 +0000 (21:56 +0200)]
Comment.

15 years agoUse msvcrt aware primitives for creation/termination of Win32 threads.
Bruno Haible [Sun, 12 Oct 2008 13:13:06 +0000 (15:13 +0200)]
Use msvcrt aware primitives for creation/termination of Win32 threads.

15 years agoProvide a Win32 implementation of the 'cond' module.
Yoann Vandoorselaere [Sat, 11 Oct 2008 22:14:22 +0000 (00:14 +0200)]
Provide a Win32 implementation of the 'cond' module.

15 years agoMake sleep work on older versions of mingw.
Bruno Haible [Sat, 11 Oct 2008 21:39:55 +0000 (23:39 +0200)]
Make sleep work on older versions of mingw.

15 years agoautoupdate
Karl Berry [Sat, 11 Oct 2008 17:20:58 +0000 (10:20 -0700)]
autoupdate

15 years agoNew module 'shutdown'.
Bruno Haible [Sat, 11 Oct 2008 13:00:33 +0000 (15:00 +0200)]
New module 'shutdown'.

15 years ago* lib/fclose.c: Fix typo in comment: s/close/fclose/.
Jim Meyering [Sat, 11 Oct 2008 12:24:41 +0000 (14:24 +0200)]
* lib/fclose.c: Fix typo in comment: s/close/fclose/.

15 years agoNew module 'fclose'.
Bruno Haible [Sat, 11 Oct 2008 12:18:29 +0000 (14:18 +0200)]
New module 'fclose'.

15 years agoFix error handling when closesocket fails.
Bruno Haible [Sat, 11 Oct 2008 11:59:38 +0000 (13:59 +0200)]
Fix error handling when closesocket fails.

15 years agoFix test failure on Cygwin.
Bruno Haible [Sat, 11 Oct 2008 01:26:03 +0000 (03:26 +0200)]
Fix test failure on Cygwin.

15 years agoImprove announce-gen user messages.
Ben Pfaff [Fri, 10 Oct 2008 05:12:51 +0000 (22:12 -0700)]
Improve announce-gen user messages.

15 years agobootstrap: use git's --depth=N option only if it's supported
Jim Meyering [Fri, 10 Oct 2008 06:34:05 +0000 (08:34 +0200)]
bootstrap: use git's --depth=N option only if it's supported

* build-aux/bootstrap: Work with git-1.4.4.4, which does not
recognize the --depth option.  Reported by Pádraig Brady.

15 years agoKeep ChangeLog entries in at most 80 screen columns.
Bruno Haible [Fri, 10 Oct 2008 02:35:51 +0000 (04:35 +0200)]
Keep ChangeLog entries in at most 80 screen columns.

15 years agoNew module 'ioctl'.
Bruno Haible [Fri, 10 Oct 2008 02:33:25 +0000 (04:33 +0200)]
New module 'ioctl'.

15 years agoNew module 'sys_ioctl'.
Bruno Haible [Fri, 10 Oct 2008 02:25:28 +0000 (04:25 +0200)]
New module 'sys_ioctl'.

15 years agoMake the ioctl() signature POSIX compliant.
Bruno Haible [Fri, 10 Oct 2008 02:17:02 +0000 (04:17 +0200)]
Make the ioctl() signature POSIX compliant.

15 years agoArrange to replace the close() function when needed.
Bruno Haible [Fri, 10 Oct 2008 01:57:05 +0000 (03:57 +0200)]
Arrange to replace the close() function when needed.

15 years agoMention new module 'close'.
Bruno Haible [Fri, 10 Oct 2008 00:35:24 +0000 (02:35 +0200)]
Mention new module 'close'.

15 years agoDocument <sys/ioctl.h> status.
Bruno Haible [Fri, 10 Oct 2008 00:05:36 +0000 (02:05 +0200)]
Document <sys/ioctl.h> status.

15 years agoCombine the two replacements of 'close'.
Paolo Bonzini [Thu, 9 Oct 2008 22:23:06 +0000 (00:23 +0200)]
Combine the two replacements of 'close'.

15 years agoNew module 'close'.
Paolo Bonzini [Thu, 9 Oct 2008 22:06:58 +0000 (00:06 +0200)]
New module 'close'.

15 years agoMerge the two replacements for open() into a single one.
Paolo Bonzini [Thu, 9 Oct 2008 21:47:06 +0000 (23:47 +0200)]
Merge the two replacements for open() into a single one.

15 years agoGNUmakefile: use the more name-space-friendly "_version"
Jim Meyering [Thu, 9 Oct 2008 08:35:37 +0000 (10:35 +0200)]
GNUmakefile: use the more name-space-friendly "_version"

* top/GNUmakefile (_dummy): Update.
(_version): Rename from "version".

15 years agoReduce code duplication.
Paolo Bonzini [Thu, 9 Oct 2008 11:31:16 +0000 (13:31 +0200)]
Reduce code duplication.

15 years agoFix organization of 'open' replacement.
Paolo Bonzini [Thu, 9 Oct 2008 11:20:03 +0000 (13:20 +0200)]
Fix organization of 'open' replacement.