| Age | Commit message (Expand) | Author |
| 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 |
| 1998-03-23 | cast the argument of ctype macros to (int). | mrg |
| 1998-03-15 | Define RTLD_GLOBAL. | pk |
| 1998-02-18 | Prototype getsid(). | thorpej |
| 1998-02-14 | If standards-compliance is requested by defining the preprocessor symbols | kleink |
| 1998-02-14 | If standards-compliance is requested by defining the preprocessor symbols | kleink |
| 1998-02-13 | minor typo and grammar fixes | lukem |
| 1998-02-11 | revert; we can't break the existing ABI and API | lukem |
| 1998-02-11 | revert to 1.6; we can't break the existing ABI and API | lukem |
| 1998-02-11 | revert to 1.7; we can't break the existing ABI and API | lukem |
| 1998-02-11 | revert to 1.5; we can't break the existing ABI and API | lukem |
| 1998-02-11 | revert to 1.9; we can't break the existing ABI and API | lukem |
| 1998-02-11 | use u_int32_t instead of size_t for oa_length | lukem |
| 1998-02-11 | fix up type insanity for clntudp_create (thanks to thorpej who found this) | lukem |
| 1998-02-10 | cleanup type usage | lukem |
| 1998-02-10 | major cleanup | lukem |
| 1998-02-10 | cleanup multiple inclusion protection. | perry |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1998-02-04 | Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it was | kleink |
| 1998-02-03 | restore include of sys/featuretest.h | perry |
| 1998-02-03 | fix/restore Id | perry |
| 1998-02-02 | remove sys/featuretest.h -- why did kleink add it? | perry |
| 1998-02-02 | merge lite-2 | perry |
| 1998-02-02 | merge lite-2 sccs id, but as per jt, don't switch to using lite-2 rune_t's | perry |
| 1998-02-02 | Switch to using lite-2's tar.h instead of ours. The contents are | perry |
| 1998-02-02 | merge lite-2 | perry |
| 1998-02-02 | Per XPG4.2, move the prototypes of bcmp(), bcopy(), bzero(), ffs(), index(), | kleink |
| 1998-02-02 | Rework this header to be XPG4.2-compliant: provide the symbols and prototypes | kleink |
| 1998-01-31 | Fix the prototypes for srandom() and initstate() after the libc/stdlib lite-2 | thorpej |
| 1998-01-19 | Added function declarations for flockfile(), ftrylockfile(), funlockfile(), | jtc |
| 1998-01-13 | Add a FNM_NOSYS return code. This condition will never happen (since fnmatch() | kleink |
| 1998-01-12 | Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>. | kleink |
| 1998-01-09 | RCS Id Police. | perry |
| 1998-01-05 | Update for __vfork14(). | thorpej |
| 1997-12-20 | Add lockf(), an alternate interface to perform advisory record locking; | kleink |
| 1997-12-01 | add flags arg to fparseln(), and define FPARSELN_UNESC{ESC,CONT,COMM,REST,ALL} | lukem |
| 1997-11-29 | Modify the recent sigaltstack() interface change to use the __RENAME() scheme; | kleink |
| 1997-11-26 | Update sigaltstack() to use stack_t parameters. | kleink |
| 1997-11-25 | Per XPG4.2, use useconds_t for as argument and return type of ualarm(). | kleink |
| 1997-11-24 | Per XPG4.2, change usleep() to take an useconds_t as its argument, and return | kleink |
| 1997-11-18 | Move inclusion of <sys/types.h> before that of <sys/signal.h>. | kleink |
| 1997-11-16 | fix retval of fparseln | lukem |
| 1997-11-16 | Add fparseln(3) | christos |
| 1997-11-04 | Fix __RENAME quoting lossage (don't pass it a quoted string). From | thorpej |