| Age | Commit message (Expand) | Author |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | Oops; that wasn't quite right. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-14 | Change ld.so default behavior to RTLD_LOCAL, and make RTLD_LOCAL into a | tv |
| 1998-07-08 | For the sake of XPG3 and later, provide TMP_MAX; consistent with the defintion | kleink |
| 1998-07-02 | Addendum to previous change: since pread()'s and pwrite()'s first official | kleink |
| 1998-06-30 | Prototype pread(2) and pwrite(2) if !defined(_POSIX_C_SOURCE). | thorpej |
| 1998-06-22 | pid/gid is not int but pid_t/gid_t (u_int32_t (unsigned!)). | msaitoh |
| 1998-06-22 | Typo: POSXI -> POSIX. | tv |
| 1998-06-19 | * Remove GLOB_QUOTE, add GLOB_NOESCAPE. Per POSIX, backslash quoting of | kleink |
| 1998-06-08 | move pw_scan from util.h to pwd.h, add _PASSWORD_{OLDFMT,NOWARN} flags | lukem |
| 1998-06-05 | Add a prototype for fdatasync(2). | kleink |
| 1998-06-01 | * Further name space protection reorganization: distinguish between various | kleink |
| 1998-06-01 | * Reorganize name space protection. | kleink |
| 1998-05-25 | Reorganize name space protection, mostly related to interfaces introduced in | kleink |
| 1998-05-24 | Make the rename() prototype available to XPG Issue <=3 applications only; the | kleink |
| 1998-05-14 | Need <dlfcn.h> for Dl_info. | thorpej |
| 1998-05-12 | Add `dladdr()' rtld entry point. | pk |
| 1998-05-12 | Add dladdr() and `Dl_info' structure; interface cloned from Solaris 2. | pk |
| 1998-05-11 | add missing backslash | drochner |
| 1998-05-11 | Reorganize name space protection. | kleink |
| 1998-05-11 | Fix comment typo in previous. | kleink |
| 1998-05-10 | * Remove the inclusion of <sys/param.h>; the most common use for this was | kleink |
| 1998-05-10 | Reorganize name space protection. | kleink |
| 1998-05-08 | KNF for comments (sigh) | fair |
| 1998-05-07 | Change the file mode argument to dbopen() and the db backends from int to | kleink |
| 1998-05-07 | Reorganize name space protecion. Also, change file mode argument to | kleink |
| 1998-05-07 | Reorganize name space protection. | kleink |
| 1998-05-06 | Per XSH98, define the RTLD_LOCAL flag. In this implementation it's a NOP, | kleink |
| 1998-05-06 | Make strtok_r() available to _XOPEN_SOURCE >= 500, and fix the protection of | kleink |
| 1998-05-06 | Change the type of the `namelen' argument of gethostname(), getdomainname(), | kleink |
| 1998-05-06 | Reorganize name space protection. | kleink |
| 1998-05-06 | Reorganize name space protection. | kleink |
| 1998-05-06 | For completeness, add REG_ENOSYS. | kleink |
| 1998-05-06 | Reorganize name space protection. | kleink |
| 1998-05-06 | Per POSIX and X/Open, don't include <sys/types.h> but make only time_t | kleink |
| 1998-05-06 | Don't make NULL available to _XOPEN_SOURCE. | kleink |
| 1998-04-27 | Move the #include <strings.h> line inside a !defined(_XOPEN_SOURCE) block | tv |
| 1998-04-27 | If _XOPEN_SOURCE isn't defined, provide <string.h> definitions for | kleink |
| 1998-04-08 | C++ has a very different concept of "exception." Delimit struct exception | tv |
| 1998-04-07 | Update STDPATH and DEFPATH as suggested by PR#4304. Document more carefully | fair |
| 1998-03-31 | Replace the old GLOB_ABEND constant with (the standardized) GLOB_ABORTED. | kleink |
| 1998-03-27 | Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument of | kleink |
| 1998-03-25 | Protect the dlctl() prototype and the DL_* macros against _XOPEN_SOURCE; | kleink |
| 1998-03-25 | Add support for mips. | mhitch |