From 3b87bfe5292b83efbdbc2ac366cef148550f9d4e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 14 Dec 2008 14:28:16 +0100 Subject: [PATCH] Update doc for POSIX:2008. Part 1: Function removals. --- ChangeLog | 58 ++++++++++ doc/gnulib.texi | 119 ++++++++++++--------- .../bcmp.texi | 0 .../bcopy.texi | 0 .../bsd_signal.texi | 0 .../bzero.texi | 0 .../ecvt.texi | 0 .../fcvt.texi | 0 .../ftime.texi | 0 .../gcvt.texi | 0 .../getcontext.texi | 0 .../gethostbyaddr.texi | 0 .../gethostbyname.texi | 0 .../getwd.texi | 0 .../h_errno.texi | 0 .../index.texi | 0 .../makecontext.texi | 0 .../mktemp.texi | 0 .../pthread_attr_getstackaddr.texi | 0 .../pthread_attr_setstackaddr.texi | 0 .../rindex.texi | 0 .../scalb.texi | 0 .../setcontext.texi | 0 .../swapcontext.texi | 0 .../ualarm.texi | 0 .../usleep.texi | 0 .../vfork.texi | 0 .../wcswcs.texi | 0 28 files changed, 125 insertions(+), 52 deletions(-) rename doc/{posix-functions => pastposix-functions}/bcmp.texi (100%) rename doc/{posix-functions => pastposix-functions}/bcopy.texi (100%) rename doc/{posix-functions => pastposix-functions}/bsd_signal.texi (100%) rename doc/{posix-functions => pastposix-functions}/bzero.texi (100%) rename doc/{posix-functions => pastposix-functions}/ecvt.texi (100%) rename doc/{posix-functions => pastposix-functions}/fcvt.texi (100%) rename doc/{posix-functions => pastposix-functions}/ftime.texi (100%) rename doc/{posix-functions => pastposix-functions}/gcvt.texi (100%) rename doc/{posix-functions => pastposix-functions}/getcontext.texi (100%) rename doc/{posix-functions => pastposix-functions}/gethostbyaddr.texi (100%) rename doc/{posix-functions => pastposix-functions}/gethostbyname.texi (100%) rename doc/{posix-functions => pastposix-functions}/getwd.texi (100%) rename doc/{posix-functions => pastposix-functions}/h_errno.texi (100%) rename doc/{posix-functions => pastposix-functions}/index.texi (100%) rename doc/{posix-functions => pastposix-functions}/makecontext.texi (100%) rename doc/{posix-functions => pastposix-functions}/mktemp.texi (100%) rename doc/{posix-functions => pastposix-functions}/pthread_attr_getstackaddr.texi (100%) rename doc/{posix-functions => pastposix-functions}/pthread_attr_setstackaddr.texi (100%) rename doc/{posix-functions => pastposix-functions}/rindex.texi (100%) rename doc/{posix-functions => pastposix-functions}/scalb.texi (100%) rename doc/{posix-functions => pastposix-functions}/setcontext.texi (100%) rename doc/{posix-functions => pastposix-functions}/swapcontext.texi (100%) rename doc/{posix-functions => pastposix-functions}/ualarm.texi (100%) rename doc/{posix-functions => pastposix-functions}/usleep.texi (100%) rename doc/{posix-functions => pastposix-functions}/vfork.texi (100%) rename doc/{posix-functions => pastposix-functions}/wcswcs.texi (100%) diff --git a/ChangeLog b/ChangeLog index cf296a193..6dc09bb69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2008-12-14 Bruno Haible + + Update doc for POSIX:2008. + * doc/pastposix-functions/bcmp.texi: Renamed from + doc/posix-functions/bcmp.texi. + * doc/pastposix-functions/bcopy.texi: Renamed from + doc/posix-functions/bcopy.texi. + * doc/pastposix-functions/bsd_signal.texi: Renamed from + doc/posix-functions/bsd_signal.texi. + * doc/pastposix-functions/bzero.texi: Renamed from + doc/posix-functions/bzero.texi. + * doc/pastposix-functions/ecvt.texi: Renamed from + doc/posix-functions/ecvt.texi. + * doc/pastposix-functions/fcvt.texi: Renamed from + doc/posix-functions/fcvt.texi. + * doc/pastposix-functions/ftime.texi: Renamed from + doc/posix-functions/ftime.texi. + * doc/pastposix-functions/gcvt.texi: Renamed from + doc/posix-functions/gcvt.texi. + * doc/pastposix-functions/getcontext.texi: Renamed from + doc/posix-functions/getcontext.texi. + * doc/pastposix-functions/gethostbyaddr.texi: Renamed from + doc/posix-functions/gethostbyaddr.texi. + * doc/pastposix-functions/gethostbyname.texi: Renamed from + doc/posix-functions/gethostbyname.texi. + * doc/pastposix-functions/getwd.texi: Renamed from + doc/posix-functions/getwd.texi. + * doc/pastposix-functions/h_errno.texi: Renamed from + doc/posix-functions/h_errno.texi. + * doc/pastposix-functions/index.texi: Renamed from + doc/posix-functions/index.texi. + * doc/pastposix-functions/makecontext.texi: Renamed from + doc/posix-functions/makecontext.texi. + * doc/pastposix-functions/mktemp.texi: Renamed from + doc/posix-functions/mktemp.texi. + * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from + doc/posix-functions/pthread_attr_getstackaddr.texi. + * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from + doc/posix-functions/pthread_attr_setstackaddr.texi. + * doc/pastposix-functions/rindex.texi: Renamed from + doc/posix-functions/rindex.texi. + * doc/pastposix-functions/scalb.texi: Renamed from + doc/posix-functions/scalb.texi. + * doc/pastposix-functions/setcontext.texi: Renamed from + doc/posix-functions/setcontext.texi. + * doc/pastposix-functions/swapcontext.texi: Renamed from + doc/posix-functions/swapcontext.texi. + * doc/pastposix-functions/ualarm.texi: Renamed from + doc/posix-functions/ualarm.texi. + * doc/pastposix-functions/usleep.texi: Renamed from + doc/posix-functions/usleep.texi. + * doc/pastposix-functions/vfork.texi: Renamed from + doc/posix-functions/vfork.texi. + * doc/pastposix-functions/wcswcs.texi: Renamed from + doc/posix-functions/wcswcs.texi. + * doc/gnulib.texi (Legacy Function Substitutes): New chapter. + (Function Substitutes): Update. + 2008-12-14 Ralf Wildenhues * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 8411c80a6..63251680f 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -59,6 +59,7 @@ Documentation License''. * POSIX Substitutes Library:: Building as a separate substitutes library. * Header File Substitutes:: Overriding system headers. * Function Substitutes:: Replacing system functions. +* Legacy Function Substitutes:: Replacing system functions. * Glibc Header File Substitutes:: Overriding system headers. * Glibc Function Substitutes:: Replacing system functions. * Particular Modules:: Documentation of individual modules. @@ -715,13 +716,9 @@ by Gnulib. * atol:: * atoll:: * basename:: -* bcmp:: -* bcopy:: * bind:: -* bsd_signal:: * bsearch:: * btowc:: -* bzero:: * cabs:: * cabsf:: * cabsl:: @@ -851,7 +848,6 @@ by Gnulib. * drand48:: * dup:: * dup2:: -* ecvt:: * encrypt:: * endgrent:: * endhostent:: @@ -894,7 +890,6 @@ by Gnulib. * fchown:: * fclose:: * fcntl:: -* fcvt:: * fdatasync:: * fdetach:: * fdim:: @@ -965,7 +960,6 @@ by Gnulib. * fsync:: * ftell:: * ftello:: -* ftime:: * ftok:: * ftruncate:: * ftrylockfile:: @@ -976,13 +970,11 @@ by Gnulib. * fwrite:: * fwscanf:: * gai_strerror:: -* gcvt:: * getaddrinfo:: * getc:: * getc_unlocked:: * getchar:: * getchar_unlocked:: -* getcontext:: * getcwd:: * getdate:: * getdelim:: @@ -996,8 +988,6 @@ by Gnulib. * getgrnam:: * getgrnam_r:: * getgroups:: -* gethostbyaddr:: -* gethostbyname:: * gethostent:: * gethostid:: * gethostname:: @@ -1043,13 +1033,11 @@ by Gnulib. * getutxline:: * getwc:: * getwchar:: -* getwd:: * glob:: * globfree:: * gmtime:: * gmtime_r:: * grantpt:: -* h_errno:: * hcreate:: * hdestroy:: * hsearch:: @@ -1070,7 +1058,6 @@ by Gnulib. * ilogbl:: * imaxabs:: * imaxdiv:: -* index:: * inet_addr:: * inet_ntoa:: * inet_ntop:: @@ -1175,7 +1162,6 @@ by Gnulib. * lsearch:: * lseek:: * lstat:: -* makecontext:: * malloc:: * mblen:: * mbrlen:: @@ -1194,7 +1180,6 @@ by Gnulib. * mkfifo:: * mknod:: * mkstemp:: -* mktemp:: * mktime:: * mlock:: * mlockall:: @@ -1346,7 +1331,6 @@ by Gnulib. * pthread_attr_getschedpolicy:: * pthread_attr_getscope:: * pthread_attr_getstack:: -* pthread_attr_getstackaddr:: * pthread_attr_getstacksize:: * pthread_attr_init:: * pthread_attr_setdetachstate:: @@ -1356,7 +1340,6 @@ by Gnulib. * pthread_attr_setschedpolicy:: * pthread_attr_setscope:: * pthread_attr_setstack:: -* pthread_attr_setstackaddr:: * pthread_attr_setstacksize:: * pthread_barrier_destroy:: * pthread_barrier_init:: @@ -1481,7 +1464,6 @@ by Gnulib. * rename:: * rewind:: * rewinddir:: -* rindex:: * rint:: * rintf:: * rintl:: @@ -1489,7 +1471,6 @@ by Gnulib. * round:: * roundf:: * roundl:: -* scalb:: * scalbln:: * scalblnf:: * scalblnl:: @@ -1524,7 +1505,6 @@ by Gnulib. * sendmsg:: * sendto:: * setbuf:: -* setcontext:: * setegid:: * setenv:: * seteuid:: @@ -1642,7 +1622,6 @@ by Gnulib. * strtoumax:: * strxfrm:: * swab:: -* swapcontext:: * swprintf:: * swscanf:: * symlink:: @@ -1697,7 +1676,6 @@ by Gnulib. * twalk:: * tzname:: * tzset:: -* ualarm:: * ulimit:: * umask:: * uname:: @@ -1706,14 +1684,12 @@ by Gnulib. * unlink:: * unlockpt:: * unsetenv:: -* usleep:: * utime:: * utimes:: * va_arg:: * va_copy:: * va_end:: * va_start:: -* vfork:: * vfprintf:: * vfscanf:: * vfwprintf:: @@ -1758,7 +1734,6 @@ by Gnulib. * wcstoul:: * wcstoull:: * wcstoumax:: -* wcswcs:: * wcswidth:: * wcsxfrm:: * wctob:: @@ -1835,13 +1810,9 @@ by Gnulib. @include posix-functions/atol.texi @include posix-functions/atoll.texi @include posix-functions/basename.texi -@include posix-functions/bcmp.texi -@include posix-functions/bcopy.texi @include posix-functions/bind.texi -@include posix-functions/bsd_signal.texi @include posix-functions/bsearch.texi @include posix-functions/btowc.texi -@include posix-functions/bzero.texi @include posix-functions/cabs.texi @include posix-functions/cabsf.texi @include posix-functions/cabsl.texi @@ -1971,7 +1942,6 @@ by Gnulib. @include posix-functions/drand48.texi @include posix-functions/dup.texi @include posix-functions/dup2.texi -@include posix-functions/ecvt.texi @include posix-functions/encrypt.texi @include posix-functions/endgrent.texi @include posix-functions/endhostent.texi @@ -2014,7 +1984,6 @@ by Gnulib. @include posix-functions/fchown.texi @include posix-functions/fclose.texi @include posix-functions/fcntl.texi -@include posix-functions/fcvt.texi @include posix-functions/fdatasync.texi @include posix-functions/fdetach.texi @include posix-functions/fdim.texi @@ -2085,7 +2054,6 @@ by Gnulib. @include posix-functions/fsync.texi @include posix-functions/ftell.texi @include posix-functions/ftello.texi -@include posix-functions/ftime.texi @include posix-functions/ftok.texi @include posix-functions/ftruncate.texi @include posix-functions/ftrylockfile.texi @@ -2096,13 +2064,11 @@ by Gnulib. @include posix-functions/fwrite.texi @include posix-functions/fwscanf.texi @include posix-functions/gai_strerror.texi -@include posix-functions/gcvt.texi @include posix-functions/getaddrinfo.texi @include posix-functions/getc.texi @include posix-functions/getc_unlocked.texi @include posix-functions/getchar.texi @include posix-functions/getchar_unlocked.texi -@include posix-functions/getcontext.texi @include posix-functions/getcwd.texi @include posix-functions/getdate.texi @include posix-functions/getdelim.texi @@ -2116,8 +2082,6 @@ by Gnulib. @include posix-functions/getgrnam.texi @include posix-functions/getgrnam_r.texi @include posix-functions/getgroups.texi -@include posix-functions/gethostbyaddr.texi -@include posix-functions/gethostbyname.texi @include posix-functions/gethostent.texi @include posix-functions/gethostid.texi @include posix-functions/gethostname.texi @@ -2163,13 +2127,11 @@ by Gnulib. @include posix-functions/getutxline.texi @include posix-functions/getwc.texi @include posix-functions/getwchar.texi -@include posix-functions/getwd.texi @include posix-functions/glob.texi @include posix-functions/globfree.texi @include posix-functions/gmtime.texi @include posix-functions/gmtime_r.texi @include posix-functions/grantpt.texi -@include posix-functions/h_errno.texi @include posix-functions/hcreate.texi @include posix-functions/hdestroy.texi @include posix-functions/hsearch.texi @@ -2190,7 +2152,6 @@ by Gnulib. @include posix-functions/ilogbl.texi @include posix-functions/imaxabs.texi @include posix-functions/imaxdiv.texi -@include posix-functions/index.texi @include posix-functions/inet_addr.texi @include posix-functions/inet_ntoa.texi @include posix-functions/inet_ntop.texi @@ -2295,7 +2256,6 @@ by Gnulib. @include posix-functions/lsearch.texi @include posix-functions/lseek.texi @include posix-functions/lstat.texi -@include posix-functions/makecontext.texi @include posix-functions/malloc.texi @include posix-functions/mblen.texi @include posix-functions/mbrlen.texi @@ -2314,7 +2274,6 @@ by Gnulib. @include posix-functions/mkfifo.texi @include posix-functions/mknod.texi @include posix-functions/mkstemp.texi -@include posix-functions/mktemp.texi @include posix-functions/mktime.texi @include posix-functions/mlock.texi @include posix-functions/mlockall.texi @@ -2466,7 +2425,6 @@ by Gnulib. @include posix-functions/pthread_attr_getschedpolicy.texi @include posix-functions/pthread_attr_getscope.texi @include posix-functions/pthread_attr_getstack.texi -@include posix-functions/pthread_attr_getstackaddr.texi @include posix-functions/pthread_attr_getstacksize.texi @include posix-functions/pthread_attr_init.texi @include posix-functions/pthread_attr_setdetachstate.texi @@ -2476,7 +2434,6 @@ by Gnulib. @include posix-functions/pthread_attr_setschedpolicy.texi @include posix-functions/pthread_attr_setscope.texi @include posix-functions/pthread_attr_setstack.texi -@include posix-functions/pthread_attr_setstackaddr.texi @include posix-functions/pthread_attr_setstacksize.texi @include posix-functions/pthread_barrier_destroy.texi @include posix-functions/pthread_barrier_init.texi @@ -2601,7 +2558,6 @@ by Gnulib. @include posix-functions/rename.texi @include posix-functions/rewind.texi @include posix-functions/rewinddir.texi -@include posix-functions/rindex.texi @include posix-functions/rint.texi @include posix-functions/rintf.texi @include posix-functions/rintl.texi @@ -2609,7 +2565,6 @@ by Gnulib. @include posix-functions/round.texi @include posix-functions/roundf.texi @include posix-functions/roundl.texi -@include posix-functions/scalb.texi @include posix-functions/scalbln.texi @include posix-functions/scalblnf.texi @include posix-functions/scalblnl.texi @@ -2644,7 +2599,6 @@ by Gnulib. @include posix-functions/sendmsg.texi @include posix-functions/sendto.texi @include posix-functions/setbuf.texi -@include posix-functions/setcontext.texi @include posix-functions/setegid.texi @include posix-functions/setenv.texi @include posix-functions/seteuid.texi @@ -2762,7 +2716,6 @@ by Gnulib. @include posix-functions/strtoumax.texi @include posix-functions/strxfrm.texi @include posix-functions/swab.texi -@include posix-functions/swapcontext.texi @include posix-functions/swprintf.texi @include posix-functions/swscanf.texi @include posix-functions/symlink.texi @@ -2817,7 +2770,6 @@ by Gnulib. @include posix-functions/twalk.texi @include posix-functions/tzname.texi @include posix-functions/tzset.texi -@include posix-functions/ualarm.texi @include posix-functions/ulimit.texi @include posix-functions/umask.texi @include posix-functions/uname.texi @@ -2826,14 +2778,12 @@ by Gnulib. @include posix-functions/unlink.texi @include posix-functions/unlockpt.texi @include posix-functions/unsetenv.texi -@include posix-functions/usleep.texi @include posix-functions/utime.texi @include posix-functions/utimes.texi @include posix-functions/va_arg.texi @include posix-functions/va_copy.texi @include posix-functions/va_end.texi @include posix-functions/va_start.texi -@include posix-functions/vfork.texi @include posix-functions/vfprintf.texi @include posix-functions/vfscanf.texi @include posix-functions/vfwprintf.texi @@ -2878,7 +2828,6 @@ by Gnulib. @include posix-functions/wcstoul.texi @include posix-functions/wcstoull.texi @include posix-functions/wcstoumax.texi -@include posix-functions/wcswcs.texi @include posix-functions/wcswidth.texi @include posix-functions/wcsxfrm.texi @include posix-functions/wctob.texi @@ -2901,6 +2850,72 @@ by Gnulib. @include posix-functions/y1.texi @include posix-functions/yn.texi +@node Legacy Function Substitutes +@chapter Past POSIX Function Substitutes + +This chapter describes which functions and function-like macros specified by +older versions of POSIX (POSIX:2001) are substituted by Gnulib, which +portability pitfalls are fixed by Gnulib, and which (known) portability +problems are not worked around by Gnulib. + +@nosuchmodulenote function + +@menu +* bcmp:: +* bcopy:: +* bsd_signal:: +* bzero:: +* ecvt:: +* fcvt:: +* ftime:: +* gcvt:: +* getcontext:: +* gethostbyaddr:: +* gethostbyname:: +* getwd:: +* h_errno:: +* index:: +* makecontext:: +* mktemp:: +* pthread_attr_getstackaddr:: +* pthread_attr_setstackaddr:: +* rindex:: +* scalb:: +* setcontext:: +* swapcontext:: +* ualarm:: +* usleep:: +* vfork:: +* wcswcs:: +@end menu + +@include pastposix-functions/bcmp.texi +@include pastposix-functions/bcopy.texi +@include pastposix-functions/bsd_signal.texi +@include pastposix-functions/bzero.texi +@include pastposix-functions/ecvt.texi +@include pastposix-functions/fcvt.texi +@include pastposix-functions/ftime.texi +@include pastposix-functions/gcvt.texi +@include pastposix-functions/getcontext.texi +@include pastposix-functions/gethostbyaddr.texi +@include pastposix-functions/gethostbyname.texi +@include pastposix-functions/getwd.texi +@include pastposix-functions/h_errno.texi +@include pastposix-functions/index.texi +@include pastposix-functions/makecontext.texi +@include pastposix-functions/mktemp.texi +@include pastposix-functions/pthread_attr_getstackaddr.texi +@include pastposix-functions/pthread_attr_setstackaddr.texi +@include pastposix-functions/rindex.texi +@include pastposix-functions/scalb.texi +@include pastposix-functions/setcontext.texi +@include pastposix-functions/swapcontext.texi +@include pastposix-functions/ualarm.texi +@include pastposix-functions/usleep.texi +@include pastposix-functions/vfork.texi +@include pastposix-functions/wcswcs.texi + @node Glibc Header File Substitutes @chapter Glibc Header File Substitutes diff --git a/doc/posix-functions/bcmp.texi b/doc/pastposix-functions/bcmp.texi similarity index 100% rename from doc/posix-functions/bcmp.texi rename to doc/pastposix-functions/bcmp.texi diff --git a/doc/posix-functions/bcopy.texi b/doc/pastposix-functions/bcopy.texi similarity index 100% rename from doc/posix-functions/bcopy.texi rename to doc/pastposix-functions/bcopy.texi diff --git a/doc/posix-functions/bsd_signal.texi b/doc/pastposix-functions/bsd_signal.texi similarity index 100% rename from doc/posix-functions/bsd_signal.texi rename to doc/pastposix-functions/bsd_signal.texi diff --git a/doc/posix-functions/bzero.texi b/doc/pastposix-functions/bzero.texi similarity index 100% rename from doc/posix-functions/bzero.texi rename to doc/pastposix-functions/bzero.texi diff --git a/doc/posix-functions/ecvt.texi b/doc/pastposix-functions/ecvt.texi similarity index 100% rename from doc/posix-functions/ecvt.texi rename to doc/pastposix-functions/ecvt.texi diff --git a/doc/posix-functions/fcvt.texi b/doc/pastposix-functions/fcvt.texi similarity index 100% rename from doc/posix-functions/fcvt.texi rename to doc/pastposix-functions/fcvt.texi diff --git a/doc/posix-functions/ftime.texi b/doc/pastposix-functions/ftime.texi similarity index 100% rename from doc/posix-functions/ftime.texi rename to doc/pastposix-functions/ftime.texi diff --git a/doc/posix-functions/gcvt.texi b/doc/pastposix-functions/gcvt.texi similarity index 100% rename from doc/posix-functions/gcvt.texi rename to doc/pastposix-functions/gcvt.texi diff --git a/doc/posix-functions/getcontext.texi b/doc/pastposix-functions/getcontext.texi similarity index 100% rename from doc/posix-functions/getcontext.texi rename to doc/pastposix-functions/getcontext.texi diff --git a/doc/posix-functions/gethostbyaddr.texi b/doc/pastposix-functions/gethostbyaddr.texi similarity index 100% rename from doc/posix-functions/gethostbyaddr.texi rename to doc/pastposix-functions/gethostbyaddr.texi diff --git a/doc/posix-functions/gethostbyname.texi b/doc/pastposix-functions/gethostbyname.texi similarity index 100% rename from doc/posix-functions/gethostbyname.texi rename to doc/pastposix-functions/gethostbyname.texi diff --git a/doc/posix-functions/getwd.texi b/doc/pastposix-functions/getwd.texi similarity index 100% rename from doc/posix-functions/getwd.texi rename to doc/pastposix-functions/getwd.texi diff --git a/doc/posix-functions/h_errno.texi b/doc/pastposix-functions/h_errno.texi similarity index 100% rename from doc/posix-functions/h_errno.texi rename to doc/pastposix-functions/h_errno.texi diff --git a/doc/posix-functions/index.texi b/doc/pastposix-functions/index.texi similarity index 100% rename from doc/posix-functions/index.texi rename to doc/pastposix-functions/index.texi diff --git a/doc/posix-functions/makecontext.texi b/doc/pastposix-functions/makecontext.texi similarity index 100% rename from doc/posix-functions/makecontext.texi rename to doc/pastposix-functions/makecontext.texi diff --git a/doc/posix-functions/mktemp.texi b/doc/pastposix-functions/mktemp.texi similarity index 100% rename from doc/posix-functions/mktemp.texi rename to doc/pastposix-functions/mktemp.texi diff --git a/doc/posix-functions/pthread_attr_getstackaddr.texi b/doc/pastposix-functions/pthread_attr_getstackaddr.texi similarity index 100% rename from doc/posix-functions/pthread_attr_getstackaddr.texi rename to doc/pastposix-functions/pthread_attr_getstackaddr.texi diff --git a/doc/posix-functions/pthread_attr_setstackaddr.texi b/doc/pastposix-functions/pthread_attr_setstackaddr.texi similarity index 100% rename from doc/posix-functions/pthread_attr_setstackaddr.texi rename to doc/pastposix-functions/pthread_attr_setstackaddr.texi diff --git a/doc/posix-functions/rindex.texi b/doc/pastposix-functions/rindex.texi similarity index 100% rename from doc/posix-functions/rindex.texi rename to doc/pastposix-functions/rindex.texi diff --git a/doc/posix-functions/scalb.texi b/doc/pastposix-functions/scalb.texi similarity index 100% rename from doc/posix-functions/scalb.texi rename to doc/pastposix-functions/scalb.texi diff --git a/doc/posix-functions/setcontext.texi b/doc/pastposix-functions/setcontext.texi similarity index 100% rename from doc/posix-functions/setcontext.texi rename to doc/pastposix-functions/setcontext.texi diff --git a/doc/posix-functions/swapcontext.texi b/doc/pastposix-functions/swapcontext.texi similarity index 100% rename from doc/posix-functions/swapcontext.texi rename to doc/pastposix-functions/swapcontext.texi diff --git a/doc/posix-functions/ualarm.texi b/doc/pastposix-functions/ualarm.texi similarity index 100% rename from doc/posix-functions/ualarm.texi rename to doc/pastposix-functions/ualarm.texi diff --git a/doc/posix-functions/usleep.texi b/doc/pastposix-functions/usleep.texi similarity index 100% rename from doc/posix-functions/usleep.texi rename to doc/pastposix-functions/usleep.texi diff --git a/doc/posix-functions/vfork.texi b/doc/pastposix-functions/vfork.texi similarity index 100% rename from doc/posix-functions/vfork.texi rename to doc/pastposix-functions/vfork.texi diff --git a/doc/posix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi similarity index 100% rename from doc/posix-functions/wcswcs.texi rename to doc/pastposix-functions/wcswcs.texi -- 2.11.0