summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
1998-04-08C++ has a very different concept of "exception." Delimit struct exceptiontv
1998-04-07Update STDPATH and DEFPATH as suggested by PR#4304. Document more carefullyfair
1998-03-31Replace the old GLOB_ABEND constant with (the standardized) GLOB_ABORTED.kleink
1998-03-27Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument ofkleink
1998-03-25Protect the dlctl() prototype and the DL_* macros against _XOPEN_SOURCE;kleink
1998-03-25Add support for mips.mhitch
1998-03-23cast the argument of ctype macros to (int).mrg
1998-03-15Define RTLD_GLOBAL.pk
1998-02-18Prototype getsid().thorpej
1998-02-14If standards-compliance is requested by defining the preprocessor symbolskleink
1998-02-14If standards-compliance is requested by defining the preprocessor symbolskleink
1998-02-13minor typo and grammar fixeslukem
1998-02-11revert; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.6; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.7; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.5; we can't break the existing ABI and APIlukem
1998-02-11revert to 1.9; we can't break the existing ABI and APIlukem
1998-02-11use u_int32_t instead of size_t for oa_lengthlukem
1998-02-11fix up type insanity for clntudp_create (thanks to thorpej who found this)lukem
1998-02-10cleanup type usagelukem
1998-02-10major cleanuplukem
1998-02-10cleanup multiple inclusion protection.perry
1998-02-10add/cleanup multiple inclusion protection.perry
1998-02-10add/cleanup multiple inclusion protection.perry
1998-02-04Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it waskleink
1998-02-03restore include of sys/featuretest.hperry
1998-02-03fix/restore Idperry
1998-02-02remove sys/featuretest.h -- why did kleink add it?perry
1998-02-02merge lite-2perry
1998-02-02merge lite-2 sccs id, but as per jt, don't switch to using lite-2 rune_t'sperry
1998-02-02Switch to using lite-2's tar.h instead of ours. The contents areperry
1998-02-02merge lite-2perry
1998-02-02Per XPG4.2, move the prototypes of bcmp(), bcopy(), bzero(), ffs(), index(),kleink
1998-02-02Rework this header to be XPG4.2-compliant: provide the symbols and prototypeskleink
1998-01-31Fix the prototypes for srandom() and initstate() after the libc/stdlib lite-2thorpej
1998-01-19Added function declarations for flockfile(), ftrylockfile(), funlockfile(),jtc
1998-01-13Add a FNM_NOSYS return code. This condition will never happen (since fnmatch()kleink
1998-01-12Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>.kleink
1998-01-09RCS Id Police.perry
1998-01-05Update for __vfork14().thorpej
1997-12-20Add lockf(), an alternate interface to perform advisory record locking;kleink
1997-12-01add flags arg to fparseln(), and define FPARSELN_UNESC{ESC,CONT,COMM,REST,ALL}lukem
1997-11-29Modify the recent sigaltstack() interface change to use the __RENAME() scheme;kleink
1997-11-26Update sigaltstack() to use stack_t parameters.kleink
1997-11-25Per XPG4.2, use useconds_t for as argument and return type of ualarm().kleink
1997-11-24Per XPG4.2, change usleep() to take an useconds_t as its argument, and returnkleink
1997-11-18Move inclusion of <sys/types.h> before that of <sys/signal.h>.kleink
1997-11-16fix retval of fparselnlukem
1997-11-16Add fparseln(3)christos
1997-11-04Fix __RENAME quoting lossage (don't pass it a quoted string). Fromthorpej