summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2005-05-14* add some comments.tshiozak
2005-05-14make sure ty_class is cleared on each entry.christos
2005-05-07Change HISTORY. It traces execve only back to 4.2BSD, and it is aperry
2005-05-07cross reference script.7perry
2005-05-07cross reference script(7)perry
2005-05-06The __used__ change doesn't work on 2.95/vax. Put an #ifdef back in for vax andjmc
2005-05-06On ARMv5 reduce the value to the LSB before using CLZ. Otherwise we'llrearnsha
2005-05-03Make longjmp on vax not use sigreturn. Instead it rewrites thematt
2005-05-01Fix some typos. From Christian Brueffer in PR lib/30109.martin
2005-04-27Don't attempt to delete a NULL key. Can happen if we were the only keychristos
2005-04-25make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT.tshiozak
2005-04-24Revert the previous patch. It is not worth it optimizing the code to avoidchristos
2005-04-24Simplify the code and avoid a compiler issue with -O6 on sparc64:christos
2005-04-24Remove unused, -- just used is enough. From uwe.christos
2005-04-24Add a __used__ attribute next to the __unused__ attribute, because we don'tchristos
2005-04-22Branch to a local symbol instead of a global symbol.simonb
2005-04-22Use the same function name in the LEAF() and END() directives.simonb
2005-04-20Don't use 'm4' here. Use $TOOL_M4 instead.jmc
2005-04-19Converted all arguments for the <ctype.h> functions to (unsigned char).rillig
2005-04-19Add a comma for readability.wiz
2005-04-19When sequentially parsing a source looking for entries don't fail withlukem
2005-04-19Clarify getgr*_r() return value when entry isn't found.lukem
2005-04-19remove bogus punctuationlukem
2005-04-19Clarify getpw*_r() return value when entry isn't found.lukem
2005-04-19check for pwd != NULLchristos
2005-04-19getgrent():lukem
2005-04-19getpw{ent,nam,uid}_r():lukem
2005-04-19Grammar fix.wiz
2005-04-18Move the (at this time private) get{proto,serv}ent_r() prototypes andkleink
2005-04-18Document index argument, and mention that long_optionswiz
2005-04-17PR/21165: Christian Biere: ctype function misusechristos
2005-04-15Due to their "inverse" treatment of the fraction's MSb, update NANkleink
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2005-04-12getmntinfo() if a compatibility function, so there is no point in hidingdrochner
2005-04-12the real reason behind PR lib/29919 was that there was a __weak_alias,drochner
2005-04-12Adapt .Dt argument for man page renaming, and use more macros.wiz
2005-04-12Both libcurses and libc installed a getcap(3) manpage, and both used itdrochner
2005-04-12this should refer to "cgetset", not "cgetseq"drochner
2005-04-11Remove duplicate word, from Wojciech A. Koszek in PR 29938.wiz
2005-04-09Start the args after the argc. Return to resumecontext after the entry mask.matt
2005-04-09Change some integral types, long => clock_t.dsl
2005-04-09KNFdsl
2005-04-09Mention that the number after CTL_NET is "usually the protocol", butatatat
2005-04-07statvfs is both a function name and a struct tag. Defining it to _statvfschristos
2005-04-07PR/29919: Evaldo Gardenali: getmntinfo() calling deprecated function getfsstat()christos
2005-04-06Add some pedantry to exceptions from being equivalent to strftime.kleink
2005-04-05Fix typo in previous.kleink
2005-04-04mlinks for get{gr,pw}ent_r.3christos
2005-04-04Use Dq macro; end sentence with a dot; break linewiz
2005-04-04Remove superfluous comma.wiz