summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2002-03-23Fix minor syntax warnings.ross
2002-03-23- Add VIS_HTTPSTYLE from FreeBSD.christos
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2002-03-20use canonical indirect jmp & call syntax to squelch new as(1) warningross
2002-03-20Back out last change until it is clear if it is necessary.tron
2002-03-20Bump minor version of "libc" after more signals have been added totron
2002-03-20add signals 33-63, so that stupid loserland programs that access the arraychristos
2002-03-20add rt signal names.christos
2002-03-20add the rt signals so we don't core-dump.christos
2002-03-19Only abort() if the user specifies a rounding mode other than FP_RN.bjh21
2002-03-19ANSIfy.bjh21
2002-03-19Fixes from Bill Fenner <fenner@research.att.com> for problems he foundlukem
2002-03-18Move mbstate_t materials from locale/runetype.h to locale/multibyte.h.tshiozak
2002-03-18explicitly align _RuneStatePriv::__privateyamt
2002-03-18- check malloc failure.yamt
2002-03-18fix how to check a return value of readentry.yamt
2002-03-18remove unneeded ARGSUSED.yamt
2002-03-18don't set errno here. caller will set it.yamt
2002-03-18bump minor to 83: i18n module changes.yamt
2002-03-18set errno only when error occured.yamt
2002-03-18move definition of _citrus_ctype_default out of #ifdef _I18N_DYNAMICyamt
2002-03-18don't check variable s0 before assign.yamt
2002-03-18make mbsrtowcs work.(fix a typo)yamt
2002-03-18Use .St -isoC99 to refer to ISO C99.wiz
2002-03-18HTML-quote another <> pair.wiz
2002-03-18Fix .Dd argument, sort SEE ALSO, remove trailing dot in SEE ALSO,wiz
2002-03-18add manpages for mb*/wc* functions.tshiozak
2002-03-18fix a bug; calling mbtowc(0, 0, 0) causes the programs to crash undertshiozak
2002-03-18make compile with _STANDALONEdbj
2002-03-17refine i18n stuffs.tshiozak
2002-03-17Document PT_IO.thorpej
2002-03-14putwc and putwchar's argument is wchar_t, not wint_t.yamt
2002-03-14wcwidth's argument is wchar_t. not wint_t.yamt
2002-03-13Remove leftover debug code. Oops.eeh
2002-03-12fully initialize the structure to avoid gcc complaints.christos
2002-03-12Use new CPU_CACHEINFO sysctl to get more detailed information abouteeh
2002-03-11Include <stdlib.h> for exit() prototype.simonb
2002-03-10Use the values from <machine/ieeefp.h> to define the exception flags, andbjh21
2002-03-10Only include roundAndPackInt32(), roundAndPackInt64() and estimateSqrt32()bjh21
2002-03-06Add SYNOPSIS.wiz
2002-03-05Historic typo: "unfo" -> "undo"tv
2002-03-05No need to reference .OBJDIR here.thorpej
2002-03-05add updwtmpx(); requested by tron.christos
2002-03-05Drop duplicate .Pp.wiz
2002-03-04Unblock a few routines that are needed if 128bit support is being pulled in.jmc
2002-03-04Move names for softfloat lib that _Qp functions call into _softfloat_jmc
2002-03-04More ipip referencessommerfeld
2002-03-03Fix spelling mistake (from Onno van der Linden; PR#15793).cjep
2002-02-26Add some more bits of host compatibility.tv
2002-02-26Note ip.grettlmartin