summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-11-29This is for completeness only (to make fdopen symmetric with fopen and freopen)christos
2000-11-29Add checks for O_NDELAY [which indicates that we only want plain files],christos
2000-11-29make sure we preserve errno.christos
2000-11-29Add -${MAKEFLAGS} so that make options (like -m) get used for the submakematt
2000-11-28Alloc the keys structure with A_K_NKEYS as the multiplier rather than ajmc
2000-11-28Another change by Hiroshi Horimoto.is
2000-11-28Add missing register prefixes.scw
2000-11-28Add a missing `%' register prefix.scw
2000-11-27Use dbeq loops, code submitted by Hiroshi Horimoto in PR 3223, integratedis
2000-11-26Be SUS-conformant regarding return value when option argument is missing.wiz
2000-11-26Reorder sections to conform more to mdoc.samples; remove non-mdocwiz
2000-11-24sync with latest openbsd.itojun
2000-11-24strictly conform to RFC2553 (specifically ENXIO case). sync with KAMEitojun
2000-11-21fix typowiz
2000-11-19back out majority of rev 1.5, left stuff from rev. 1.5 is:jdolecek
2000-11-19re-introduce netbsd fix 1.5 -> 1.6, which was mistakenly removed.itojun
2000-11-19Backout parts of rev 1.5.veego
2000-11-17document SWAP_DUMPDEV & SWAP_GETDUMPDEV.mrg
2000-11-17Put back `${SRCS}: asn1.h', so a `make depend' is not obligatory.pk
2000-11-16Add forgotten initialization.msaitoh
2000-11-16english fixuplukem
2000-11-16The prototype for fmtcheck is in <stdio.h> so we'd better include it.matt
2000-11-13clean up depends a little, add stuff to force compilation ofjdolecek
2000-11-13make a bit more silent and avoid 'compile_et is up to date' messagejdolecek
2000-11-11- add support for home and end keys.christos
2000-11-10Install html documentation for libbz2/bzip2.wiz
2000-11-08Install (lib)bzip2 info file, as requested by NAKAJIMA Yoshihiro in PR 7402.wiz
2000-11-08improve description of line syntaxlukem
2000-11-07Added libform specific error code.blymn
2000-11-07fix up various .Nm abuses:lukem
2000-11-06add missing ' is ' in regerror() explanationjdolecek
2000-11-05add a lint comment.christos
2000-11-04always build libintl (don't check MKNLS).itojun
2000-11-03update bindtextdomain() handling to be conformant to spec. we need toitojun
2000-11-02supply _nl_msg_cat_cntr, just to make gettext.m4 happy. sync with citrus.itojun
2000-11-01Fix modf() (I hope. Can't be any worse than the old version.)eeh
2000-11-01make the following behavior compatible with GNU gettext.itojun
2000-11-01do not build libintl if MKNLS=noitojun
2000-11-01fmtcheck() should be declared as fmtcheck(), not __fmtcheck().briggs
2000-10-31we do not allow relative pathnameitojun
2000-10-31less warnings on lint. be more friendly with align-picky arch.itojun
2000-10-31fix default domain name handling. why textdomain() and bindtextdomain()itojun
2000-10-31declare .Lb symbol for libintl.itojun
2000-10-31Don't getenv $HESIOD_CONFIG or $HES_DOMAIN if issetugid().lukem
2000-10-31remove confusing goto. sync with citrusitojun
2000-10-31fix read(2) return value validation. sync with citrusitojun
2000-10-31bind_textdomain_codeset() always fails. sync with citrusitojun
2000-10-31enable lib/libintl.itojun
2000-10-31BSD-licensed libintl, fully compatible with GNU libintl (in GNU gettext).itojun
2000-10-27be consistent in the use of u_long. eventually they should be uintptr_t.matt