[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
update doc regarding MacOS X
From: |
Bruno Haible |
Subject: |
update doc regarding MacOS X |
Date: |
Sun, 21 Nov 2010 18:46:50 +0100 |
User-agent: |
KMail/1.9.9 |
I'm updating the doc regarding MacOS X 10.5.
2010-11-21 Bruno Haible <address@hidden>
Update for MacOS X 10.5.
* m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Don't guess yes on
MacOS X; the test fails on MacOS X 10.5.8.
* doc/{glibc,posix,pastposix}-{headers,functions}/*.texi: Update info
about MacOS X.
--- m4/printf.m4.orig Sun Nov 21 18:40:26 2010
+++ m4/printf.m4 Sun Nov 21 18:40:09 2010
@@ -1,4 +1,4 @@
-# printf.m4 serial 36
+# printf.m4 serial 37
dnl Copyright (C) 2003, 2007-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -439,9 +439,6 @@
# Guess yes on FreeBSD >= 6.
freebsd[1-5]*)
gl_cv_func_printf_infinite_long_double="guessing no";;
freebsd* | kfreebsd*)
gl_cv_func_printf_infinite_long_double="guessing yes";;
- # Guess yes on MacOS X >= 10.3.
- darwin[1-6].*)
gl_cv_func_printf_infinite_long_double="guessing no";;
- darwin*)
gl_cv_func_printf_infinite_long_double="guessing yes";;
# Guess yes on HP-UX >= 11.
hpux[7-9]* | hpux10*)
gl_cv_func_printf_infinite_long_double="guessing no";;
hpux*)
gl_cv_func_printf_infinite_long_double="guessing yes";;
@@ -1439,6 +1436,7 @@
dnl glibc 2.5 . . . . . . . . . . . . . .
. . . . . .
dnl glibc 2.3.6 . . . . # . . . . . . . . .
. . . . . .
dnl FreeBSD 5.4, 6.1 . . . . # . . . . . . # . #
. . . . . .
+dnl MacOS X 10.5.8 . . . # # . . . . . . # . .
. . . . . .
dnl MacOS X 10.3.9 . . . . # . . . . . . # . #
. . . . . .
dnl OpenBSD 3.9, 4.0 . . # # # # . # . # . # . #
. . . . . .
dnl Cygwin 1.7.0 (2009) . . . # . . . ? . . . . . ?
. . . . . .
--- doc/glibc-functions/accept4.texi.orig Sun Nov 21 18:40:10 2010
+++ doc/glibc-functions/accept4.texi Sun Nov 21 17:15:01 2010
@@ -8,7 +8,7 @@
@itemize
@item
This function is missing on many non-glibc platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
+MacOS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.7.1, mingw, Interix 3.5, BeOS.
@end itemize
...
Complete patch:
<http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=4ef8b64903e0cdbac1e7430491cd1e78ff2fdbf8>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- update doc regarding MacOS X,
Bruno Haible <=