Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / doc / posix-functions / getdate.texi
1 @node getdate
2 @section @code{getdate}
3 @findex getdate
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getdate.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 Mac OS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, Cygwin, mingw, MSVC 9, BeOS.
18 @end itemize
19
20 Gnulib provides a module @code{parse-datetime} that contains a function
21 @code{parse_datetime}
22 that has similar functionality as the @code{getdate} function.